forked from pool/python-atom
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 08af84f5f6 | |||
| b9baf1013b | |||
| 2d5a2fd411 | |||
| 69addeed9f | |||
| c09dbc1ce3 | |||
| 2d40315275 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7e493fbcf7b58e7e991d5bdabb4b8d5ed5be2c2a36a21ca892dee8db3086a155
|
|
||||||
size 169802
|
|
||||||
3
atom-0.12.1.tar.gz
Normal file
3
atom-0.12.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2cbfb77939da28879a5432e3b201ac026be85c789c4e96de246a6f6a9f4be57a
|
||||||
|
size 170161
|
||||||
@@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 30 01:35:45 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- 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 <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.11.0:
|
||||||
|
* Fix ruff config by @MatthieuDartiailh in #209
|
||||||
|
* Add FixedTuple member enforcing a given number of items by
|
||||||
|
@MatthieuDartiailh in #211
|
||||||
|
* Fix memory leak in pickle creation by @MatthieuDartiailh in #213
|
||||||
|
* 3.13 support by @MatthieuDartiailh in #214
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 10:26:48 UTC 2024 - Frantisek Simorda <frantisek.simorda@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.10.5:
|
||||||
|
* fix ruff config
|
||||||
|
* Merge pull request #209 from nucleic/ruff-fixes
|
||||||
|
* ci: do not build oldest python on macos
|
||||||
|
* Fix memory leak in pickle creation (#213)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 30 12:02:18 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Tue Jan 30 12:02:18 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-atom
|
# 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
|
# 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,14 +18,14 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-atom
|
Name: python-atom
|
||||||
Version: 0.10.4
|
Version: 0.12.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Memory efficient Python objects
|
Summary: Memory efficient Python objects
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/nucleic/atom
|
URL: https://github.com/nucleic/atom
|
||||||
Source: https://files.pythonhosted.org/packages/source/a/atom/atom-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/a/atom/atom-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module cppy >= 1.2.0}
|
BuildRequires: %{python_module cppy >= 1.2.0}
|
||||||
BuildRequires: %{python_module devel >= 3.8}
|
BuildRequires: %{python_module devel >= 3.10}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools >= 61.2}
|
BuildRequires: %{python_module setuptools >= 61.2}
|
||||||
@@ -34,7 +34,9 @@ BuildRequires: %{python_module wheel}
|
|||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
%if 0%{?python_version_nodots} < 311
|
||||||
|
Requires: python-typing-extensions
|
||||||
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -61,6 +63,6 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitearch}/atom
|
%{python_sitearch}/atom
|
||||||
%{python_sitearch}/atom-%{version}*-info
|
%{python_sitearch}/atom-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user