Sync from SUSE:ALP:Source:Standard:1.0 saltbundlepy-zypp-plugin revision 2a60fd679437591fa3415411a1120cc2

This commit is contained in:
Adrian Schröter 2024-11-15 12:54:16 +01:00
parent c3cb1c396b
commit 046c8a1281
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 16 11:05:40 UTC 2024 - Pablo Suárez Hernández <psuarezhernandez@suse.com>
- Fix stomp header regex to include '-' (bsc#1227793)
- version 0.6.4
-------------------------------------------------------------------
Mon Apr 4 13:15:06 UTC 2022 - Victor Zhestkov <victor.zhestkov@suse.com>

View File

@ -24,7 +24,7 @@
%global __brp_python_bytecompile %{nil}
Name: saltbundlepy-zypp-plugin
Version: 0.6.3
Version: 0.6.4
Release: 0
Summary: Helper that makes writing ZYpp plugins easier
License: GPL-2.0-only
@ -50,7 +50,7 @@ and implementing the commands you want to respond to as python methods.
%install
%{python_expand mkdir -p %{buildroot}%{python_sitelib}
install python/zypp_plugin.py %{buildroot}%{$python_sitelib}/zypp_plugin.py
install -m 0644 python/zypp_plugin.py %{buildroot}%{$python_sitelib}/zypp_plugin.py
find %{buildroot}%{$python_sitelib} -name '*.pyc' -delete
%{__$python} -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}
%{__$python} -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}

BIN
zypp-plugin-0.6.3.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
zypp-plugin-0.6.4.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.