diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-QtPy.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /QtPy-2.3.0.tar.gz +/QtPy-2.3.1.tar.gz diff --git a/python-QtPy.spec b/python-QtPy.spec index 58154ba..4efdf02 100644 --- a/python-QtPy.spec +++ b/python-QtPy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-QtPy -Version: 2.3.0 +Version: 2.3.1 Release: 1 Summary: Provides an abstraction layer on top of the various Qt bindings (PyQt5/6 and PySide2/6). License: MIT URL: https://github.com/spyder-ide/qtpy -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b0/96/4f3be023cee0261b1f6cd5d2f6c2a5abea8d8022fc66027da8792373a57e/QtPy-2.3.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ad/6b/0e753af1197f82d2359c9aa91cef8abaaef4c547396ffdc71ea6a889e52c/QtPy-2.3.1.tar.gz BuildArch: noarch Requires: python3-packaging @@ -488,7 +488,7 @@ and the donations we have received from our users around the world through [Open %prep -%autosetup -n QtPy-2.3.0 +%autosetup -n QtPy-2.3.1 %build %py3_build @@ -528,5 +528,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Mar 06 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.1-1 - Package Spec generated @@ -1 +1 @@ -4b26c40dab8700fdb7ed541e1fcdc9b6 QtPy-2.3.0.tar.gz +4537754f696f9081353804c33d67843b QtPy-2.3.1.tar.gz |