diff --git a/atom-0.11.0.tar.gz b/atom-0.11.0.tar.gz deleted file mode 100644 index 6bcceb1..0000000 --- a/atom-0.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ab93fc3cc7b6a078253b116e9f6235d2913eb9bb49adbc31a258e1017f2aee0 -size 170872 diff --git a/atom-0.12.1.tar.gz b/atom-0.12.1.tar.gz new file mode 100644 index 0000000..946efe9 --- /dev/null +++ b/atom-0.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cbfb77939da28879a5432e3b201ac026be85c789c4e96de246a6f6a9f4be57a +size 170161 diff --git a/python-atom.changes b/python-atom.changes index 33e6e25..d12b56c 100644 --- a/python-atom.changes +++ b/python-atom.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Oct 30 01:35:45 UTC 2025 - Steve Kowalik + +- Update to 0.12.1: + * remove version_info attribute from version.py + * add support for Python 3.14 PR #219 + * support for Final in member annotations, which sets the member setattr + mode as read-only PR #249 + * support for NewType instances in all places in which a type is + accepted PR #218 + ------------------------------------------------------------------- Tue Oct 29 05:21:28 UTC 2024 - Steve Kowalik diff --git a/python-atom.spec b/python-atom.spec index 163637f..36b4b56 100644 --- a/python-atom.spec +++ b/python-atom.spec @@ -1,7 +1,7 @@ # # spec file for package python-atom # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # 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 @@ %{?sle15_python_module_pythons} Name: python-atom -Version: 0.11.0 +Version: 0.12.1 Release: 0 Summary: Memory efficient Python objects License: BSD-3-Clause