15
0

- 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
This commit is contained in:
2026-01-22 13:52:30 +00:00
committed by Git OBS Bridge
commit 66173f7950
6 changed files with 152 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

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

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

51
python-acefile.changes Normal file
View File

@@ -0,0 +1,51 @@
-------------------------------------------------------------------
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>
- Convert to libalternatives
-------------------------------------------------------------------
Fri Jun 13 05:35:23 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
Tue Nov 19 12:04:15 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.6.13:
* Rephrase setup failure notices for clarity.
* Improve seekable conformance of internal file-like
wrappers.
* Minor maintainability and test improvements.
-------------------------------------------------------------------
Wed May 27 09:35:56 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
-------------------------------------------------------------------
Fri Jun 7 11:38:05 UTC 2019 - pgajdos@suse.com
- require setup-tools
- call spec-cleaner
- note there are no upstream testsuite
-------------------------------------------------------------------
Wed Apr 10 08:04:43 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
-------------------------------------------------------------------
Sun Apr 7 03:27:24 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Initial spec for v0.6.12

71
python-acefile.spec Normal file
View File

@@ -0,0 +1,71 @@
#
# spec file for package python-acefile
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define skip_python2 1
%bcond_without libalternatives
Name: python-acefile
Version: 0.6.14
Release: 0
Summary: ACE 1.0 and 2.0 archive reader/extractor in pure Python
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://www.roe.ch/acefile
Source: https://files.pythonhosted.org/packages/source/a/acefile/acefile-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: alts
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: alts
Requires: python-setuptools
%python_subpackages
%description
Read/test/extract ACE 1.0 and 2.0 archives in pure python.
%prep
%setup -q -n acefile-%{version}
sed -i '1 {/^#!/d}' acefile.py
%build
export CFLAGS="%{optflags}"
%pyproject_wheel
%install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/acefile-unace
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%pre
%python_libalternatives_reset_alternative acefile-unace
%files %{python_files}
%doc NEWS.md README.md
%license LICENSE.md
%python_alternative %{_bindir}/acefile-unace
%{python_sitearch}/acefile.py
%pycache_only %{python_sitearch}/__pycache__/acefile.*.pyc
%{python_sitearch}/acebitstream.cpython-*-linux-gnu.so
%{python_sitearch}/acefile-%{version}.dist-info
%check
# no testsuite found
%changelog