diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-30 08:25:10 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 08:25:10 +0000 |
| commit | d13b7ab52833eac4c1cd89056e3044a7131b15ef (patch) | |
| tree | e2cf3aebb04b777d2df19b8b6aa2fabe528331c1 | |
| parent | 54b9dc4e1c4384e40e13d24832f15466a7efecdd (diff) | |
automatic import of python-ispyb
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-ispyb.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /ispyb-7.2.0.tar.gz +/ispyb-8.0.0.tar.gz diff --git a/python-ispyb.spec b/python-ispyb.spec index 587f09c..bec5095 100644 --- a/python-ispyb.spec +++ b/python-ispyb.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ispyb -Version: 7.2.0 +Version: 8.0.0 Release: 1 Summary: Python package to access ISPyB database License: Apache License, Version 2.0 URL: https://pypi.org/project/ispyb/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/15/9c/b4b172ec92711627cfc705508faaf90aedc991f5d7a8c8bec4b5661bfce1/ispyb-7.2.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/44/42/0145060c6adde4e1bf559170521a028e26cec058f6203a6f8514bfa6dbdd/ispyb-8.0.0.tar.gz BuildArch: noarch Requires: python3-mysql-connector-python @@ -37,7 +37,7 @@ This package provides a Python interface to ISPyB. It can access the ISPyB datab %prep -%autosetup -n ispyb-7.2.0 +%autosetup -n ispyb-8.0.0 %build %py3_build @@ -77,5 +77,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 7.2.0-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 8.0.0-1 - Package Spec generated @@ -1 +1 @@ -b723c54bc43f02be46595fe9baf678a1 ispyb-7.2.0.tar.gz +6c2b8bc34d467b18feb6ac3e2af58e49 ispyb-8.0.0.tar.gz |
