14
0

Accepting request 1171420 from devel:languages:python

- update to 3.54:
  * Add a DEFAULT_VERSION variable to version.py (bcl)
  * Deprecate network team options on RHEL 10 (rvykydal)

OBS-URL: https://build.opensuse.org/request/show/1171420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pykickstart?expand=0&rev=7
This commit is contained in:
2024-05-02 21:48:43 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50cfffdf49e958ae9fda9fe7bdbc8702589c7c632069648227ecb877119bb5ad
size 816499

3
pykickstart-3.54.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu May 2 16:36:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.54:
* Add a DEFAULT_VERSION variable to version.py (bcl)
* Deprecate network team options on RHEL 10 (rvykydal)
-------------------------------------------------------------------
Sat Apr 20 21:21:49 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -23,7 +23,7 @@
%global skip_python2 1
Name: python-%{mod_name}
Version: 3.53
Version: 3.54
Release: 0
Summary: Python module for parsing and writing kickstart files
Group: Development/Libraries/Python