15
0

- update to 21.0.0:

* Update plus sign (+) handling to work with/like HTML form encoding (POST)
    by default, fixes #129, and associated roundtripping (#146).
  * Package IDNA tables.
  * Long overdue dependency bumps

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hyperlink?expand=0&rev=11
This commit is contained in:
2021-03-13 13:10:35 +00:00
committed by Git OBS Bridge
parent 3b49ed190c
commit 4107d8e55d
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Mar 13 13:07:05 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 21.0.0:
* Update plus sign (+) handling to work with/like HTML form encoding (POST)
by default, fixes #129, and associated roundtripping (#146).
* Package IDNA tables.
* Long overdue dependency bumps
-------------------------------------------------------------------
Mon Sep 28 11:54:08 UTC 2020 - Dirk Mueller <dmueller@suse.com>