From 2d12e2a4e5fa7ddc9db9837df31f61dcd2564ac02638ac342ae07bbc4aa9adfa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 19 Nov 2024 12:04:24 +0000 Subject: [PATCH] - 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 --- acefile-0.6.12.tar.gz | 3 --- acefile-0.6.13.tar.gz | 3 +++ python-acefile.changes | 9 +++++++++ python-acefile.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 acefile-0.6.12.tar.gz create mode 100644 acefile-0.6.13.tar.gz diff --git a/acefile-0.6.12.tar.gz b/acefile-0.6.12.tar.gz deleted file mode 100644 index 4ea5c1f..0000000 --- a/acefile-0.6.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e02c1eac068d2db14c7fbda526d7648c8921ace8cc30b9e5228241cde82cdeaa -size 49840 diff --git a/acefile-0.6.13.tar.gz b/acefile-0.6.13.tar.gz new file mode 100644 index 0000000..78c04e9 --- /dev/null +++ b/acefile-0.6.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42274f3d412728682fc1b2c8448b464ae315282f5023b5a765cd61218c1c9039 +size 54595 diff --git a/python-acefile.changes b/python-acefile.changes index cf5b440..9f35ffa 100644 --- a/python-acefile.changes +++ b/python-acefile.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Nov 19 12:04:15 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-acefile.spec b/python-acefile.spec index df42742..e1b3dfd 100644 --- a/python-acefile.spec +++ b/python-acefile.spec @@ -1,7 +1,7 @@ # # spec file for package python-acefile # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2024 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 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-acefile -Version: 0.6.12 +Version: 0.6.13 Release: 0 Summary: ACE 1.0 and 2.0 archive reader/extractor in pure Python License: BSD-2-Clause