- Resolves: rhbz#1427499 Update to 2.3 for IDNAError bugfix and memory improvement
This commit is contained in:
parent
f624239289
commit
6e14ec1528
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/idna-2.0.tar.gz
|
||||
/idna-2.1.tar.gz
|
||||
/idna-2.2.tar.gz
|
||||
/idna-2.3.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global srcname idna
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 2.2
|
||||
Version: 2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Internationalized Domain Names in Applications (IDNA)
|
||||
|
||||
@ -100,6 +100,9 @@ rm -rf %{srcname}.egg-info
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Tue Feb 28 2017 Paul Wouters <pwouters@redhat.com> - 2.3-1
|
||||
- Resolves: rhbz#1427499 Update to 2.3 for IDNAError bugfix and memory improvement
|
||||
|
||||
* Thu Feb 09 2017 Jeremy Cline <jeremy@jcline.org> - 2.2-1
|
||||
- Update to version 2.2 (#1406757)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (idna-2.2.tar.gz) = affd8738e78ee0db7e44e508bab2a2223e9d1991711a4930ce820354e2c348f92502bd27fb6a93a25300ce78bac444b808143f2754b44720c19d4707e60d56ae
|
||||
SHA512 (idna-2.3.tar.gz) = c496f919229b2154d92b51a34affc117d9145df956e382cf6310b9f45c854c8e4ef25e5263fa2396389e30bb51df8ef5f6d0801ae4e30e02a76782bbcefb9d01
|
||||
|
Loading…
Reference in New Issue
Block a user