diff --git a/packaging-20.4.tar.gz b/packaging-20.4.tar.gz deleted file mode 100644 index 7d824d5..0000000 Binary files a/packaging-20.4.tar.gz and /dev/null differ diff --git a/packaging-20.8.tar.gz b/packaging-20.8.tar.gz new file mode 100644 index 0000000..42a97c2 Binary files /dev/null and b/packaging-20.8.tar.gz differ diff --git a/python-packaging.spec b/python-packaging.spec index 682eaa0..4af3091 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -1,8 +1,8 @@ %bcond_with bootstrap Name: python-packaging -Version: 20.4 -Release: 2 +Version: 20.8 +Release: 1 Summary: Some core utilities for python packages License: BSD and ASL 2.0 URL: https://github.com/pypa/packaging @@ -37,6 +37,10 @@ Documentation for packaging. %autosetup -n packaging-%{version} 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 %py3_build_wheel %if %{without bootstrap} @@ -60,6 +64,9 @@ rm -rf html/_static/fonts/ %doc html LICENSE LICENSE.APACHE LICENSE.BSD %changelog +* Mon Feb 01 2021 shangyibin - 20.8-1 +- Upgrade to version 20.8 + * Thu Aug 06 2020 lingsheng - 20.4-2 - Remove python2-packaging subpackage