diff --git a/1.14.0.tar.gz b/1.14.0.tar.gz deleted file mode 100644 index 74aad28ac5aa7cc848d11fef79458f2479b87c8e..0000000000000000000000000000000000000000 Binary files a/1.14.0.tar.gz and /dev/null differ diff --git a/python-wrapt.spec b/python-wrapt.spec index b2b43ff433d82f36f7c0085a6f823c304012f7af..d62c3fe98ee2b8e7ee9c9f3799d388d85b9cd6ed 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-wrapt Version: 1.14.0 -Release: 1 +Release: 2 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/%{sname}/archive/%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/c7/b4/3a937c7f8ee4751b38274c8542e02f42ebf3e080f1344c4a2aff6416630e/wrapt-1.14.0.tar.gz %description The aim of the wrapt module is to provide a transparent object proxy for Python, @@ -23,6 +23,7 @@ BuildRequires: python3-sphinx BuildRequires: gcc BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel @@ -83,6 +84,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jul 13 2022 huangtianhua - 1.14.0-2 +- Use pypi package to generate correct dist package + * Thu Jun 23 2022 SimpleUpdate Robot - 1.14.0-1 - Upgrade to version 1.14.0 diff --git a/wrapt-1.14.0.tar.gz b/wrapt-1.14.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..979eab0edfcd1eb8172ba71ea4174aa279fac0ed Binary files /dev/null and b/wrapt-1.14.0.tar.gz differ