From aac3b09333cb055329b0d4a04990f593318a046fddb979c493a72cd583c1f73a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 26 Dec 2023 20:28:09 +0000 Subject: [PATCH] - update to 0.9.10: * Add support for python 3.12 and drop python 2.7 support fix the build for Python 3.10. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-crfsuite?expand=0&rev=9 --- python-crfsuite-0.9.10.tar.gz | 3 +++ python-crfsuite-0.9.9.tar.gz | 3 --- python-python-crfsuite.changes | 8 +++++++- python-python-crfsuite.spec | 3 ++- 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 python-crfsuite-0.9.10.tar.gz delete mode 100644 python-crfsuite-0.9.9.tar.gz diff --git a/python-crfsuite-0.9.10.tar.gz b/python-crfsuite-0.9.10.tar.gz new file mode 100644 index 0000000..1f43ac2 --- /dev/null +++ b/python-crfsuite-0.9.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38524631e2b533341f10f2c77689270dc6ecd5985495dccf7aa37b1045bc2e5 +size 478262 diff --git a/python-crfsuite-0.9.9.tar.gz b/python-crfsuite-0.9.9.tar.gz deleted file mode 100644 index 14d13e6..0000000 --- a/python-crfsuite-0.9.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caa6261d6955466756f986b7fcfbd4fd50622963e3bdb5cc180c129c62b3a76d -size 440788 diff --git a/python-python-crfsuite.changes b/python-python-crfsuite.changes index 20720f2..5006408 100644 --- a/python-python-crfsuite.changes +++ b/python-python-crfsuite.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 26 20:26:15 UTC 2023 - Dirk Müller + +- update to 0.9.10: + * Add support for python 3.12 and drop python 2.7 support + ------------------------------------------------------------------- Tue Feb 21 10:27:13 UTC 2023 - Daniel Garcia @@ -12,7 +18,7 @@ Mon Feb 21 02:48:48 UTC 2022 - Steve Kowalik - Add patch rebuild-extension.patch: * Included sources now regenerated with a new version of Cython to - fix the build for Python 3.10. + fix the build for Python 3.10. ------------------------------------------------------------------- Fri Mar 20 14:18:38 UTC 2020 - pgajdos@suse.com diff --git a/python-python-crfsuite.spec b/python-python-crfsuite.spec index 6b4d907..807452d 100644 --- a/python-python-crfsuite.spec +++ b/python-python-crfsuite.spec @@ -16,8 +16,9 @@ # +%{?sle15_python_module_pythons} Name: python-python-crfsuite -Version: 0.9.9 +Version: 0.9.10 Release: 0 Summary: Python binding for CRFsuite License: MIT