15
0

Compare commits

8 Commits

Author SHA256 Message Date
21bddcef4f Accepting request 1328692 from devel:languages:python
- update to 0.6.14:
  * Experimental support for free-threaded Python.
  * Fix memory leak in acebitstream module.
  * Add pytest smoke tests and configure GitHub Actions CI for
    testing.
  * Remove deprecated setup.py features.

OBS-URL: https://build.opensuse.org/request/show/1328692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acefile?expand=0&rev=7
2026-01-22 16:59:03 +00:00
66173f7950 - update to 0.6.14:
* Experimental support for free-threaded Python.
  * Fix memory leak in acebitstream module.
  * Add pytest smoke tests and configure GitHub Actions CI for
    testing.
  * Remove deprecated setup.py features.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-acefile?expand=0&rev=14
2026-01-22 13:52:30 +00:00
d5eb59543d Accepting request 1286087 from devel:languages:python
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1286087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acefile?expand=0&rev=6
2025-06-17 16:21:11 +00:00
fa40e06c93 - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-acefile?expand=0&rev=12
2025-06-16 12:10:19 +00:00
bb432d41c6 Accepting request 1285322 from devel:languages:python
- Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/request/show/1285322
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acefile?expand=0&rev=5
2025-06-13 16:45:51 +00:00
3870713268 - Switch to pyproject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-acefile?expand=0&rev=10
2025-06-13 05:39:20 +00:00
a1288e6443 Accepting request 1225078 from devel:languages:python
- update to 0.6.13:
  * Rephrase setup failure notices for clarity.
  * Improve seekable conformance of internal file-like
    wrappers.
  * Minor maintainability and test improvements.

OBS-URL: https://build.opensuse.org/request/show/1225078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-acefile?expand=0&rev=4
2024-11-19 21:23:30 +00:00
aedaa75f4d - update to 0.6.13:
* Rephrase setup failure notices for clarity.
  * Improve seekable conformance of internal file-like
    wrappers.
  * Minor maintainability and test improvements.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-acefile?expand=0&rev=8
2024-11-19 12:04:24 +00:00
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42274f3d412728682fc1b2c8448b464ae315282f5023b5a765cd61218c1c9039
size 54595

3
acefile-0.6.14.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96957fd167136ef5bc1c133fe74da2453229ad19308d6b986cbcc3c76ed5511d
size 57152

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jan 22 13:51:11 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 0.6.14:
* Experimental support for free-threaded Python.
* Fix memory leak in acebitstream module.
* Add pytest smoke tests and configure GitHub Actions CI for
testing.
* Remove deprecated setup.py features.
-------------------------------------------------------------------
Mon Jun 16 12:09:56 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-acefile
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 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
@@ -19,7 +19,7 @@
%define skip_python2 1
%bcond_without libalternatives
Name: python-acefile
Version: 0.6.13
Version: 0.6.14
Release: 0
Summary: ACE 1.0 and 2.0 archive reader/extractor in pure Python
License: BSD-2-Clause