diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 05:17:47 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 05:17:47 +0000 |
commit | 2dca2caa48feb693cf8cd7240d1fd29ec7616a33 (patch) | |
tree | 1323f71b96fd0b694b18d084958d115431957bdb | |
parent | 0afa6da9d48d71892ebc3ef63652d548e047794a (diff) |
automatic import of python-kiwi-boxed-pluginopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-kiwi-boxed-plugin.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1,2 +1,3 @@ /kiwi_boxed_plugin-0.2.24.tar.gz /kiwi_boxed_plugin-0.2.25.tar.gz +/kiwi_boxed_plugin-0.2.26.tar.gz diff --git a/python-kiwi-boxed-plugin.spec b/python-kiwi-boxed-plugin.spec index e53317b..e00e274 100644 --- a/python-kiwi-boxed-plugin.spec +++ b/python-kiwi-boxed-plugin.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-kiwi-boxed-plugin -Version: 0.2.25 +Version: 0.2.26 Release: 1 Summary: KIWI - Boxed Build Plugin License: GPLv3+ URL: https://github.com/OSInside/kiwi-boxed-plugin -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/01/f6/c79a8fb278b5cc64a7c32e2d6cf62b1df3d290453fe10d7f8e7742d08828/kiwi_boxed_plugin-0.2.25.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d4/68/3ad0208b85012926f7790461053821a391755f495d24febb7c429157102f/kiwi_boxed_plugin-0.2.26.tar.gz BuildArch: noarch @@ -37,7 +37,7 @@ details see: `Building in a Self-Contained Environment <https://osinside.github.io/kiwi/plugins/self_contained.html>`__ %prep -%autosetup -n kiwi-boxed-plugin-0.2.25 +%autosetup -n kiwi-boxed-plugin-0.2.26 %build %py3_build @@ -77,5 +77,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.25-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.26-1 - Package Spec generated @@ -1 +1 @@ -e4103d97a398d94760bc64b09fb5654e kiwi_boxed_plugin-0.2.25.tar.gz +e1296cd8c15c2376965a2194fef01e22 kiwi_boxed_plugin-0.2.26.tar.gz |