From baf7e92993c8ae91d8cc9324db04af316f0de6b9785e9a301536b595843bbd12 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Jul 2024 15:13:39 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-recordclass?expand=0&rev=9 --- python-recordclass.changes | 11 +++++++++++ python-recordclass.spec | 4 ++-- recordclass-0.21.1.tar.gz | 3 --- recordclass-0.22.0.2.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 recordclass-0.21.1.tar.gz create mode 100644 recordclass-0.22.0.2.tar.gz diff --git a/python-recordclass.changes b/python-recordclass.changes index 30ba073..08e2cbb 100644 --- a/python-recordclass.changes +++ b/python-recordclass.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jul 2 15:13:24 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-recordclass.spec b/python-recordclass.spec index 8fdf731..d1d1a5a 100644 --- a/python-recordclass.spec +++ b/python-recordclass.spec @@ -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 diff --git a/recordclass-0.21.1.tar.gz b/recordclass-0.21.1.tar.gz deleted file mode 100644 index c26a769..0000000 --- a/recordclass-0.21.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa2343dc24ef457f5f1c09e34fccada2d9074f582287f9fedb195bfbc1a9af92 -size 1321641 diff --git a/recordclass-0.22.0.2.tar.gz b/recordclass-0.22.0.2.tar.gz new file mode 100644 index 0000000..3b13e7d --- /dev/null +++ b/recordclass-0.22.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d1ad1a43d97b1d7754317ea5e3903e8094bca7af9f2a08af9ff44b4c273c56 +size 1332456