Commit Graph

463 Commits (a534b5e28e4317b150bf43d5bf3ef2d314afff90)
 

Author SHA1 Message Date
Mike Gerber 1b7c2a61a3 ✔ Remove CircleCI config
Mike Gerber 994a27d458
Merge pull request from qurator-spk/test-on-python-3.12
✔ GitHub Actions: Test on Python 3.12
Mike Gerber 5450f193e4 ✔ GitHub Actions: Test on Python 3.12
Mike Gerber 9d862e418b ✔ Add mets:FLocat's @LOCTYPE/OTHERLOCTYPE to test data
Newest OCR-D wasn't happy with the test data anymore (see gh-89). I'm not sure if the
test data was invalid the way it was, but having a LOCTYPE certainly is "prettier" so
adding it. This fixes the test again.
Mike Gerber dbaccdd5e3 ✒ README: Minor whitespace cleanup
Mike Gerber 54a3121172 ✒ README: Recommend installing via pip and from PyPI
Mike Gerber a1a7f95ac6 📦 v0.9.4
Mike Gerber 1e7c46285b 🎨 editorconfig: *.json should have a final newline
Mike Gerber 9594b4c9d2 🧹 pyproject: Remove extra *.json
Mike Gerber de70b198ac 🧹 Remove empty setup.cfg
Mike Gerber 6c70afbbc5 📦 v0.9.3
Mike Gerber 12b1ea3ae7 🐛 Remove MANIFEST.in workaround, now that setuptools_ocrd is fixed
Mike Gerber 98a67c7b3b 📦 v0.9.2
Mike Gerber 668072e338 🧹 .gitignore dist/
Mike Gerber 563642c93b 🐛 Workaround sdist not containing top-level ocrd-tool.json
See https://github.com/qurator-spk/setuptools_ocrd/issues/10 - The sdist does not
contain ocrd-tool.json, so that the wheel built from it does not get the proper version.
Needs to be fixed in setuptools_ocrd, then MANIFEST.in can be removed again.
Mike Gerber 102615262a ⚙ GitHub Actions: Call test workflow when (before) deploying
Mike Gerber 0319d08218 🎨 Release: Make installing setuptools-ocrd conditional on ocrd-tool.json
Mike Gerber dd16a16901 🐛 Release: Try fixing getting the version (install setuptools-ocrd)
Mike Gerber 1c95a82941 📦 v0.9.1
Mike Gerber b062b1d15d
✒ README: Update badges
Mike Gerber 722aea6b54 Revert "🚧 GitHub Actions: Try testing on Python 3.12"
This reverts commit 801254e1c9.
Mike Gerber 801254e1c9 🚧 GitHub Actions: Try testing on Python 3.12
Mike Gerber e4489dbbec 🚧 GitHub Actions/CircleCI: Remove testing from CircleCI config
Mike Gerber aa7c9c5c5f 🚧 GitHub Actions: Do no try installing ruff on Python 3.6
Mike Gerber c74fd10ac8 🚧 GitHub Actions: Do no try installing pytest-ruff on Python 3.6
Mike Gerber ad7f42c23e 🚧 GitHub Actions: Avoid compiling OpenCV and NumPy on Python 3.6
Mike Gerber ff453fba43 🚧 GitHub Actions: Fix testing for Python 3.6
Mike Gerber 9d142f0105 🚧 GitHub Actions: Fix testing for Python 3.6
Mike Gerber f929983d25 🚧 GitHub Actions: Fix testing for Python 3.6
Mike Gerber cf130fe3a8 🚧 GitHub Actions: Disable matrix fail-fast
Mike Gerber 915a647949 🚧 GitHub Actions: Disable matrix fail-fast
Mike Gerber 6b05290640 🚧 GitHub Actions: Test on multiple Python versions
Mike Gerber f909806f9e 🚧 GitHub Actions: Test report
Mike Gerber f61b81c98e 🚧 GitHub Actions: Test report
Mike Gerber 44d4742570 🚧 GitHub Actions: Test report
Mike Gerber f4dff64066 🚧 GitHub Actions: Test report
Mike Gerber 043dbb1749 🚧 GitHub Actions: Test report
Mike Gerber 207fcd4054 🚧 GitHub Actions: Test report
Mike Gerber f7c280e59c 🚧 GitHub Actions: Try shell for loop to install from all requirements*.txt
Mike Gerber d42e59846c 🚧 GitHub Actions: Try shell for loop to install from all requirements*.txt
Mike Gerber ab1359c7e6 🚧 GitHub Actions: Rework test, run in src/
Mike Gerber 77bcecd2d0 🚧 GitHub Actions: Allow running test manually
Mike Gerber c1b8d983e6 🚧 GitHub Actions: Rename test workflow, also run on schedule
Mike Gerber 674d833b15 🚧 GitHub Actions: Add test worklow
Mike Gerber caef84cebb 🚧 GitHub Actions: Add release workflow
Mike Gerber 1dad18909c 🧹 Make dinglehopper.* exports explicit
Mike Gerber bc6754d0cb ⚙ ruff: Ignore F811 (no redefinitions) for now, as ruff considers the multimethods redefinitions
Mike Gerber e4431797e6 🎨 Reformat comments + strings manually (not auto-fixed by Black)
Mike Gerber 704e7cca1c ⬆ Use f-strings
Mike Gerber bea56117ae 🎨 Reformat using Black