summaryrefslogtreecommitdiff
path: root/python-pyinstaller.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-pyinstaller.spec')
-rw-r--r--python-pyinstaller.spec8
1 files changed, 4 insertions, 4 deletions
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