!4 Upgrade to version 4.3.2
Merge pull request !4 from LeoFang/openEuler-20.03-LTS
This commit is contained in:
commit
844903d32f
Binary file not shown.
BIN
decorator-4.3.2.tar.gz
Normal file
BIN
decorator-4.3.2.tar.gz
Normal file
Binary file not shown.
@ -4,8 +4,8 @@ function decorators and decorator factories. It also includes an implementation
|
||||
other niceties (please check the docs).
|
||||
|
||||
Name: python-%{_name}
|
||||
Version: 4.3.0
|
||||
Release: 3
|
||||
Version: 4.3.2
|
||||
Release: 1
|
||||
Summary: Simplify the signature-preserving function decorators and decorator factories
|
||||
License: BSD
|
||||
URL: https://github.com/micheles/decorator
|
||||
@ -36,7 +36,6 @@ BuildRequires: python3-devel python3-setuptools
|
||||
%prep
|
||||
%autosetup -n %{_name}-%{version} -p1
|
||||
|
||||
|
||||
%build
|
||||
%py2_build
|
||||
%py3_build
|
||||
@ -50,12 +49,12 @@ BuildRequires: python3-devel python3-setuptools
|
||||
%{__python3} setup.py test
|
||||
|
||||
%files -n python2-%{_name}
|
||||
%doc docs/README.rst
|
||||
%doc README.rst
|
||||
%license LICENSE.txt
|
||||
%{python2_sitelib}/*
|
||||
|
||||
%files -n python3-%{_name}
|
||||
%doc docs/README.rst
|
||||
%doc README.rst
|
||||
%license LICENSE.txt
|
||||
%{python3_sitelib}/__pycache__/*
|
||||
%{python3_sitelib}/*info/
|
||||
@ -65,6 +64,9 @@ BuildRequires: python3-devel python3-setuptools
|
||||
%doc CHANGES.md
|
||||
|
||||
%changelog
|
||||
* Mon Aug 03 2020 Leo Fang<leofang_94@163.com> - 4.3.2-1
|
||||
- Upgrade to version 4.3.2
|
||||
|
||||
* Tue Dec 31 2019 Yeqing Peng<pengyeqing@huawei.com> - 4.3.0-3
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user