From e771b83e143425e9235bfa4d639cecf5e3a99bea1e2577bd3e44eeec08f8943f Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 20 Dec 2020 18:42:14 +0000 Subject: [PATCH] Accepting request 857754 from home:Pharaoh_Atem:branches:devel:languages:python - Update to version 3.30 + Add new timesource command + Deprecate the --ntpservers and --nontp options of the timezone command + Remove --biospart argument from harddrive command, it was never implemented or used. + Add Fedora 34 handler OBS-URL: https://build.opensuse.org/request/show/857754 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pykickstart?expand=0&rev=3 --- pykickstart-3.25.tar.gz | 3 --- pykickstart-3.30.tar.gz | 3 +++ python-pykickstart.changes | 9 +++++++++ python-pykickstart.spec | 4 +--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 pykickstart-3.25.tar.gz create mode 100644 pykickstart-3.30.tar.gz diff --git a/pykickstart-3.25.tar.gz b/pykickstart-3.25.tar.gz deleted file mode 100644 index 597844f..0000000 --- a/pykickstart-3.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eeeba87ec8d98488ae02203b75a12021f4992b683d7324e7722e5ef1e4eb4b4a -size 694551 diff --git a/pykickstart-3.30.tar.gz b/pykickstart-3.30.tar.gz new file mode 100644 index 0000000..012f31c --- /dev/null +++ b/pykickstart-3.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b4961f9abbf4f5265737ab45fb8410a333ce60891557438f183b7d7081037d +size 752421 diff --git a/python-pykickstart.changes b/python-pykickstart.changes index 94955d1..ae79be5 100644 --- a/python-pykickstart.changes +++ b/python-pykickstart.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Dec 20 17:45:46 UTC 2020 - Neal Gompa + +- Update to version 3.30 + + Add new timesource command + + Deprecate the --ntpservers and --nontp options of the timezone command + + Remove --biospart argument from harddrive command, it was never implemented or used. + + Add Fedora 34 handler + ------------------------------------------------------------------- Wed May 20 12:38:46 UTC 2020 - Neal Gompa diff --git a/python-pykickstart.spec b/python-pykickstart.spec index a09d9a2..64aa5f2 100644 --- a/python-pykickstart.spec +++ b/python-pykickstart.spec @@ -23,7 +23,7 @@ Name: python-%{mod_name} -Version: 3.25 +Version: 3.30 Release: 0 Summary: Python module for parsing and writing kickstart files Group: Development/Libraries/Python @@ -36,12 +36,10 @@ BuildArch: noarch BuildRequires: fdupes BuildRequires: gettext BuildRequires: python-rpm-macros -BuildRequires: %{python_module ordered-set} BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} -Requires: python-ordered-set Requires: python-requests Requires: python-six