14
0
forked from pool/python-wrapt

4 Commits

Author SHA256 Message Date
c25c4318c0 Accepting request 1311811 from devel:languages:python
Forwarded request #1311729 from glaubitz

- Update to 1.17.3
    * Added universal binary wheels for macOS. That is, contains
      both x86_64 and arm64 architectures in the same wheel.

OBS-URL: https://build.opensuse.org/request/show/1311811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wrapt?expand=0&rev=22
2025-10-18 12:36:06 +00:00
288d3c8a90 - Update to 1.17.3
* Added universal binary wheels for macOS. That is, contains
    both x86_64 and arm64 architectures in the same wheel.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wrapt?expand=0&rev=43
2025-10-16 21:32:48 +00:00
9c5cffe16f Accepting request 1285287 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1285287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wrapt?expand=0&rev=21
2025-06-13 16:43:27 +00:00
cad3f9eb23 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wrapt?expand=0&rev=41
2025-06-13 02:58:02 +00:00
4 changed files with 21 additions and 7 deletions

BIN
1.17.2.tar.gz (Stored with Git LFS)

Binary file not shown.

3
1.17.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Oct 16 14:09:34 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.17.3
* Added universal binary wheels for macOS. That is, contains
both x86_64 and arm64 architectures in the same wheel.
-------------------------------------------------------------------
Fri Jun 13 02:42:47 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
-------------------------------------------------------------------
Fri Feb 28 08:57:55 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
Name: python-wrapt
Version: 1.17.2
Version: 1.17.3
Release: 0
Summary: A Python module for decorators, wrappers and monkey patching
License: BSD-2-Clause
@@ -27,8 +27,10 @@ Group: Development/Languages/Python
URL: https://github.com/GrahamDumpleton/wrapt
Source: https://github.com/GrahamDumpleton/wrapt/archive/%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%python_subpackages
@@ -62,10 +64,10 @@ For further information on the **wrapt** module see:
%build
export CFLAGS="%{optflags}"
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
@@ -75,6 +77,6 @@ export CFLAGS="%{optflags}"
%license LICENSE
%doc README.rst docs/changes.rst
%{python_sitearch}/wrapt
%{python_sitearch}/wrapt-%{version}*-info
%{python_sitearch}/wrapt-%{version}.dist-info
%changelog