Changelog for
python3-rfc3986-1.1.0-3.1.noarch.rpm :
Tue Dec 18 13:00:00 2018 Jan Engelhardt
- Use noun phrase in summary.
Tue Dec 4 13:00:00 2018 Matej Cepl
- Remove superfluous devel dependency for noarch package
Thu Aug 10 14:00:00 2017 tbechtoldAATTsuse.com
- update to 1.1.0:
* Bump version to 1.1.0
* Fix theme setting for documentation
* Exclude solitary line from coverage
* Note the version we added Validator in
* Fix documentation builds on RTD
* Add check_validity_of to vaildator docs
* Add some chars (!, =, etc) as allowed to the userinfo part of authority
* Add release notes for v1.1.0
* Add a separate testcase for special chars in userinfo and revert changes to other tests
* Add validation to eliminate URIReference.is_valid
* Add deprecation notices to old URIReference methods
* Make tests fail: add \"%20!=\" part to userinfo which is allowed as per RFC3986
- Convert to singlespec
Sat Jun 10 14:00:00 2017 dmuellerAATTsuse.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.
Wed Aug 31 14:00:00 2016 tbechtoldAATTsuse.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
Fri Aug 29 14:00:00 2014 dmuellerAATTsuse.com
- Initial package (0.2.0)