15
0

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
This commit is contained in:
2023-07-02 19:16:38 +00:00
committed by Git OBS Bridge
parent 6eb18fc81a
commit 960b0f5f65
5 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jul 2 15:23:07 UTC 2023 - Lee Duncan <lduncan@suse.com>
- 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 <dmueller@suse.com>