- 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:
parent
9ad857866b
commit
8d46b8e0e8
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-rfc3986
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-rfc3986
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: Python module for validating URI references per RFC 3986
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8458571c4c57e1cf23593ad860bb601b6a604df6217f829c2bc70dc4b5af941b
|
||||
size 39381
|
3
rfc3986-1.2.0.tar.gz
Normal file
3
rfc3986-1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc3ae4b7cd88a99eff2d3900fcb858d44562fd7f273fc07aeef568b9bb6fc4e1
|
||||
size 40162
|
Loading…
Reference in New Issue
Block a user