Upgrade 1.15.0

Signed-off-by: cherry530 <xuping33@huawei.com>
This commit is contained in:
cherry530 2023-04-04 15:42:46 +08:00
parent a109820f52
commit 09c7c77ec4
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
1.15.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-wrapt
Version: 1.14.1
Version: 1.15.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://github.com/GrahamDumpleton/wrapt/archive/refs/tags/1.14.1.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,
@ -60,6 +60,9 @@ popd
%doc docs/build/html
%changelog
* Tue Apr 04 2023 xu_ping <xuping33@h-partners.com> - 1.15.0-1
- Upgrade version to 1.15.0
* Wed Dec 07 2022 dingdingaaaaa <dingziwei@kylinos.cn> - 1.14.1-1
- Upgrade version to 1.14.1