14
0

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
This commit is contained in:
2022-11-11 13:07:11 +00:00
committed by Git OBS Bridge
parent 5ff5af9a31
commit 1fe6883176
4 changed files with 18 additions and 4 deletions

View File

@@ -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