14
0

Accepting request 1090226 from devel:languages:python

- update to 3.2.3:
  * cythonize with latest Cython 0.29.34 (brings Python 3.12
    support)
  * add a minimal pyproject.toml, require setuptools
  * tests: fix integer overflow on 32-bit arches, fixes #47
  * test: Use shutil.which() instead of external which(1) program
  * setup.py: catch more generic OSError when searching Cython,
    fixes #63
  * setup.py: require Cython >= 0.29
  * fix basedir computation in setup.py (fix pip install -e .)
  * use sphinx < 6.0 due to compatibility issues with more recent
    versions

OBS-URL: https://build.opensuse.org/request/show/1090226
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyfuse3?expand=0&rev=10
This commit is contained in:
2023-06-01 15:19:56 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 7 deletions

View File

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

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0771e921fd2a1c36bd4ed6b74db0616f4d40c8ac68994a80f3cc8a249fa807d8
size 512352

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Jun 1 08:45:12 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.2.3:
* cythonize with latest Cython 0.29.34 (brings Python 3.12
support)
* add a minimal pyproject.toml, require setuptools
* tests: fix integer overflow on 32-bit arches, fixes #47
* test: Use shutil.which() instead of external which(1) program
* setup.py: catch more generic OSError when searching Cython,
fixes #63
* setup.py: require Cython >= 0.29
* fix basedir computation in setup.py (fix pip install -e .)
* use sphinx < 6.0 due to compatibility issues with more recent
versions
-------------------------------------------------------------------
Sat Jan 7 23:26:39 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -16,17 +16,16 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define pname pyfuse3
%{?sle15_python_module_pythons}
Name: python-%{pname}
Version: 3.2.2
Version: 3.2.3
Release: 0
Summary: Python Bindings for the low-level FUSE3 API
License: LGPL-2.1-or-later
URL: https://github.com/libfuse/pyfuse3
Source: https://files.pythonhosted.org/packages/source/p/%{pname}/%{pname}-%{version}.tar.gz
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module Cython >= 0.29}
BuildRequires: %{python_module devel >= 3.5}
BuildRequires: %{python_module pytest >= 3.4.0}
# upstream use: pytest-trio >= 0.15