Modify invalid source

Signed-off-by: cherry530 <xuping33@huawei.com>
This commit is contained in:
cherry530 2022-11-22 15:24:44 +08:00
parent 889c794e13
commit ed3a4ff0c0

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-wrapt Name: python-wrapt
Version: 1.14.0 Version: 1.14.0
Release: 1 Release: 2
Summary: A Python module for decorators, wrappers and monkey patching Summary: A Python module for decorators, wrappers and monkey patching
License: BSD-2-Clause License: BSD-2-Clause
URL: https://github.com/GrahamDumpleton/wrapt URL: https://github.com/GrahamDumpleton/wrapt
Source0: https://github.com/GrahamDumpleton/%{sname}/archive/%{version}.tar.gz source0: https://github.com/GrahamDumpleton/wrapt/archive/refs/tags/%{version}.tar.gz
%description %description
The aim of the wrapt module is to provide a transparent object proxy for Python, The aim of the wrapt module is to provide a transparent object proxy for Python,
@ -60,6 +60,9 @@ popd
%doc docs/build/html %doc docs/build/html
%changelog %changelog
* Tue Nov 22 2022 xu_ping <xuping33@h-partners.com> - 1.14.0-2
- Modify invalid source
* Fri Oct 21 2022 caodongxia <caodongxia@h-partners.com> - 1.14.0-1 * Fri Oct 21 2022 caodongxia <caodongxia@h-partners.com> - 1.14.0-1
- Update to 1.14.0 - Update to 1.14.0