diff --git a/python-yarl.changes b/python-yarl.changes index 4278c8a..34b3874 100644 --- a/python-yarl.changes +++ b/python-yarl.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Dec 19 10:06:48 UTC 2020 - Dirk Müller + +- update to 1.6.3: + - No longer loose characters when decoding incorrect percent-sequences (like + ``%e2%82%f8``). All non-decodable percent-sequences are now preserved. + - Provide generated ``.c`` files in TarBall distribution. + - ``human_repr()`` now always produces valid representation equivalent to the + original URL (if the original URL is valid). + - Fixed requoting a single percent followed by a percent-encoded character + in the Cython implementation. + - Fix ValueError when decoding ``%`` which is not followed by two hexadecimal + digits. + - Fix decoding ``%`` followed by a space and hexadecimal digit. + - Fix annotation of ``with_query()``/``update_query()`` methods for + ``key=[val1, val2]`` case. + ------------------------------------------------------------------- Mon Sep 28 12:05:26 UTC 2020 - Dirk Mueller diff --git a/python-yarl.spec b/python-yarl.spec index 5d292fb..28bcfe2 100644 --- a/python-yarl.spec +++ b/python-yarl.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-yarl -Version: 1.6.0 +Version: 1.6.3 Release: 0 Summary: Yet another URL library License: Apache-2.0 diff --git a/yarl-1.6.0.tar.gz b/yarl-1.6.0.tar.gz deleted file mode 100644 index 76b5c9e..0000000 --- a/yarl-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61d3ea3c175fe45f1498af868879c6ffeb989d4143ac542163c45538ba5ec21b -size 175492 diff --git a/yarl-1.6.3.tar.gz b/yarl-1.6.3.tar.gz new file mode 100644 index 0000000..947b2de --- /dev/null +++ b/yarl-1.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9066529240171b68893d60dca86a763eae2139dd42f42106b03cf4b426bf10 +size 176823