From 960b0f5f650fc1fba3e30cd883dc3972ebfaf8b0fae2311ca6519710e5d29d9f Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Sun, 2 Jul 2023 19:16:38 +0000 Subject: [PATCH] Accepting request 1096428 from home:lee_duncan:branches:devel:languages:python - Upgrade to latest upstream version v1.1.30: * setup.py: relax pyparsing version restriction * Replace more occurrences of getargspec() with getfullargspec() * replace getargspec() with getfullargspec() OBS-URL: https://build.opensuse.org/request/show/1096428 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configshell-fb?expand=0&rev=36 --- _service | 2 +- python-configshell-fb-1.1.29.tar.xz | 3 --- python-configshell-fb-1.1.30.tar.xz | 3 +++ python-configshell-fb.changes | 8 ++++++++ python-configshell-fb.spec | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 python-configshell-fb-1.1.29.tar.xz create mode 100644 python-configshell-fb-1.1.30.tar.xz diff --git a/_service b/_service index e3e90af..4915450 100644 --- a/_service +++ b/_service @@ -7,7 +7,7 @@ @PARENT_TAG@ v(\d*\.\d*\.)(\d*) \1\2 - v1.1.28 + v1.1.30 *configshell-fb*.tar diff --git a/python-configshell-fb-1.1.29.tar.xz b/python-configshell-fb-1.1.29.tar.xz deleted file mode 100644 index ed024b5..0000000 --- a/python-configshell-fb-1.1.29.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0cfb68931d3cfe27bf0de0627c39df45bec4eface7334bcc043d9e9f73058e9 -size 28532 diff --git a/python-configshell-fb-1.1.30.tar.xz b/python-configshell-fb-1.1.30.tar.xz new file mode 100644 index 0000000..245f15f --- /dev/null +++ b/python-configshell-fb-1.1.30.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f38784e622350115d8dac931eada2158894fff0b7b146aa96052e6202827a11 +size 28652 diff --git a/python-configshell-fb.changes b/python-configshell-fb.changes index a5f6a0a..dcb3102 100644 --- a/python-configshell-fb.changes +++ b/python-configshell-fb.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jul 2 15:23:07 UTC 2023 - Lee Duncan + +- Upgrade to latest upstream version v1.1.30: + * setup.py: relax pyparsing version restriction + * Replace more occurrences of getargspec() with getfullargspec() + * replace getargspec() with getfullargspec() + ------------------------------------------------------------------- Fri Apr 21 12:23:32 UTC 2023 - Dirk Müller diff --git a/python-configshell-fb.spec b/python-configshell-fb.spec index f6a2b4f..f1dd18e 100644 --- a/python-configshell-fb.spec +++ b/python-configshell-fb.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-configshell-fb -Version: 1.1.29 +Version: 1.1.30 Release: 0%{?dist} Summary: A Python library for building configuration shells License: Apache-2.0