From b372e5a3aab5e1fca805b1e2623b8ef51e1aec876fa249f371641bf3e9df36c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 8 Nov 2022 09:46:26 +0000 Subject: [PATCH 1/2] Accepting request 1034404 from home:yarunachalam:branches:devel:languages:python - Update to 1.0.1 * Added Added support for Python 3.11 OBS-URL: https://build.opensuse.org/request/show/1034404 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-funcparserlib?expand=0&rev=22 --- funcparserlib-1.0.0-gh.tar.gz | 3 --- funcparserlib-1.0.1-gh.tar.gz | 3 +++ python-funcparserlib.changes | 7 +++++++ python-funcparserlib.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 funcparserlib-1.0.0-gh.tar.gz create mode 100644 funcparserlib-1.0.1-gh.tar.gz diff --git a/funcparserlib-1.0.0-gh.tar.gz b/funcparserlib-1.0.0-gh.tar.gz deleted file mode 100644 index 79aff65..0000000 --- a/funcparserlib-1.0.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a734eb4afbfa9dc5c939576c5a9bee3b7b0a075bd014a49a1eea210a484224a -size 66709 diff --git a/funcparserlib-1.0.1-gh.tar.gz b/funcparserlib-1.0.1-gh.tar.gz new file mode 100644 index 0000000..b1b01c5 --- /dev/null +++ b/funcparserlib-1.0.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb957ea085c63c1d561cf32870f489f83e6f54e7ff514b00d338c93def451be +size 66860 diff --git a/python-funcparserlib.changes b/python-funcparserlib.changes index 334c44d..f5a5ecc 100644 --- a/python-funcparserlib.changes +++ b/python-funcparserlib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 8 00:46:46 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 1.0.1 + * Added + Added support for Python 3.11 + ------------------------------------------------------------------- Mon Oct 17 00:40:42 UTC 2022 - Steve Kowalik diff --git a/python-funcparserlib.spec b/python-funcparserlib.spec index a023cc1..4cfd97f 100644 --- a/python-funcparserlib.spec +++ b/python-funcparserlib.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-funcparserlib -Version: 1.0.0 +Version: 1.0.1 Release: 0 Summary: Recursive descent parsing library based on functional combinators License: MIT From 71ebcd32c0f8ac4be29793e7018ca26da54f46ba72ee4addf98406ac2405a4b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 9 Nov 2022 09:58:17 +0000 Subject: [PATCH 2/2] changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-funcparserlib?expand=0&rev=23 --- python-funcparserlib.changes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-funcparserlib.changes b/python-funcparserlib.changes index f5a5ecc..6055756 100644 --- a/python-funcparserlib.changes +++ b/python-funcparserlib.changes @@ -2,8 +2,7 @@ Tue Nov 8 00:46:46 UTC 2022 - Yogalakshmi Arunachalam - Update to 1.0.1 - * Added - Added support for Python 3.11 + * Added support for Python 3.11 ------------------------------------------------------------------- Mon Oct 17 00:40:42 UTC 2022 - Steve Kowalik