14
0

- update to 1.2.0:

* Update abnf_regexp.py
  * Update uri.py
  * Add test cases for 933d429f
  * Allow percent-encoded bytes in host
  * Remove unnecessary whitespace
  * Correct name throughout the project
  * Percent-encode % chars
  * Minor tweak for cleaner logic
  * Add test cases specifically for % detection
  * Make package building Windows-friendly
  * Tack on changes for #35
  * Drop Python 3.3, add Python 3.6 and 3.7
  * Update for new organization home
  * Bump version to 1.2.0
  * Use the encoding param in to_str and to_bytes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rfc3986?expand=0&rev=13
This commit is contained in:
Thomas Bechtold
2019-03-05 15:04:18 +00:00
committed by Git OBS Bridge
parent 9ad857866b
commit 8d46b8e0e8
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Mar 5 15:02:39 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- update to 1.2.0:
* Update abnf_regexp.py
* Update uri.py
* Add test cases for 933d429f
* Allow percent-encoded bytes in host
* Remove unnecessary whitespace
* Correct name throughout the project
* Percent-encode % chars
* Minor tweak for cleaner logic
* Add test cases specifically for % detection
* Make package building Windows-friendly
* Tack on changes for #35
* Drop Python 3.3, add Python 3.6 and 3.7
* Update for new organization home
* Bump version to 1.2.0
* Use the encoding param in to_str and to_bytes
-------------------------------------------------------------------
Tue Dec 18 23:41:50 UTC 2018 - Jan Engelhardt <jengelh@inai.de>