diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-30 19:47:26 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 19:47:26 +0000 |
commit | b672711794923ed24cb2b6ac78c35493411d85d3 (patch) | |
tree | cb29814d7f3ac263e6c97a595026ec4bffd13886 | |
parent | fa893a7cf919591a6ae4959ae52652451c792bbb (diff) |
automatic import of python-berserk
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-berserk.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /berserk-0.12.3.tar.gz +/berserk-0.12.4.tar.gz diff --git a/python-berserk.spec b/python-berserk.spec index 8aa3de4..94dc884 100644 --- a/python-berserk.spec +++ b/python-berserk.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-berserk -Version: 0.12.3 +Version: 0.12.4 Release: 1 Summary: Python client for the lichess API License: GPL-3.0-or-later URL: https://github.com/lichess-org/berserk -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/74/b2/18a2007917f86f34e1c6507fa791f7e3d9159e6976ce22994584700f7603/berserk-0.12.3.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ec/4c/b3df33ced26edff9c2543c8613a94d0a6b453401c78811e5eea24f5512f8/berserk-0.12.4.tar.gz BuildArch: noarch Requires: python3-requests @@ -37,7 +37,7 @@ This is based on the `original berserk version created by rhgrant10 <https://git `Documentation <https://lichess-org.github.io/berserk/>`_ %prep -%autosetup -n berserk-0.12.3 +%autosetup -n berserk-0.12.4 %build %py3_build @@ -77,5 +77,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 0.12.3-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.12.4-1 - Package Spec generated @@ -1 +1 @@ -fbc115b03d0e6551d618a216ee1a258e berserk-0.12.3.tar.gz +4ebbb8fbf2e728bab65b3bb8b9c569a9 berserk-0.12.4.tar.gz |