forked from pool/python-recordclass
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:
@@ -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>
|
Fri Dec 29 09:35:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-recordclass
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-recordclass
|
Name: python-recordclass
|
||||||
Version: 0.21.1
|
Version: 0.22.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library implementing a mutable variant of namedtuple
|
Summary: Library implementing a mutable variant of namedtuple
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa2343dc24ef457f5f1c09e34fccada2d9074f582287f9fedb195bfbc1a9af92
|
|
||||||
size 1321641
|
|
3
recordclass-0.22.0.2.tar.gz
Normal file
3
recordclass-0.22.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:64d1ad1a43d97b1d7754317ea5e3903e8094bca7af9f2a08af9ff44b4c273c56
|
||||||
|
size 1332456
|
Reference in New Issue
Block a user