From bfe82898e8267cdd93bfb01b2666520efd409185a699c1ed1a0f1967c1a90090 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 14 Nov 2023 12:45:12 +0000 Subject: [PATCH] - update to 3.0: * Port code to setuptools. It will not work with distutils any more. * Format code with black and imports with isort. * Address pycodestyle and pylint complaints. * Use python3 in shebangs. * Fix TypeError when calling pylint command. * Drop obsolete python3-distutils dependency. package (the dependency of onboard) to SLE-15 According to this page https://launchpad.net/python-distutils-extra/trunk/2.23) this release has no changelog Changelog to 2.20 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distutils-extra?expand=0&rev=50 --- python-distutils-extra-2.50.tar.bz2 | 3 --- python-distutils-extra-3.0.tar.bz2 | 3 +++ python-distutils-extra.changes | 18 +++++++++++++++--- python-distutils-extra.spec | 2 +- 4 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 python-distutils-extra-2.50.tar.bz2 create mode 100644 python-distutils-extra-3.0.tar.bz2 diff --git a/python-distutils-extra-2.50.tar.bz2 b/python-distutils-extra-2.50.tar.bz2 deleted file mode 100644 index 5905b31..0000000 --- a/python-distutils-extra-2.50.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6aae7e2639730f77d2e3e08fc59363cb3d9035faac0a10b4c3a2915606d31b02 -size 39065 diff --git a/python-distutils-extra-3.0.tar.bz2 b/python-distutils-extra-3.0.tar.bz2 new file mode 100644 index 0000000..bcf82ca --- /dev/null +++ b/python-distutils-extra-3.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1a6a3f97fd87db6d94007324239da58d9b4860f11f05dd66614565de2e6123 +size 40400 diff --git a/python-distutils-extra.changes b/python-distutils-extra.changes index 210ea63..e563510 100644 --- a/python-distutils-extra.changes +++ b/python-distutils-extra.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Nov 14 12:44:52 UTC 2023 - Dirk Müller + +- update to 3.0: + * Port code to setuptools. It will not work with distutils any + more. + * Format code with black and imports with isort. + * Address pycodestyle and pylint complaints. + * Use python3 in shebangs. + * Fix TypeError when calling pylint command. + * Drop obsolete python3-distutils dependency. + ------------------------------------------------------------------- Sun Apr 16 16:52:43 UTC 2023 - Dirk Müller @@ -57,7 +69,7 @@ Fri Sep 18 07:39:36 UTC 2020 - John Vandenberg Wed Mar 13 09:00:35 UTC 2019 - qzheng - Make use of %license macro and get ready for submitting this - package (the dependency of onboard) to SLE-15 + package (the dependency of onboard) to SLE-15 (fate#326794, bsc#1082318). ------------------------------------------------------------------- @@ -126,7 +138,7 @@ Thu Jan 12 11:31:12 UTC 2012 - saschpe@suse.de Sat Dec 11 16:51:38 UTC 2010 - rwobben@hotmail.com - Update to 2.23 - According to this page https://launchpad.net/python-distutils-extra/trunk/2.23) this release has no changelog + According to this page https://launchpad.net/python-distutils-extra/trunk/2.23) this release has no changelog ------------------------------------------------------------------- Sat Oct 30 08:22:11 UTC 2010 - rwobben@hotmail.com @@ -161,7 +173,7 @@ Changelog to 2.22 external test modules instead of -xdg and -dateutil, since the latter are not available for Python 3 yet. -Changelog to 2.20 +Changelog to 2.20 [Didier Roche ] * build_i18n.py: add support for LINGUAS (Siegfried Gevatter) (LP: #510957) diff --git a/python-distutils-extra.spec b/python-distutils-extra.spec index 498e88d..811d8cc 100644 --- a/python-distutils-extra.spec +++ b/python-distutils-extra.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-distutils-extra -Version: 2.50 +Version: 3.0 Release: 0 Summary: Distutils/Setuptools Adapter License: GPL-2.0-only