diff --git a/python-rfc3986.changes b/python-rfc3986.changes index dfe8043..b80bb52 100644 --- a/python-rfc3986.changes +++ b/python-rfc3986.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Mar 5 15:02:39 UTC 2019 - Thomas Bechtold + +- 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 diff --git a/python-rfc3986.spec b/python-rfc3986.spec index 26a8140..ebb997c 100644 --- a/python-rfc3986.spec +++ b/python-rfc3986.spec @@ -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 diff --git a/rfc3986-1.1.0.tar.gz b/rfc3986-1.1.0.tar.gz deleted file mode 100644 index ea47177..0000000 --- a/rfc3986-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8458571c4c57e1cf23593ad860bb601b6a604df6217f829c2bc70dc4b5af941b -size 39381 diff --git a/rfc3986-1.2.0.tar.gz b/rfc3986-1.2.0.tar.gz new file mode 100644 index 0000000..93f2421 --- /dev/null +++ b/rfc3986-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3ae4b7cd88a99eff2d3900fcb858d44562fd7f273fc07aeef568b9bb6fc4e1 +size 40162