14
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rfc3986?expand=0&rev=5
This commit is contained in:
2017-06-10 07:57:44 +00:00
committed by Git OBS Bridge
parent 2476b99cc7
commit 869d161f9d
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Wed Aug 31 10:44:29 UTC 2016 - tbechtold@suse.com