diff --git a/1.16.0.tar.gz b/1.16.0.tar.gz deleted file mode 100644 index 7e2717322e1219ffba6e0e9a0316ca82c79f13dd..0000000000000000000000000000000000000000 Binary files a/1.16.0.tar.gz and /dev/null differ diff --git a/1.17.2.tar.gz b/1.17.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ab0897c2b0e4fca2a172b4f88102579a8c75f956 Binary files /dev/null and b/1.17.2.tar.gz differ diff --git a/python-wrapt.spec b/python-wrapt.spec index 0369c6a964b9e528bc16807ad7f796454bbb3dba..41aca7736925480fe987f8524b47b1bdd9e58c51 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-wrapt -Version: 1.16.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.16.0.tar.gz +Source0: https://github.com/GrahamDumpleton/wrapt/archive/refs/tags/%{version}.tar.gz %description The aim of the wrapt module is to provide a transparent object proxy for Python, @@ -45,7 +45,7 @@ far more scenarios than typical decorators and provide more predictable and cons %build %py3_build -pushd docs +[ -d docs ] && pushd docs || echo "Skipping docs" sphinx-build -b html -d build/doctrees . build/html popd @@ -60,6 +60,9 @@ popd %doc docs/build/html %changelog +* Mon Jun 23 2025 yanyu - 1.17.2-1 +- Upgrade version to 1.17.2 + * Fri May 17 2024 wuzhaomin 1.16.0-1 - Upgrade version to 1.16.0 - Fix typos in method name string use in errors.