diff --git a/idna-3.2.tar.gz b/idna-3.2.tar.gz deleted file mode 100644 index 89b8d69..0000000 --- a/idna-3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:467fbad99067910785144ce333826c71fb0e63a425657295239737f7ecd125f3 -size 243962 diff --git a/idna-3.3.tar.gz b/idna-3.3.tar.gz new file mode 100644 index 0000000..45e4a3b --- /dev/null +++ b/idna-3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d +size 286689 diff --git a/python-idna.changes b/python-idna.changes index 1c4a1bf..a2c79c8 100644 --- a/python-idna.changes +++ b/python-idna.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Oct 16 19:16:51 UTC 2021 - Dirk Müller + +- update to 3.3: + - Update to Unicode 14.0.0 + - Update to in-line type annotations + - Throw IDNAError exception correctly for some malformed input + - Advertise support for Python 3.10 + - Improve testing regime on Github + - Fix Russian typo in documentation + ------------------------------------------------------------------- Sun Jun 6 11:47:54 UTC 2021 - Dirk Müller diff --git a/python-idna.spec b/python-idna.spec index 0aacd8e..73ec294 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-idna -Version: 3.2 +Version: 3.3 Release: 0 Summary: Internationalized Domain Names in Applications (IDNA) License: BSD-3-Clause