diff --git a/hyperlink-18.0.0.tar.gz b/hyperlink-18.0.0.tar.gz deleted file mode 100644 index bced3ae..0000000 Binary files a/hyperlink-18.0.0.tar.gz and /dev/null differ diff --git a/python-hyperlink.spec b/python-hyperlink.spec index 7c9cc44..4e89d6d 100644 --- a/python-hyperlink.spec +++ b/python-hyperlink.spec @@ -1,12 +1,12 @@ Name: python-hyperlink Version: 18.0.0 -Release: 9 +Release: 10 Summary: A pure-Python implementation of immutable URLs License: MIT and BSD and OFL URL: https://github.com/python-hyper/hyperlink -Source0: https://files.pythonhosted.org/packages/source/h/hyperlink/hyperlink-%{version}.tar.gz +Source0: https://github.com/python-hyper/hyperlink/archive/v%{version}.tar.gz BuildArch: noarch -BuildRequires: python3dist(sphinx) fontawesome-fonts +BuildRequires: python3dist(sphinx) fontawesome-fonts python3-devel %{?python_enable_dependency_generator} %description @@ -62,6 +62,9 @@ ln -s /usr/share/javascript/jquery/3.2.1/jquery.js html/_static/jquery-3.2.1.js %doc README.md html %changelog +* Mon Dec 07 2020 zhangjiapeng - 18.0.0-10 +- Add python3-devel dependency + * Wed Oct 21 2020 leiju - 18.0.0-9 - remove python2 subpackage diff --git a/python-hyperlink.yaml b/python-hyperlink.yaml index 27764a0..7091492 100644 --- a/python-hyperlink.yaml +++ b/python-hyperlink.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: python-hyper/hyperlink tag_prefix: ^v -seperator: . +separator: . diff --git a/v18.0.0.tar.gz b/v18.0.0.tar.gz new file mode 100644 index 0000000..778ff89 Binary files /dev/null and b/v18.0.0.tar.gz differ