diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pyinstaller.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /pyinstaller-5.9.0.tar.gz +/pyinstaller-5.10.1.tar.gz diff --git a/python-pyinstaller.spec b/python-pyinstaller.spec index 30c102f..ccc7507 100644 --- a/python-pyinstaller.spec +++ b/python-pyinstaller.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyinstaller -Version: 5.9.0 +Version: 5.10.1 Release: 1 Summary: PyInstaller bundles a Python application and all its dependencies into a single package. License: GPLv2-or-later with a special exception which allows to use PyInstaller to build and distribute non-free programs (including commercial ones) URL: https://www.pyinstaller.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/87/0b/0b9cfa5ed2ffcb9f3ae4335c436e4e250a5ea4c4d7dac4a693ed7f2b14dd/pyinstaller-5.9.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/51/37/2e0195ef4e4dec35e3f116361c4c780e0c4cd2cd96079199b3218c08fabb/pyinstaller-5.10.1.tar.gz Requires: python3-setuptools Requires: python3-altgraph @@ -83,7 +83,7 @@ with AIX, Solaris, FreeBSD and OpenBSD, but is not tested against them as part of the continuous integration tests. %prep -%autosetup -n pyinstaller-5.9.0 +%autosetup -n pyinstaller-5.10.1 %build %py3_build @@ -123,5 +123,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 5.9.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 5.10.1-1 - Package Spec generated @@ -1 +1 @@ -39c747b17471324ba2860e5dbb038cf2 pyinstaller-5.9.0.tar.gz +44111e6677325ebfe13cdc034714a33e pyinstaller-5.10.1.tar.gz |
