diff --git a/pako-0.2.3.tar.gz b/pako-0.2.3.tar.gz deleted file mode 100644 index 25550f5..0000000 --- a/pako-0.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6be55fd8c5a2a6f02974f37438c1c47a3d9e764ce81c9d0a1a8c9a1815a59778 -size 7668 diff --git a/pako-0.3.1.tar.gz b/pako-0.3.1.tar.gz new file mode 100644 index 0000000..878e015 --- /dev/null +++ b/pako-0.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c033a073bb818ca336ae1fccba2655bd60dfe77744f85d4517abd3160d72231f +size 10948 diff --git a/python-pako.changes b/python-pako.changes index 2c9cf40..49799d9 100644 --- a/python-pako.changes +++ b/python-pako.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Oct 4 18:31:22 UTC 2022 - Yogalakshmi Arunachalam + +- Update to Version 0.3.1 + Adds an optional no-confirm flag particularly for use in non-interactive setups. + +------------------------------------------------------------------- +Tue Oct 4 18:28:43 UTC 2022 - Yogalakshmi Arunachalam + +- Update to Version 0.3.0 + Adds support for the following package managers: + DNF (as used by RPM based distributions) + RPM-ostree (as used by Fedora CoreOS and RHEL CoreOS) + Pacman (as used by Arch based distributions) + Yum (as used by some RPM based distributions) + Zypper (as used by OpenSUSE based distributions) + APK (as used by Alpine Linux and postmarketOS) + ------------------------------------------------------------------- Wed May 29 11:20:07 UTC 2019 - Marketa Calabkova diff --git a/python-pako.spec b/python-pako.spec index fdc0938..4fb045b 100644 --- a/python-pako.spec +++ b/python-pako.spec @@ -1,7 +1,7 @@ # # spec file for package python-pako # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pako -Version: 0.2.3 +Version: 0.3.1 Release: 0 Summary: The universal package manager library License: Apache-2.0 @@ -30,7 +30,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-appdirs Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages