From 1fe68831767bd5de5c132aec58c8923e4ceea6ffbe00018b1a4e65487e19c13f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 11 Nov 2022 13:07:11 +0000 Subject: [PATCH] Accepting request 1034921 from home:yarunachalam:branches:devel:languages:python - Update to 0.18.0.1 * Exclude test_dataobject_match.py (for testing match statement) for python < 3.10. - Update to 0.18 * Python 3.11 support. * Adapt data object to take benefit from bytecode specialization in 3.11. * Fix issue for argument with default value in __new__, which havn't __repr__ that can be interpreted as valid python expression for creation of the default value. * Add support for typing.ClassVar. * Add Py_TPFLAGS_SEQUENCE and Py_TPFLAGS_MAPPING. * Add __match_args__ to support match protocol for dataobject-based subclasses. OBS-URL: https://build.opensuse.org/request/show/1034921 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recordclass?expand=0&rev=5 --- python-recordclass.changes | 14 ++++++++++++++ python-recordclass.spec | 2 +- recordclass-0.17.5.tar.gz | 3 --- recordclass-0.18.0.1.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 recordclass-0.17.5.tar.gz create mode 100644 recordclass-0.18.0.1.tar.gz diff --git a/python-recordclass.changes b/python-recordclass.changes index 3f848a5..fd6b24a 100644 --- a/python-recordclass.changes +++ b/python-recordclass.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Nov 9 18:53:20 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 0.18.0.1 + * Exclude test_dataobject_match.py (for testing match statement) for python < 3.10. + +- Update to 0.18 + * Python 3.11 support. + * Adapt data object to take benefit from bytecode specialization in 3.11. + * Fix issue for argument with default value in __new__, which havn't __repr__ that can be interpreted as valid python expression for creation of the default value. + * Add support for typing.ClassVar. + * Add Py_TPFLAGS_SEQUENCE and Py_TPFLAGS_MAPPING. + * Add __match_args__ to support match protocol for dataobject-based subclasses. + ------------------------------------------------------------------- Fri Oct 7 03:49:55 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-recordclass.spec b/python-recordclass.spec index e4bac09..d5326d1 100644 --- a/python-recordclass.spec +++ b/python-recordclass.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-recordclass -Version: 0.17.5 +Version: 0.18.0.1 Release: 0 Summary: Library implementing a mutable variant of namedtuple License: MIT diff --git a/recordclass-0.17.5.tar.gz b/recordclass-0.17.5.tar.gz deleted file mode 100644 index 140a006..0000000 --- a/recordclass-0.17.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5176a7b591c45d07fb041ea68312c7f334c29f63ba8b9ef0cfbe054bdd442638 -size 1227396 diff --git a/recordclass-0.18.0.1.tar.gz b/recordclass-0.18.0.1.tar.gz new file mode 100644 index 0000000..fd962af --- /dev/null +++ b/recordclass-0.18.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0767a6dc5b38118074ec5afd7596dd04a6cc992894f40eecdf4b587315ce465 +size 1274061