From 7c23ee54039dec52c1cbf200761e4537adff3ec1476d467102a1a057a2031b7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 31 Oct 2022 10:18:48 +0000 Subject: [PATCH] Accepting request 1032061 from home:yarunachalam:branches:devel:languages:python - Update to 0.1.48 * Fix version bound for subscripting abc.Iterator, abc.MutableMapping * Don't raise AmbiguousDeb822FieldKeyError in __contains__. OBS-URL: https://build.opensuse.org/request/show/1032061 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-debian?expand=0&rev=9 --- python-debian-0.1.47.tar.gz | 3 --- python-debian-0.1.48.tar.gz | 3 +++ python-python-debian.changes | 7 +++++++ python-python-debian.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 python-debian-0.1.47.tar.gz create mode 100644 python-debian-0.1.48.tar.gz diff --git a/python-debian-0.1.47.tar.gz b/python-debian-0.1.47.tar.gz deleted file mode 100644 index 6dead57..0000000 --- a/python-debian-0.1.47.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51e202823777a3d716a843b8a540fba2ba0bed9f507a87c0c0f9eefcdec3342c -size 121500 diff --git a/python-debian-0.1.48.tar.gz b/python-debian-0.1.48.tar.gz new file mode 100644 index 0000000..7d099aa --- /dev/null +++ b/python-debian-0.1.48.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62d50547d06a5638ce1c5e80d7d701ddf16963b407afcf5bdc83c7de4db94f7c +size 121521 diff --git a/python-python-debian.changes b/python-python-debian.changes index 17914a0..03b1bb0 100644 --- a/python-python-debian.changes +++ b/python-python-debian.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Oct 28 20:31:05 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 0.1.48 + * Fix version bound for subscripting abc.Iterator, abc.MutableMapping + * Don't raise AmbiguousDeb822FieldKeyError in __contains__. + ------------------------------------------------------------------- Thu Oct 6 22:19:00 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-python-debian.spec b/python-python-debian.spec index d2b3c20..367c080 100644 --- a/python-python-debian.spec +++ b/python-python-debian.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-debian -Version: 0.1.47 +Version: 0.1.48 Release: 0 Summary: Debian package related modules License: GPL-3.0-or-later