From 8d46b8e0e89fdc1fa0f15cd27ba67896b47ed63dd9744854205fc7cfa056e97b Mon Sep 17 00:00:00 2001
From: Thomas Bechtold <thomasbechtold@jpberlin.de>
Date: Tue, 5 Mar 2019 15:04:18 +0000
Subject: [PATCH] - 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
---
 python-rfc3986.changes | 20 ++++++++++++++++++++
 python-rfc3986.spec    |  4 ++--
 rfc3986-1.1.0.tar.gz   |  3 ---
 rfc3986-1.2.0.tar.gz   |  3 +++
 4 files changed, 25 insertions(+), 5 deletions(-)
 delete mode 100644 rfc3986-1.1.0.tar.gz
 create mode 100644 rfc3986-1.2.0.tar.gz

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 <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>
 
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