diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 07:15:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 07:15:33 +0000 |
commit | edd021c2fedde5efa8a78d6518711e9ac17ea927 (patch) | |
tree | 263f0918e04d6955cf1592399d47e51727dd3449 | |
parent | aeb373069c4d26df2cca155e398b2af40219abc3 (diff) |
automatic import of python-pygameopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pygame.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /pygame-2.2.0.tar.gz +/pygame-2.3.0.tar.gz diff --git a/python-pygame.spec b/python-pygame.spec index a9c76d8..99b28df 100644 --- a/python-pygame.spec +++ b/python-pygame.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pygame -Version: 2.2.0 +Version: 2.3.0 Release: 1 Summary: Python Game Development License: LGPL URL: https://www.pygame.org -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/06/bf/008bcc00ebe22fcbea016f80566216c0b8e2cfea2bfdbf72664f676069b5/pygame-2.2.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8f/2d/3ecf1c23d48de693e0b0b4b1d02db245934db06d5052c4d4d3eaa68f7b6f/pygame-2.3.0.tar.gz %description @@ -30,7 +30,7 @@ Provides: python3-pygame-doc pip install pygame %prep -%autosetup -n pygame-2.2.0 +%autosetup -n pygame-2.3.0 %build %py3_build @@ -70,5 +70,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.0-1 - Package Spec generated @@ -1 +1 @@ -6701b8feb39ca0b8380353804e61330b pygame-2.2.0.tar.gz +98434377f72219a60ff45e8452fb7d87 pygame-2.3.0.tar.gz |