From 9baa5ce7305eaa6b578c2baa597e3011cb57f251bc52d5fe9c103433cfbb148d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 13 Dec 2024 10:16:08 +0000 Subject: [PATCH] Accepting request 1230663 from home:rrahl0 - update to 1.17: * Add python 3.9 testing * Fix UserDict move in Python2 * Delete pep8ignore and flakes-ignore * tkinter.tix was removed from Python 3.13, skip the test * Fix deprecation warning from setuptools * Python 3.14 removed the URLopener and FancyURLopener classes, from urllib.requests * Update copyright years * Expunge travis OBS-URL: https://build.opensuse.org/request/show/1230663 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=94 --- python-six.changes | 14 ++++++++++++++ python-six.spec | 6 +++--- six-1.16.0.tar.gz | 3 --- six-1.17.0.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 six-1.16.0.tar.gz create mode 100644 six-1.17.0.tar.gz diff --git a/python-six.changes b/python-six.changes index adbe619..c784a59 100644 --- a/python-six.changes +++ b/python-six.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Dec 12 23:03:27 UTC 2024 - Richard Rahl + +- update to 1.17: + * Add python 3.9 testing + * Fix UserDict move in Python2 + * Delete pep8ignore and flakes-ignore + * tkinter.tix was removed from Python 3.13, skip the test + * Fix deprecation warning from setuptools + * Python 3.14 removed the URLopener and FancyURLopener classes, + from urllib.requests + * Update copyright years + * Expunge travis + ------------------------------------------------------------------- Tue Jan 2 20:56:50 UTC 2024 - Dirk Müller diff --git a/python-six.spec b/python-six.spec index 70fd464..9f8c2b7 100644 --- a/python-six.spec +++ b/python-six.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python-six # # Copyright (c) 2024 SUSE LLC # @@ -30,7 +30,7 @@ %define mypython python %{?sle15_python_module_pythons} Name: python-six%{psuffix} -Version: 1.16.0 +Version: 1.17.0 Release: 0 Summary: Python 2 and 3 compatibility utilities License: MIT @@ -80,7 +80,7 @@ This package provides documentation for %{name}. %endif %prep -%setup -q -n six-%{version} +%autosetup -n six-%{version} %build %pyproject_wheel diff --git a/six-1.16.0.tar.gz b/six-1.16.0.tar.gz deleted file mode 100644 index d881e66..0000000 --- a/six-1.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 -size 34041 diff --git a/six-1.17.0.tar.gz b/six-1.17.0.tar.gz new file mode 100644 index 0000000..268c122 --- /dev/null +++ b/six-1.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81 +size 34031