From 30e35d21da59bc2d63100b280217f9787200152ae7b8cb3d489237274549e81a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 16 Apr 2023 16:53:16 +0000 Subject: [PATCH] - update to 2.50: * Fix KeyError on .egg-info files in debian directory (regression in 2.48) * setup.py: Check that Debian version starts with DistUtilsExtra version OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distutils-extra?expand=0&rev=48 --- python-distutils-extra-2.49.tar.bz2 | 3 --- python-distutils-extra-2.50.tar.bz2 | 3 +++ python-distutils-extra.changes | 9 +++++++++ python-distutils-extra.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 python-distutils-extra-2.49.tar.bz2 create mode 100644 python-distutils-extra-2.50.tar.bz2 diff --git a/python-distutils-extra-2.49.tar.bz2 b/python-distutils-extra-2.49.tar.bz2 deleted file mode 100644 index 0fc5a67..0000000 --- a/python-distutils-extra-2.49.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c5641ffbc79e1193d98d5576079c77ffd7a7cbcc8b01bf91287902a9aa56fce -size 38677 diff --git a/python-distutils-extra-2.50.tar.bz2 b/python-distutils-extra-2.50.tar.bz2 new file mode 100644 index 0000000..5905b31 --- /dev/null +++ b/python-distutils-extra-2.50.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aae7e2639730f77d2e3e08fc59363cb3d9035faac0a10b4c3a2915606d31b02 +size 39065 diff --git a/python-distutils-extra.changes b/python-distutils-extra.changes index 0254d7e..210ea63 100644 --- a/python-distutils-extra.changes +++ b/python-distutils-extra.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Apr 16 16:52:43 UTC 2023 - Dirk Müller + +- update to 2.50: + * Fix KeyError on .egg-info files in debian directory + (regression in 2.48) + * setup.py: Check that Debian version starts with + DistUtilsExtra version + ------------------------------------------------------------------- Fri Feb 10 10:00:42 UTC 2023 - Dirk Müller diff --git a/python-distutils-extra.spec b/python-distutils-extra.spec index 431a51c..498e88d 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.49 +Version: 2.50 Release: 0 Summary: Distutils/Setuptools Adapter License: GPL-2.0-only