Go to file
Dirk Mueller de9a305ff4 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yarl?expand=0&rev=31
2020-12-19 10:08:24 +00:00
.gitattributes Accepting request 510417 from home:seanmarlow:branches:devel:languages:python 2017-07-17 05:05:19 +00:00
.gitignore Accepting request 510417 from home:seanmarlow:branches:devel:languages:python 2017-07-17 05:05:19 +00:00
python-yarl.changes - update to 1.6.3: 2020-12-19 10:08:24 +00:00
python-yarl.spec - update to 1.6.3: 2020-12-19 10:08:24 +00:00
yarl-1.6.3.tar.gz - update to 1.6.3: 2020-12-19 10:08:24 +00:00