Update to 3.2 (#1965774)
This commit is contained in:
parent
1b4f859a0b
commit
a8954f8b1f
3
.gitignore
vendored
3
.gitignore
vendored
@ -9,3 +9,6 @@
|
||||
/idna-2.8.tar.gz
|
||||
/idna-2.9.tar.gz
|
||||
/idna-2.10.tar.gz
|
||||
/idna-3.0.tar.gz
|
||||
/idna-3.1.tar.gz
|
||||
/idna-3.2.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global srcname idna
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 2.10
|
||||
Release: 5%{?dist}
|
||||
Version: 3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Internationalized Domain Names in Applications (IDNA)
|
||||
|
||||
License: BSD and Python and Unicode
|
||||
@ -53,12 +53,16 @@ rm -rf %{srcname}.egg-info
|
||||
|
||||
|
||||
%files -n python3-%{srcname}
|
||||
%license LICENSE.rst
|
||||
%license LICENSE.md
|
||||
%doc README.rst HISTORY.rst
|
||||
%{python3_sitelib}/%{srcname}
|
||||
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Aug 03 2021 Lumír Balhar <lbalhar@redhat.com> - 3.2-1
|
||||
- Update to 3.2
|
||||
Resolves: rhbz#1965774
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (idna-2.10.tar.gz) = 83b412de2f79a4bc86fb4bdac7252521b9d84f0be54f4fb1bde1ee13a210bbfa4b1a98247affbc7921046fb117a591316c12694c1be72865767646554c5207ac
|
||||
SHA512 (idna-3.2.tar.gz) = 2bc8e37abdc0570e5e13c9064f51630605806c3246a8d292511dad6f971610288212a2d881f9356ecb383f871e1477ccd60c4a5d6d7fd05254ff740d36543f35
|
||||
|
Loading…
Reference in New Issue
Block a user