diff --git a/python-wrapt.spec b/python-wrapt.spec index d21679710a683fbb929135ab815b3393ec314e6e..6761e1b7da32d50f7e831563c8d803ccb3f1482c 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-wrapt -Version: 2.0.0 +Version: 2.0.1 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/%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/w/wrapt/wrapt-%{version}.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 +* Thu Nov 20 2025 lvwq - 2.0.1-1 +- Update to 2.0.1 + +* Tue Nov 18 2025 lvwq - 2.0.1-1 +- Update to 2.0.1 + * Wed Nov 12 2025 wuzhaomin - 2.0.0-1 - Upgrade version to 2.0.0 - Fix formatting of __all__ module list. diff --git a/wrapt-2.0.1.tar.gz b/wrapt-2.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..850439e8e1f0d226b82e51c594d4693abcd31d5a Binary files /dev/null and b/wrapt-2.0.1.tar.gz differ