diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 03:46:24 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 03:46:24 +0000 |
commit | 8f668b240c5bf935c2e1a276c484c734b61ec1f4 (patch) | |
tree | 5c081a7d2ed9e4c2ade9ce9f44852f9a5ef00f42 | |
parent | b13c64a5d77e257eb9b6a9d5ad310d432a085cb2 (diff) |
automatic import of python-psychopyopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-psychopy.spec | 11 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 5 deletions
@@ -1 +1,2 @@ /PsychoPy-2023.1.0.zip +/PsychoPy-2023.1.2.zip diff --git a/python-psychopy.spec b/python-psychopy.spec index fce899d..51069d3 100644 --- a/python-psychopy.spec +++ b/python-psychopy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-PsychoPy -Version: 2023.1.0 +Version: 2023.1.2 Release: 1 Summary: Psychology experiment software in Python License: GNU GPLv3 (or more recent equivalent) URL: https://www.psychopy.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/11/fa/fd3d3a1da99254fcd46b2c6e4b66f47a69186ef38dc289b421f9c92f058b/PsychoPy-2023.1.0.zip +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a4/ac/79d2cfe1e82cb769ad8ce4303fe573e3eeb0f47d452ad683ef7e45696869/PsychoPy-2023.1.2.zip BuildArch: noarch @@ -53,6 +53,7 @@ Release tests: [![GH tests](https://github.com/psychopy/psychopy/actions/workflo * Issue tracker: https://github.com/psychopy/psychopy/issues * Changelog: https://www.psychopy.org/changelog.html + %package -n python3-PsychoPy Summary: Psychology experiment software in Python Provides: python-PsychoPy @@ -103,6 +104,7 @@ Release tests: [![GH tests](https://github.com/psychopy/psychopy/actions/workflo * Issue tracker: https://github.com/psychopy/psychopy/issues * Changelog: https://www.psychopy.org/changelog.html + %package help Summary: Development documents and examples for PsychoPy Provides: python3-PsychoPy-doc @@ -150,8 +152,9 @@ Release tests: [![GH tests](https://github.com/psychopy/psychopy/actions/workflo * Issue tracker: https://github.com/psychopy/psychopy/issues * Changelog: https://www.psychopy.org/changelog.html + %prep -%autosetup -n PsychoPy-2023.1.0 +%autosetup -n PsychoPy-2023.1.2 %build %py3_build @@ -191,5 +194,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.1.0-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.1.2-1 - Package Spec generated @@ -1 +1 @@ -c09f42e126879d504e4a532ebb043780 PsychoPy-2023.1.0.zip +0789071b562629d7e7d9e0cbfac63eaa PsychoPy-2023.1.2.zip |