2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-11-02 19:55:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-yarl: updated to 1.7.2
1.7.2 (2021-11-01)
Bugfixes
- Changed call in ``with_port()`` to stop reencoding parts of the URL that were \
already encoded.
1.7.1 (2021-10-07)
Bugfixes
- Fix 1.7.0 build error
|
2021-11-01 11:07:31 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-yarl: update to 1.7.0.
1.7.0 (2021-10-06)
==================
Features
--------
- Add `__bytes__()` magic method so that `bytes(url)` will work
and use optimal ASCII encoding.
- Started shipping platform-specific arm64 wheels for Apple Silicon.
- Started shipping platform-specific wheels with the ``musl`` tag
targeting typical Alpine Linux runtimes.
- Added support for Python 3.10.
|
2021-10-26 13:31:15 by Nia Alarie | Files touched by this commit (1030) |
Log message:
www: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts):
www/nghttp2/distinfo
Unfetchable distfiles (almost certainly fetched conditionally...):
./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx-devel/distinfo naxsi-1.3.tar.gz
./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx-devel/distinfo njs-0.5.0.tar.gz
./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz
./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx/distinfo naxsi-1.3.tar.gz
./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx/distinfo njs-0.5.0.tar.gz
./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz
|
2021-10-07 17:09:00 by Nia Alarie | Files touched by this commit (1033) |
Log message:
www: Remove SHA1 hashes for distfiles
|
2020-11-16 14:14:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-yarl: updated to 1.6.3
1.6.3:
Bugfixes
- No longer loose characters when decoding incorrect percent-sequences (like \
``%e2%82%f8``). All non-decodable percent-sequences are now preserved.
- Provide x86 Windows wheels.
|
2020-10-14 15:26:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-yarl: updated to 1.6.2
1.6.2
Bugfixes
- Provide generated ``.c`` files in TarBall distribution.
1.6.1
Features
- Provide wheels for ``aarch64``, ``i686``, ``ppc64le``, ``s390x`` architectures on
Linux as well as ``x86_64``.
- Provide wheels for Python 3.9.
Bugfixes
- ``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.
Removal
- Drop Python 3.5 support; Python 3.6 is the minimal supported Python version.
|
2020-10-02 11:26:18 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-yarl: update to 1.6.0.
Fix dependencies.
1.6.0 (2020-09-23)
==================
Features
--------
- Allow for int and float subclasses in query, while still denying bool.
`#492 <https://github.com/aio-libs/yarl/issues/492>`_
Bugfixes
--------
- Do not requote arguments in ``URL.build()``, ``with_xxx()`` and in ``/`` operator.
`#502 <https://github.com/aio-libs/yarl/issues/502>`_
- Keep IPv6 brackets in ``origin()``.
`#504 <https://github.com/aio-libs/yarl/issues/504>`_
|
2020-08-03 10:21:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-yarl: updated to 1.5.1
1.5.1
Bugfixes
Fix including relocated internal yarl._quoting_c C-extension into published PyPI \
dists.
|
2020-07-27 19:25:02 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-yarl: updated to 1.5.0
1.5.0:
Features
- Convert host to lowercase on URL building.
- Allow using ``mod`` operator (`%`) for updating query string (an alias for \
``update_query()`` method).
- Allow use of sequences such as ``list`` and ``tuple`` in the values
of a mapping such as ``dict`` to represent that a key has many values::
url = URL("http://example.com")
assert url.with_query({"a": [1, 2]}) == \
URL("http://example.com/?a=1&a=2")
- Support URL.build() with scheme and path (creates a relative URL).
- Cache slow IDNA encode/decode calls.
- Add ``@final`` / ``Final`` type hints
- Support URL authority/raw_authority properties and authority argument of \
``URL.build()`` method.
- Hide the library implementation details, make the exposed public list very clean.
|