From 66022c456c4c3832abf23fb8317e1d7bc976979b8f2a3bad48c65b4b8c626910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 7 Oct 2022 18:57:07 +0000 Subject: [PATCH] Accepting request 1008814 from home:yarunachalam:branches:devel:languages:python - Update to version 2.0.0 * Drop support for Python 2.7, 3.3, 3.4, 3.5, 3.6 * Add support for Python 3.8, 3.9, 3.10 * Fix bug in resolving URIs that only contain schemes which are valid per the RFC - bug 81 OBS-URL: https://build.opensuse.org/request/show/1008814 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rfc3986?expand=0&rev=25 --- python-rfc3986.changes | 8 ++++++++ python-rfc3986.spec | 4 ++-- rfc3986-1.5.0.tar.gz | 3 --- rfc3986-2.0.0.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 rfc3986-1.5.0.tar.gz create mode 100644 rfc3986-2.0.0.tar.gz diff --git a/python-rfc3986.changes b/python-rfc3986.changes index d5a18d2..fd15491 100644 --- a/python-rfc3986.changes +++ b/python-rfc3986.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Oct 7 15:07:03 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 2.0.0 + * Drop support for Python 2.7, 3.3, 3.4, 3.5, 3.6 + * Add support for Python 3.8, 3.9, 3.10 + * Fix bug in resolving URIs that only contain schemes which are valid per the RFC - bug 81 + ------------------------------------------------------------------- Sun Jun 6 12:10:34 UTC 2021 - Dirk Müller diff --git a/python-rfc3986.spec b/python-rfc3986.spec index 4c50ca3..76ba3d3 100644 --- a/python-rfc3986.spec +++ b/python-rfc3986.spec @@ -1,7 +1,7 @@ # # spec file for package python-rfc3986 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # 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.5.0 +Version: 2.0.0 Release: 0 Summary: Python module for validating URI references per RFC 3986 License: Apache-2.0 diff --git a/rfc3986-1.5.0.tar.gz b/rfc3986-1.5.0.tar.gz deleted file mode 100644 index f262fdc..0000000 --- a/rfc3986-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:270aaf10d87d0d4e095063c65bf3ddbc6ee3d0b226328ce21e036f946e421835 -size 49378 diff --git a/rfc3986-2.0.0.tar.gz b/rfc3986-2.0.0.tar.gz new file mode 100644 index 0000000..78419ee --- /dev/null +++ b/rfc3986-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c +size 49026