15
0
forked from pool/python-atom

Compare commits

6 Commits

Author SHA256 Message Date
08af84f5f6 Accepting request 1314474 from devel:languages:python
- 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/request/show/1314474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-atom?expand=0&rev=16
2025-10-30 16:10:02 +00:00
b9baf1013b - 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
2025-10-30 01:36:26 +00:00
2d5a2fd411 Accepting request 1218909 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1218909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-atom?expand=0&rev=15
2024-10-29 13:35:53 +00:00
69addeed9f - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atom?expand=0&rev=28
2024-10-29 05:21:40 +00:00
c09dbc1ce3 Accepting request 1197801 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1197801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-atom?expand=0&rev=14
2024-09-01 17:21:29 +00:00
2d40315275 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atom?expand=0&rev=26
2024-08-30 10:48:53 +00:00
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ab93fc3cc7b6a078253b116e9f6235d2913eb9bb49adbc31a258e1017f2aee0
size 170872

3
atom-0.12.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2cbfb77939da28879a5432e3b201ac026be85c789c4e96de246a6f6a9f4be57a
size 170161

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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>

View File

@@ -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