14
0

Accepting request 1184899 from devel:languages:python

- update to 0.22.0.2:
  * Fix regression with `as_dataclass`.
- update to 0.22:
  * `Recordclass 0.22` started support of `python 3.13`.
  * Add a base class `datastruct` for subclasses that should
    behave more like simple datastructures.
  * Fix bug with `__match_args__` (#6).

OBS-URL: https://build.opensuse.org/request/show/1184899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-recordclass?expand=0&rev=5
This commit is contained in:
2024-07-02 16:19:45 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jul 2 15:13:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.22.0.2:
* Fix regression with `as_dataclass`.
- update to 0.22:
* `Recordclass 0.22` started support of `python 3.13`.
* Add a base class `datastruct` for subclasses that should
behave more like simple datastructures.
* Fix bug with `__match_args__` (#6).
-------------------------------------------------------------------
Fri Dec 29 09:35:17 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-recordclass
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-recordclass
Version: 0.21.1
Version: 0.22.0.2
Release: 0
Summary: Library implementing a mutable variant of namedtuple
License: MIT

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa2343dc24ef457f5f1c09e34fccada2d9074f582287f9fedb195bfbc1a9af92
size 1321641

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64d1ad1a43d97b1d7754317ea5e3903e8094bca7af9f2a08af9ff44b4c273c56
size 1332456