14
0

Accepting request 1198048 from devel:languages:python

- 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/request/show/1198048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyfuse3?expand=0&rev=12
This commit is contained in:
2024-09-04 11:22:34 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b31fe412479f9620da2067dd739ed23f4cc37364224891938dedf7766e573bd
size 867765

3
pyfuse3-3.4.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:793493f4d5e2b3bc10e13b3421d426a6e2e3365264c24376a50b8cbc69762d39
size 962992

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>

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-pyfuse3
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define pname pyfuse3
%{?sle15_python_module_pythons}
Name: python-%{pname}
Version: 3.3.0
Version: 3.4.0
Release: 0
Summary: Python Bindings for the low-level FUSE3 API
License: LGPL-2.1-or-later