From 583097ffdada8db7ccb7024e4f76440ed7daff2d26691e96a58903ebf3a0eddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Sat, 3 Sep 2022 15:03:30 +0000 Subject: [PATCH] Accepting request 1000722 from home:StefanBruens:branches:science - Update to 0.22.1 * Fix collections import (needed for Python 3.10) OBS-URL: https://build.opensuse.org/request/show/1000722 OBS-URL: https://build.opensuse.org/package/show/science/python-PyBindGen?expand=0&rev=7 --- PyBindGen-0.22.0.tar.gz | 3 --- PyBindGen-0.22.1.tar.gz | 3 +++ python-PyBindGen.changes | 6 ++++++ python-PyBindGen.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 PyBindGen-0.22.0.tar.gz create mode 100644 PyBindGen-0.22.1.tar.gz diff --git a/PyBindGen-0.22.0.tar.gz b/PyBindGen-0.22.0.tar.gz deleted file mode 100644 index b49ae07..0000000 --- a/PyBindGen-0.22.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b4837d3138ac56863d93fe462f1dac39fb87bd50898e0da4c57fefd645437ac -size 449453 diff --git a/PyBindGen-0.22.1.tar.gz b/PyBindGen-0.22.1.tar.gz new file mode 100644 index 0000000..a2315a6 --- /dev/null +++ b/PyBindGen-0.22.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7f22391a49a84518f5a2ad06e3a5b1e839d10e34da7631519c8a28fcba3764 +size 449409 diff --git a/python-PyBindGen.changes b/python-PyBindGen.changes index b0ab20b..ae4257f 100644 --- a/python-PyBindGen.changes +++ b/python-PyBindGen.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 1 16:01:08 UTC 2022 - Stefan Brüns + +- Update to 0.22.1 + * Fix collections import (needed for Python 3.10) + ------------------------------------------------------------------- Thu Mar 3 18:35:17 UTC 2022 - Stefan Brüns diff --git a/python-PyBindGen.spec b/python-PyBindGen.spec index e542b68..dff2aec 100644 --- a/python-PyBindGen.spec +++ b/python-PyBindGen.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-PyBindGen -Version: 0.22.0 +Version: 0.22.1 Release: 0 Summary: Python Bindings Generator License: LGPL-2.1-only