From 2e08ee994b796116d1d5095127e942d6f37deb146ad954fbe484cd39be5ff72c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 15 Mar 2024 21:09:58 +0000 Subject: [PATCH] - update to 5.1: * Fix the `format_name` property and move it from the `ArchiveEntry` class to the `ArchiveRead` class (#127). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libarchive-c?expand=0&rev=15 --- libarchive-c-5.0.tar.gz | 3 --- libarchive-c-5.1.tar.gz | 3 +++ python-libarchive-c.changes | 7 +++++++ python-libarchive-c.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 libarchive-c-5.0.tar.gz create mode 100644 libarchive-c-5.1.tar.gz diff --git a/libarchive-c-5.0.tar.gz b/libarchive-c-5.0.tar.gz deleted file mode 100644 index f72d18f..0000000 --- a/libarchive-c-5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d673f56673d87ec740d1a328fa205cafad1d60f5daca4685594deb039d32b159 -size 52186 diff --git a/libarchive-c-5.1.tar.gz b/libarchive-c-5.1.tar.gz new file mode 100644 index 0000000..e277f4b --- /dev/null +++ b/libarchive-c-5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bcce24ea6c0fa3bc62468476c6d2f6264156db2f04878a372027c10615a2721 +size 52279 diff --git a/python-libarchive-c.changes b/python-libarchive-c.changes index 26cc8f3..d270eeb 100644 --- a/python-libarchive-c.changes +++ b/python-libarchive-c.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 15 21:09:39 UTC 2024 - Dirk Müller + +- update to 5.1: + * Fix the `format_name` property and move it from the + `ArchiveEntry` class to the `ArchiveRead` class (#127). + ------------------------------------------------------------------- Thu Dec 7 22:21:33 UTC 2023 - Dirk Müller diff --git a/python-libarchive-c.spec b/python-libarchive-c.spec index 87dba29..b2ebc4f 100644 --- a/python-libarchive-c.spec +++ b/python-libarchive-c.spec @@ -1,7 +1,7 @@ # # spec file for package python-libarchive-c # -# Copyright (c) 2023 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 @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-libarchive-c -Version: 5.0 +Version: 5.1 Release: 0 Summary: Python interface to libarchive License: CC0-1.0