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