diff --git a/python-hyperlink.spec b/python-hyperlink.spec index 5e4e15f..5417667 100644 --- a/python-hyperlink.spec +++ b/python-hyperlink.spec @@ -1,10 +1,10 @@ %bcond_with docs Name: python-hyperlink -Version: 18.0.0 -Release: 11 +Version: 21.0.0 +Release: 1 Summary: A pure-Python implementation of immutable URLs -License: MIT and BSD and OFL +License: MIT URL: https://github.com/python-hyper/hyperlink Source0: https://github.com/python-hyper/hyperlink/archive/v%{version}.tar.gz BuildArch: noarch @@ -63,7 +63,7 @@ ln -s /usr/share/javascript/jquery/3.2.1/jquery.js html/_static/jquery-3.2.1.js %files -n python3-hyperlink %doc LICENSE %{python3_sitelib}/hyperlink -%{python3_sitelib}/hyperlink-%{version}-py?.?.egg-info +%{python3_sitelib}/hyperlink-%{version}-py%{python3_version}.egg-info %files help %if %{with docs} @@ -73,6 +73,9 @@ ln -s /usr/share/javascript/jquery/3.2.1/jquery.js html/_static/jquery-3.2.1.js %endif %changelog +* Thu Oct 27 2022 Ge Wang - 21.0.0-1 +- Upgrade to version 21.0.0 + * Mon Jan 10 2022 huanghaitao - 18.0.0-11 - Drop docs package: sphinx Update make docs build error diff --git a/v18.0.0.tar.gz b/v18.0.0.tar.gz deleted file mode 100644 index 778ff89..0000000 Binary files a/v18.0.0.tar.gz and /dev/null differ diff --git a/v21.0.0.tar.gz b/v21.0.0.tar.gz new file mode 100644 index 0000000..f0eabea Binary files /dev/null and b/v21.0.0.tar.gz differ