14
0

- update to 1.5.0:

- Fix bug where a valid IRI is mishandled by ``urlparse`` and
  ``ParseResultBytes``.
  - Add :meth:`~rfc3986.builder.URIBuilder.extend_path`,

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rfc3986?expand=0&rev=23
This commit is contained in:
2021-06-06 12:15:21 +00:00
committed by Git OBS Bridge
parent 5466005ca3
commit f9c654a5ce
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jun 6 12:10:34 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.5.0:
- Fix bug where a valid IRI is mishandled by ``urlparse`` and
``ParseResultBytes``.
- Add :meth:`~rfc3986.builder.URIBuilder.extend_path`,
-------------------------------------------------------------------
Wed Apr 15 16:02:41 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>