2017-06-10 09:57:44 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 10 07:55:28 UTC 2017 - dmueller@suse.com
|
|
|
|
|
|
|
|
- update to 1.0.0:
|
|
|
|
* Add support for :rfc:`6874` - Zone Identifiers in IPv6 Addresses
|
|
|
|
* Add a more flexible and usable validation framework. See our documentation
|
|
|
|
for more information.
|
|
|
|
* Add an object to aid in building new URIs from scratch. See our
|
|
|
|
documentation for more information.
|
|
|
|
* Allow ``None`` to be used to eliminate components via ``copy_with`` for URIs
|
|
|
|
and ParseResults.
|
|
|
|
|
2016-09-01 09:24:38 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 31 10:44:29 UTC 2016 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- update to 0.4.1:
|
|
|
|
- Normalize URIs constructed using ``ParseResult.from_parts`` and
|
|
|
|
``ParseResultBytes.from_parts``
|
|
|
|
- Add ``ParseResult.from_parts`` and ``ParseResultBytes.from_parts`` class
|
|
|
|
methods to easily create a ParseResult
|
|
|
|
- When using regular expressions, use ``[0-9]`` instead of ``\d`` to avoid
|
|
|
|
finding ports with "numerals" that are not valid in a port
|
|
|
|
- Preserve empty query strings during normalization
|
|
|
|
- Read README and HISTORY files using the appropriate codec so rfc3986 can be
|
|
|
|
installed on systems with locale's other than utf-8 (specifically C)
|
|
|
|
- Replace the standard library's urlparse behaviour
|
|
|
|
- Update the regular name regular expression to accept all of the characters
|
|
|
|
allowed in the RFC. Closes bug #11 (Thanks Viktor Haag). Previously URIs
|
|
|
|
similar to "http://http-bin.org" would be considered invalid.
|
|
|
|
- Use pypi.io for Source url
|
|
|
|
|
2014-09-01 18:25:50 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 29 14:22:31 UTC 2014 - dmueller@suse.com
|
|
|
|
|
|
|
|
- Initial package (0.2.0)
|
|
|
|
|