14
0

Accepting request 697828 from home:pgajdos

- version update to 1.3.0
  * Add the ``IRIReference`` class which parses data according
    to RFC 3987 and encodes into an ``URIReference``.
    See also `GitHub #50`_
- run tests

OBS-URL: https://build.opensuse.org/request/show/697828
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rfc3986?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2019-04-25 12:47:59 +00:00
committed by Git OBS Bridge
parent 8d46b8e0e8
commit e65e092d92
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 25 10:34:17 UTC 2019 - pgajdos@suse.com
- version update to 1.3.0
* Add the ``IRIReference`` class which parses data according
to RFC 3987 and encodes into an ``URIReference``.
See also `GitHub #50`_
- run tests
-------------------------------------------------------------------
Tue Mar 5 15:02:39 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>