14
0

- update to 3.3.0:

* Cythonized with latest Cython 3.0.0.
  * Drop Python 3.6 and 3.7 support and testing, #71.
  * CI: also test python 3.12. test on cython 0.29 and cython
    3.0.
  * Tell Cython that callbacks may raise exceptions, #80.
  * Fix lookup in examples/hello.py, similar to #16.
  * Misc. CI, testing, build and sphinx related fixes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfuse3?expand=0&rev=23
This commit is contained in:
2023-08-13 21:20:55 +00:00
committed by Git OBS Bridge
parent 1437fbcf12
commit 0215f42444
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Aug 13 21:20:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.3.0:
* Cythonized with latest Cython 3.0.0.
* Drop Python 3.6 and 3.7 support and testing, #71.
* CI: also test python 3.12. test on cython 0.29 and cython
3.0.
* Tell Cython that callbacks may raise exceptions, #80.
* Fix lookup in examples/hello.py, similar to #16.
* Misc. CI, testing, build and sphinx related fixes.
-------------------------------------------------------------------
Thu Jun 1 08:45:12 UTC 2023 - Dirk Müller <dmueller@suse.com>