Next | Query returned 36 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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.
   2019-12-11 10:00:36 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-yarl: updated to 1.4.2

1.4.1:
* Fix regression, make the library work on Python 3.5 and 3.6 again.

1.4.0:
* Distinguish an empty password in URL from a password not provided at all
* Fixed annotations for optional parameters of ``URL.build``
* Use None as default value of ``user`` parameter of ``URL.build``
* Enforce building C Accelerated modules when installing from source tarball, use
  ``YARL_NO_EXTENSIONS`` environment variable for falling back to (slower) Pure \ 
Python
  implementation
* Drop Python 3.5 support
* Fix quoting of plus in path by pure python version
* Don't create a new URL if fragment is unchanged
* Included in error msg the path that produces starting slash forbidden error
* Skip slow IDNA encoding for ASCII-only strings
   2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473)
Log message:
Omit mentions of python 34 and 35, after those were removed.

- Includes some whitespace changes, to be handled in a separate commit.
   2018-12-13 12:13:58 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-yarl: updated to 1.3.0

1.3.0:
* Fix annotations for query parameter
* An incoming query sequence can have int variables (the same as for
  Mapping type)
* Add URL.explicit_port property
* Give a friendlier error when port cant be converted to int
* bool(URL()) now returns False
   2018-09-07 11:29:21 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-yarl: removed unused include

Next | Query returned 36 messages, browsing 11 to 20 | Previous