From f9569a28ab11245450ae9c421573be0e0b3af3d654e4a16a426b3ee5e25525d6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 3 Jun 2021 13:52:09 +0000 Subject: [PATCH] Accepting request 897211 from home:pgajdos:python - version update to 3.0.2 * Update build environment. * Do not convert percent-encodings to uppercase in host components generated by ``uricompose()``. * Officially support Python 3.9. * Format code with Black. OBS-URL: https://build.opensuse.org/request/show/897211 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uritools?expand=0&rev=3 --- python-uritools.changes | 10 ++++++++++ python-uritools.spec | 16 ++++++++-------- uritools-3.0.0.tar.gz | 3 --- uritools-3.0.2.tar.gz | 3 +++ 4 files changed, 21 insertions(+), 11 deletions(-) delete mode 100644 uritools-3.0.0.tar.gz create mode 100644 uritools-3.0.2.tar.gz diff --git a/python-uritools.changes b/python-uritools.changes index d33dc63..5bb1092 100644 --- a/python-uritools.changes +++ b/python-uritools.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jun 3 13:14:24 UTC 2021 - pgajdos@suse.com + +- version update to 3.0.2 + * Update build environment. + * Do not convert percent-encodings to uppercase in host components + generated by ``uricompose()``. + * Officially support Python 3.9. + * Format code with Black. + ------------------------------------------------------------------- Thu Dec 26 04:47:02 PM UTC 2019 - John Vandenberg diff --git a/python-uritools.spec b/python-uritools.spec index c76a77e..d3b2cf6 100644 --- a/python-uritools.spec +++ b/python-uritools.spec @@ -1,7 +1,7 @@ # # spec file for package python-uritools # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-uritools -Version: 3.0.0 +Version: 3.0.2 Release: 0 -License: MIT Summary: URI parsing, classification and composition -Url: https://github.com/tkem/uritools/ +License: MIT Group: Development/Languages/Python +URL: https://github.com/tkem/uritools/ Source: https://files.pythonhosted.org/packages/source/u/uritools/uritools-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description @@ -46,7 +46,7 @@ URI parsing, classification and composition. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pyunittest discover -v %files %{python_files} %doc CHANGELOG.rst README.rst diff --git a/uritools-3.0.0.tar.gz b/uritools-3.0.0.tar.gz deleted file mode 100644 index a8fa771..0000000 --- a/uritools-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:405917a31ce58a57c8ccd0e4ea290f38baf2f4823819c3688f5331f1aee4ccb0 -size 22936 diff --git a/uritools-3.0.2.tar.gz b/uritools-3.0.2.tar.gz new file mode 100644 index 0000000..7e36222 --- /dev/null +++ b/uritools-3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ffef82ce3b2793237d36e45aa7cde28dae6502f6a93fdbd05ede401520e279 +size 23239