forked from pool/python-pyfuse3
- update to 3.4.0:
* Cythonized with latest Cython 3.0.11 to support Python 3.13. * CI: also test python 3.13, run mypy. * Move _pyfuse3 to pyfuse3._pyfuse3 and add a compatibility wrapper for the old name. * Move pyfuse3_asyncio to pyfuse3.asyncio and add a compatibility wrapper for the old name. * Add bytes subclass XAttrNameT as the type of extended attribute names. * Various fixes to type annotations. * Add py.typed marker to enable external use of type annotations. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfuse3?expand=0&rev=26
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 31 11:59:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.4.0:
|
||||
* Cythonized with latest Cython 3.0.11 to support Python 3.13.
|
||||
* CI: also test python 3.13, run mypy.
|
||||
* Move _pyfuse3 to pyfuse3._pyfuse3 and add a compatibility
|
||||
wrapper for the old name.
|
||||
* Move pyfuse3_asyncio to pyfuse3.asyncio and add a
|
||||
compatibility wrapper for the old name.
|
||||
* Add bytes subclass XAttrNameT as the type of extended
|
||||
attribute names.
|
||||
* Various fixes to type annotations.
|
||||
* Add py.typed marker to enable external use of type
|
||||
annotations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 13 21:20:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user