14
0

- 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:
2024-08-31 11:59:53 +00:00
committed by Git OBS Bridge
parent f46f42ac70
commit c627b5ecb4
4 changed files with 22 additions and 6 deletions

View File

@@ -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>