upgrade version to 20.8
This commit is contained in:
parent
d29b4b5948
commit
f4baed59bd
Binary file not shown.
BIN
packaging-20.8.tar.gz
Normal file
BIN
packaging-20.8.tar.gz
Normal file
Binary file not shown.
@ -1,8 +1,8 @@
|
|||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: python-packaging
|
Name: python-packaging
|
||||||
Version: 20.4
|
Version: 20.8
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Some core utilities for python packages
|
Summary: Some core utilities for python packages
|
||||||
License: BSD and ASL 2.0
|
License: BSD and ASL 2.0
|
||||||
URL: https://github.com/pypa/packaging
|
URL: https://github.com/pypa/packaging
|
||||||
@ -37,6 +37,10 @@ Documentation for packaging.
|
|||||||
%autosetup -n packaging-%{version}
|
%autosetup -n packaging-%{version}
|
||||||
rm -rf packaging.egg-info
|
rm -rf packaging.egg-info
|
||||||
|
|
||||||
|
# Do not use furo as HTML theme in docs
|
||||||
|
# furo is not available in Fedora
|
||||||
|
sed -i '/html_theme = "furo"/d' docs/conf.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build_wheel
|
%py3_build_wheel
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
@ -60,6 +64,9 @@ rm -rf html/_static/fonts/
|
|||||||
%doc html LICENSE LICENSE.APACHE LICENSE.BSD
|
%doc html LICENSE LICENSE.APACHE LICENSE.BSD
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 01 2021 shangyibin <shangyibin1@huawei.com> - 20.8-1
|
||||||
|
- Upgrade to version 20.8
|
||||||
|
|
||||||
* Thu Aug 06 2020 lingsheng <lingsheng@huawei.com> - 20.4-2
|
* Thu Aug 06 2020 lingsheng <lingsheng@huawei.com> - 20.4-2
|
||||||
- Remove python2-packaging subpackage
|
- Remove python2-packaging subpackage
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user