diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 09:55:23 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 09:55:23 +0000 |
commit | 1a4a18fefbc43bcf61696206f046a96812f9606e (patch) | |
tree | e916d3af295ba82a8bd3a1d10ed8b78327aef809 | |
parent | 874d20aa4be7e3b3b3278817d3b34ed9623c069e (diff) |
automatic import of python-baseballopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-baseball.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /baseball-16.12.tar.gz +/baseball-16.16.tar.gz diff --git a/python-baseball.spec b/python-baseball.spec index 78e8fa9..a843c72 100644 --- a/python-baseball.spec +++ b/python-baseball.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-baseball -Version: 16.12 +Version: 16.16 Release: 1 Summary: Library to download, anaylyze, and visualize events in Major League Baseball games. License: MIT URL: https://github.com/benjamincrom/baseball -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fe/d8/516b59fbb8de21fa98e065cd82c3829947aa612ed45163cf02f3aa4d5464/baseball-16.12.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e0/dd/4f9173e516d7a379dd510aba1a9a8ebd4d4572b60b462eff0bc539db30ef/baseball-16.16.tar.gz BuildArch: noarch Requires: python3-dateutil @@ -31,7 +31,7 @@ Provides: python3-baseball-doc %prep -%autosetup -n baseball-16.12 +%autosetup -n baseball-16.16 %build %py3_build @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 16.12-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 16.16-1 - Package Spec generated @@ -1 +1 @@ -bc75068435920aa6da8d7b18ba455e31 baseball-16.12.tar.gz +a5671e90ecd2baac06137d202c58a83b baseball-16.16.tar.gz |