15
0

- 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
This commit is contained in:
2023-04-16 16:53:16 +00:00
committed by Git OBS Bridge
parent 52d769afd7
commit 30e35d21da
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c5641ffbc79e1193d98d5576079c77ffd7a7cbcc8b01bf91287902a9aa56fce
size 38677

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6aae7e2639730f77d2e3e08fc59363cb3d9035faac0a10b4c3a2915606d31b02
size 39065

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Apr 16 16:52:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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