diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 12:57:08 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 12:57:08 +0000 |
commit | 1684e58e4cac894250982b2c75565f26a2eb58a9 (patch) | |
tree | dfd599c204e062f39f3d27aebda88646a2707840 | |
parent | 449e4b8153d1e36b092de5911aaf40993bb05dd9 (diff) |
automatic import of python-staticxopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-staticx.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /staticx-0.13.8.tar.gz +/staticx-0.13.9.tar.gz diff --git a/python-staticx.spec b/python-staticx.spec index 7d19ada..f5d41d8 100644 --- a/python-staticx.spec +++ b/python-staticx.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-staticx -Version: 0.13.8 +Version: 0.13.9 Release: 1 Summary: Build static self-extracting app from dynamic executable License: GPL v2 with special exception allowing StaticX to build and distribute non-free programs URL: https://github.com/JonathonReinhart/staticx -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/21/dd/8c8ab2d19d1a92d26e4d8636aa90cf4be835661768c1f16a3f67a97b628c/staticx-0.13.8.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/04/bb/1f0d84a99011fbe6613d116957a73bf4b23cf55b8f6e274553b2eb931859/staticx-0.13.9.tar.gz BuildArch: noarch Requires: python3-pyelftools @@ -44,7 +44,7 @@ This software is released under the GPLv2, with an exception allowing the bootloader to be distributed. See [LICENSE.txt](LICENSE.txt) for more details. %prep -%autosetup -n staticx-0.13.8 +%autosetup -n staticx-0.13.9 %build %py3_build @@ -84,5 +84,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 0.13.8-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.13.9-1 - Package Spec generated @@ -1 +1 @@ -9d7dd893bf1de25c1c77e69d6ba6a4d2 staticx-0.13.8.tar.gz +edc02506919f82bdaf3b08f2f6d95adf staticx-0.13.9.tar.gz |