8a1ea4ec93
🎨 Add newlines at end of files (ruff)
2023-10-23 15:15:00 +02:00
4e0d4dcf09
⚙ pre-commit: Add pre-commit-update hook (to update hooks using pre-commit)
2023-10-23 15:08:16 +02:00
061ba16461
⚙ pre-commit: Update hooks
2023-10-23 15:07:22 +02:00
0c727dca9d
Merge pull request #91 from qurator-spk/test-remove-circleci
...
✔ Remove CircleCI config
2023-10-23 14:38:25 +02:00
1b7c2a61a3
✔ Remove CircleCI config
2023-10-23 14:34:33 +02:00
994a27d458
Merge pull request #90 from qurator-spk/test-on-python-3.12
...
✔ GitHub Actions: Test on Python 3.12
2023-10-23 14:14:35 +02:00
5450f193e4
✔ GitHub Actions: Test on Python 3.12
2023-10-23 14:08:14 +02:00
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.
2023-10-23 14:03:14 +02:00
dbaccdd5e3
✒ README: Minor whitespace cleanup
2023-08-11 20:28:29 +02:00
54a3121172
✒ README: Recommend installing via pip and from PyPI
2023-08-11 20:28:01 +02:00
a1a7f95ac6
📦 v0.9.4
2023-08-11 20:07:06 +02:00
1e7c46285b
🎨 editorconfig: *.json should have a final newline
2023-08-11 20:06:49 +02:00
9594b4c9d2
🧹 pyproject: Remove extra *.json
2023-08-11 20:04:35 +02:00
de70b198ac
🧹 Remove empty setup.cfg
2023-08-11 20:04:02 +02:00
6c70afbbc5
📦 v0.9.3
2023-08-11 19:53:04 +02:00
12b1ea3ae7
🐛 Remove MANIFEST.in workaround, now that setuptools_ocrd is fixed
2023-08-11 19:52:12 +02:00
98a67c7b3b
📦 v0.9.2
2023-08-04 20:35:42 +02:00
668072e338
🧹 .gitignore dist/
2023-08-04 20:34:35 +02:00
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.
2023-08-04 20:31:32 +02:00
102615262a
⚙ GitHub Actions: Call test workflow when (before) deploying
2023-08-04 19:46:08 +02:00
0319d08218
🎨 Release: Make installing setuptools-ocrd conditional on ocrd-tool.json
2023-08-04 19:37:41 +02:00
dd16a16901
🐛 Release: Try fixing getting the version (install setuptools-ocrd)
2023-08-04 19:28:21 +02:00
1c95a82941
📦 v0.9.1
2023-08-04 19:25:23 +02:00
b062b1d15d
✒ README: Update badges
2023-08-04 19:22:08 +02:00
722aea6b54
Revert " 🚧 GitHub Actions: Try testing on Python 3.12"
...
This reverts commit 801254e1c9
.
2023-08-04 19:14:53 +02:00
801254e1c9
🚧 GitHub Actions: Try testing on Python 3.12
2023-08-04 19:12:53 +02:00
e4489dbbec
🚧 GitHub Actions/CircleCI: Remove testing from CircleCI config
2023-08-04 19:09:51 +02:00
aa7c9c5c5f
🚧 GitHub Actions: Do no try installing ruff on Python 3.6
2023-08-04 19:02:26 +02:00
c74fd10ac8
🚧 GitHub Actions: Do no try installing pytest-ruff on Python 3.6
2023-08-04 19:00:24 +02:00
ad7f42c23e
🚧 GitHub Actions: Avoid compiling OpenCV and NumPy on Python 3.6
2023-08-04 18:53:58 +02:00
ff453fba43
🚧 GitHub Actions: Fix testing for Python 3.6
2023-08-04 18:53:32 +02:00
9d142f0105
🚧 GitHub Actions: Fix testing for Python 3.6
2023-08-04 18:46:58 +02:00
f929983d25
🚧 GitHub Actions: Fix testing for Python 3.6
2023-08-04 18:44:17 +02:00
cf130fe3a8
🚧 GitHub Actions: Disable matrix fail-fast
2023-08-04 18:32:26 +02:00
915a647949
🚧 GitHub Actions: Disable matrix fail-fast
2023-08-04 18:31:13 +02:00
6b05290640
🚧 GitHub Actions: Test on multiple Python versions
2023-08-04 18:28:01 +02:00
f909806f9e
🚧 GitHub Actions: Test report
2023-08-04 17:52:15 +02:00
f61b81c98e
🚧 GitHub Actions: Test report
2023-08-04 17:47:58 +02:00
44d4742570
🚧 GitHub Actions: Test report
2023-08-04 17:44:57 +02:00
f4dff64066
🚧 GitHub Actions: Test report
2023-08-04 17:35:43 +02:00
043dbb1749
🚧 GitHub Actions: Test report
2023-08-04 17:33:05 +02:00
207fcd4054
🚧 GitHub Actions: Test report
2023-08-04 17:30:26 +02:00
f7c280e59c
🚧 GitHub Actions: Try shell for loop to install from all requirements*.txt
2023-08-04 16:42:46 +02:00
d42e59846c
🚧 GitHub Actions: Try shell for loop to install from all requirements*.txt
2023-08-04 16:41:03 +02:00
ab1359c7e6
🚧 GitHub Actions: Rework test, run in src/
2023-08-04 16:35:36 +02:00
77bcecd2d0
🚧 GitHub Actions: Allow running test manually
2023-08-04 16:21:00 +02:00
c1b8d983e6
🚧 GitHub Actions: Rename test workflow, also run on schedule
2023-08-04 16:17:21 +02:00
674d833b15
🚧 GitHub Actions: Add test worklow
2023-08-04 16:12:33 +02:00
caef84cebb
🚧 GitHub Actions: Add release workflow
2023-08-04 16:10:54 +02:00
1dad18909c
🧹 Make dinglehopper.* exports explicit
2023-08-03 20:27:17 +02:00