15
0
forked from pool/python-pako

Accepting request 1007963 from home:yarunachalam:branches:devel:languages:python

- Update to Version 0.3.1 
  Adds an optional no-confirm flag particularly for use in non-interactive setups.

- 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)

OBS-URL: https://build.opensuse.org/request/show/1007963
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pako?expand=0&rev=4
This commit is contained in:
2022-10-05 09:29:32 +00:00
committed by Git OBS Bridge
parent ff3cf661ba
commit 84b6158766
4 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6be55fd8c5a2a6f02974f37438c1c47a3d9e764ce81c9d0a1a8c9a1815a59778
size 7668

3
pako-0.3.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Oct 4 18:31:22 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <yarunachalam@suse.com>
- 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 <mcalabkova@suse.com>

View File

@@ -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