commit
31df74ebc7
Binary file not shown.
BIN
decorator-4.4.2.tar.gz
Normal file
BIN
decorator-4.4.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).
|
other niceties (please check the docs).
|
||||||
|
|
||||||
Name: python-%{_name}
|
Name: python-%{_name}
|
||||||
Version: 4.3.0
|
Version: 4.4.2
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: Simplify the signature-preserving function decorators and decorator factories
|
Summary: Simplify the signature-preserving function decorators and decorator factories
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/micheles/decorator
|
URL: https://github.com/micheles/decorator
|
||||||
@ -50,12 +50,12 @@ BuildRequires: python3-devel python3-setuptools
|
|||||||
%{__python3} setup.py test
|
%{__python3} setup.py test
|
||||||
|
|
||||||
%files -n python2-%{_name}
|
%files -n python2-%{_name}
|
||||||
%doc docs/README.rst
|
%doc README.rst
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python2_sitelib}/*
|
%{python2_sitelib}/*
|
||||||
|
|
||||||
%files -n python3-%{_name}
|
%files -n python3-%{_name}
|
||||||
%doc docs/README.rst
|
%doc README.rst
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python3_sitelib}/__pycache__/*
|
%{python3_sitelib}/__pycache__/*
|
||||||
%{python3_sitelib}/*info/
|
%{python3_sitelib}/*info/
|
||||||
@ -65,6 +65,12 @@ BuildRequires: python3-devel python3-setuptools
|
|||||||
%doc CHANGES.md
|
%doc CHANGES.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 23 2020 dingyue<dingyue5@huawei.com> - 4.4.2-1
|
||||||
|
- Type:enhancement
|
||||||
|
- ID:NA
|
||||||
|
- SUG:restart
|
||||||
|
- DESC:update source code
|
||||||
|
|
||||||
* Tue Dec 31 2019 Yeqing Peng<pengyeqing@huawei.com> - 4.3.0-3
|
* Tue Dec 31 2019 Yeqing Peng<pengyeqing@huawei.com> - 4.3.0-3
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user