- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atom?expand=0&rev=30
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user