diff --git a/1.17.0.tar.gz b/1.17.0.tar.gz deleted file mode 100644 index 04efcd28628f1ffd3a552badbd7d4b358436ff4d..0000000000000000000000000000000000000000 Binary files a/1.17.0.tar.gz and /dev/null differ diff --git a/python-wrapt.spec b/python-wrapt.spec index 9f65c47ca0ae5a02dec633019941790d3b25f3e7..74f80b622bb3d97802885928f7eb02d4a181cba4 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-wrapt -Version: 1.17.0 +Version: 1.17.2 Release: 1 Summary: A Python module for decorators, wrappers and monkey patching License: BSD-2-Clause URL: https://github.com/GrahamDumpleton/wrapt -Source0: https://github.com/GrahamDumpleton/wrapt/archive/refs/tags/1.17.0.tar.gz +Source0: https://files.pythonhosted.org/packages/c3/fc/e91cc220803d7bc4db93fb02facd8461c37364151b8494762cc88b0fbcef/wrapt-1.17.2.tar.gz %description The aim of the wrapt module is to provide a transparent object proxy for Python, @@ -60,6 +60,12 @@ popd %doc docs/build/html %changelog +* Tue Aug 05 2025 zengliwen - 1.17.2-1 +- Update to 1.17.2-1 +- Features: Added universal binary wheels for macOS. That is, contains both x86_64 and arm64 architectures in the same wheel. +- Fixed: due to GitHub actions changes, binary wheels were missing for macOS Intel. +- Fixed: Not implemented error for __reduce__() on ObjectProxy was incorrectly displaying the error as being on __reduce_ex__(). + * Fri Jun 13 2025 wuzhaomin 1.17.0-1 - Upgrade version to 1.17.0 - Fix up version details and copyright year on docs config. diff --git a/wrapt-1.17.2.tar.gz b/wrapt-1.17.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ab0897c2b0e4fca2a172b4f88102579a8c75f956 Binary files /dev/null and b/wrapt-1.17.2.tar.gz differ