Updated python-hyperlink to 21.0.0 (#2229)

* Updated python-hyperlink to 21.0.0

* Updated hyperlink spec to conform to linter
This commit is contained in:
Nick Samson 2022-02-16 14:24:04 -08:00 коммит произвёл GitHub
Родитель 7668e8e3b9
Коммит 3844d3efb1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 12 добавлений и 8 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"Signatures": {
"python-hyperlink-19.0.0.tar.gz": "277c33e9b74ea6aaac8c133e9e40e8d1f4b807cb4f78ad5be111c3be860aad74"
"python-hyperlink-21.0.0.tar.gz": "6fdef854115f413e5d8a0241e1e67e93f0bd29c1d1317a742f3fdb189e1d57b5"
}
}
}

Просмотреть файл

@ -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 <nisamson@microsoft.com> - 21.0.0-1
- Updated to 21.0.0
- Updated URL and Source0 to reflect github change.
* Fri Dec 03 2021 Thomas Crain <thcrain@microsoft.com> - 19.0.0-4
- Replace easy_install usage with pip in %%check sections

Просмотреть файл

@ -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"
}
}
},