diff --git a/1.14.0.tar.gz b/1.14.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..74aad28ac5aa7cc848d11fef79458f2479b87c8e Binary files /dev/null and b/1.14.0.tar.gz differ diff --git a/python-wrapt.spec b/python-wrapt.spec index c0cf1805bc3a2f14300220ca448041ff5e7ae181..b2b43ff433d82f36f7c0085a6f823c304012f7af 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-wrapt -Version: 1.13.3 +Version: 1.14.0 Release: 1 Summary: A Python module for decorators, wrappers and monkey patching License: BSD-2-Clause URL: https://github.com/GrahamDumpleton/wrapt -Source0: https://files.pythonhosted.org/packages/eb/f6/d81ccf43ac2a3c80ddb6647653ac8b53ce2d65796029369923be06b815b8/wrapt-1.13.3.tar.gz +Source0: https://github.com/GrahamDumpleton/%{sname}/archive/%{version}.tar.gz %description The aim of the wrapt module is to provide a transparent object proxy for Python, @@ -41,7 +41,7 @@ type checking abilities etc. The decorators that can be constructed using this m far more scenarios than typical decorators and provide more predictable and consistent behaviour. %prep -%autosetup -n wrapt-%{version} +%autosetup -n wrapt-%{version} -p1 %build %py3_build @@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 23 2022 SimpleUpdate Robot - 1.14.0-1 +- Upgrade to version 1.14.0 + * Sat Jun 04 2022 OpenStack_SIG - 1.13.3-1 - upgrade package python3-wrapt to version 1.13.3 diff --git a/wrapt-1.13.3.tar.gz b/wrapt-1.13.3.tar.gz deleted file mode 100644 index 9928660d56e725e3e459c04e97b0e3288f34ead6..0000000000000000000000000000000000000000 Binary files a/wrapt-1.13.3.tar.gz and /dev/null differ