From 9a3a569d3b4ec11a256e9b9bb2e28c585ec7ca7f7d4d3e6159f5ca59d5ca4e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Sep 2022 09:10:46 +0000 Subject: [PATCH] Accepting request 1006762 from home:yarunachalam:branches:devel:languages:python - update to 1.3.1 * The published source distribution package became buildable under Python 3.11. OBS-URL: https://build.opensuse.org/request/show/1006762 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-frozenlist?expand=0&rev=5 --- frozenlist-1.3.0.tar.gz | 3 --- frozenlist-1.3.1.tar.gz | 3 +++ python-frozenlist.changes | 6 ++++++ python-frozenlist.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 frozenlist-1.3.0.tar.gz create mode 100644 frozenlist-1.3.1.tar.gz diff --git a/frozenlist-1.3.0.tar.gz b/frozenlist-1.3.0.tar.gz deleted file mode 100644 index 1326144..0000000 --- a/frozenlist-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce6f2ba0edb7b0c1d8976565298ad2deba6f8064d2bebb6ffce2ca896eb35b0b -size 65476 diff --git a/frozenlist-1.3.1.tar.gz b/frozenlist-1.3.1.tar.gz new file mode 100644 index 0000000..c2b0f45 --- /dev/null +++ b/frozenlist-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a735e4211a04ccfa3f4833547acdf5d2f863bfeb01cfd3edaffbc251f15cec8 +size 66441 diff --git a/python-frozenlist.changes b/python-frozenlist.changes index 6743ffe..972280f 100644 --- a/python-frozenlist.changes +++ b/python-frozenlist.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 28 19:34:19 UTC 2022 - Yogalakshmi Arunachalam + +- update to 1.3.1 + * The published source distribution package became buildable under Python 3.11. + ------------------------------------------------------------------- Sun Jan 23 16:23:05 UTC 2022 - Dirk Müller diff --git a/python-frozenlist.spec b/python-frozenlist.spec index d857d55..ecff025 100644 --- a/python-frozenlist.spec +++ b/python-frozenlist.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-frozenlist -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: Python list-like structure which implements MutableSequence License: Apache-2.0