Compare commits

6 Commits

Author SHA256 Message Date
ec8a78dd26 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
a236fb8ac5 - 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
98dfc0c73c 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
d26ca09d70 - 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
463f16f653 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
2d12e2a4e5 - 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 5 additions and 15 deletions

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

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

View File

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

View File

@@ -1,13 +1,3 @@
-------------------------------------------------------------------
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) 2026 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# 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.14
Version: 0.6.13
Release: 0
Summary: ACE 1.0 and 2.0 archive reader/extractor in pure Python
License: BSD-2-Clause