Update to 2.10 (#1851653)
This commit is contained in:
parent
83f622be3d
commit
ea269a919c
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/idna-2.7.tar.gz
|
||||
/idna-2.8.tar.gz
|
||||
/idna-2.9.tar.gz
|
||||
/idna-2.10.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global srcname idna
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 2.9
|
||||
Release: 2%{?dist}
|
||||
Version: 2.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Internationalized Domain Names in Applications (IDNA)
|
||||
|
||||
License: BSD and Python and Unicode
|
||||
@ -59,6 +59,9 @@ rm -rf %{srcname}.egg-info
|
||||
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Jul 07 2020 Lumír Balhar <lbalhar@redhat.com> - 2.10-1
|
||||
- Update to 2.10 (#1851653)
|
||||
|
||||
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 2.9-2
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (idna-2.9.tar.gz) = 2bd3fdae46fe7045640912872b0a3955de3abce62fd222b16ea2c997a04755acc834eeb645e5610d621c176d4b963e1d4a71228fba14efad54999cdf3c02eaf4
|
||||
SHA512 (idna-2.10.tar.gz) = 83b412de2f79a4bc86fb4bdac7252521b9d84f0be54f4fb1bde1ee13a210bbfa4b1a98247affbc7921046fb117a591316c12694c1be72865767646554c5207ac
|
||||
|
Loading…
Reference in New Issue
Block a user