diff --git a/SPECS/python-hyperlink/python-hyperlink.signatures.json b/SPECS/python-hyperlink/python-hyperlink.signatures.json index 16dc68e044..2d00736631 100644 --- a/SPECS/python-hyperlink/python-hyperlink.signatures.json +++ b/SPECS/python-hyperlink/python-hyperlink.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "python-hyperlink-19.0.0.tar.gz": "277c33e9b74ea6aaac8c133e9e40e8d1f4b807cb4f78ad5be111c3be860aad74" + "python-hyperlink-21.0.0.tar.gz": "6fdef854115f413e5d8a0241e1e67e93f0bd29c1d1317a742f3fdb189e1d57b5" } -} \ No newline at end of file +} diff --git a/SPECS/python-hyperlink/python-hyperlink.spec b/SPECS/python-hyperlink/python-hyperlink.spec index 2c00911154..7b5372afc2 100644 --- a/SPECS/python-hyperlink/python-hyperlink.spec +++ b/SPECS/python-hyperlink/python-hyperlink.spec @@ -1,14 +1,14 @@ Summary: provides a pure-Python implementation of immutable URLs Name: python-hyperlink -Version: 19.0.0 -Release: 4%{?dist} +Version: 21.0.0 +Release: 1%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner Group: Development/Languages/Python URL: https://github.com/python-hyper/hyperlink -#Source0: https://github.com/python-hyper/hyperlink/archive/v%{version}.tar.gz -Source0: https://github.com/python-hyper/hyperlink/archive/%{name}-%{version}.tar.gz +#Source0: https://github.com/python-hyper/hyperlink/archive/refs/tags/v%{version}.tar.gz +Source0: %{name}-%{version}.tar.gz BuildArch: noarch %description @@ -49,6 +49,10 @@ pytest %{python3_sitelib}/* %changelog +* Mon Feb 14 2022 Nick Samson - 21.0.0-1 +- Updated to 21.0.0 +- Updated URL and Source0 to reflect github change. + * Fri Dec 03 2021 Thomas Crain - 19.0.0-4 - Replace easy_install usage with pip in %%check sections diff --git a/cgmanifest.json b/cgmanifest.json index d1d6bec83c..3d682d9103 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -23004,8 +23004,8 @@ "type": "other", "other": { "name": "python-hyperlink", - "version": "19.0.0", - "downloadUrl": "https://github.com/python-hyper/hyperlink/archive/v19.0.0.tar.gz" + "version": "21.0.0", + "downloadUrl": "https://github.com/python-hyper/hyperlink/archive/refs/tags/v21.0.0.tar.gz" } } },