Package upgrade

This commit is contained in:
starlet-dx 2022-06-27 14:46:42 +08:00
parent 09f05a7806
commit 732e70f4af
3 changed files with 6 additions and 3 deletions

BIN
1.14.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.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 <tc@openeuler.org> - 1.14.0-1
- Upgrade to version 1.14.0
* Sat Jun 04 2022 OpenStack_SIG <openstack@openeuler.org> - 1.13.3-1
- upgrade package python3-wrapt to version 1.13.3

Binary file not shown.