diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-30 18:01:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 18:01:25 +0000 |
commit | a6ec07d508c4ae84b3795830b02f23a8dabe88f2 (patch) | |
tree | 9d8f679c93b082faffd13c21f9310770e6ad357c | |
parent | 560e89a58cbc79b341747cc805f2bdd7687f3720 (diff) |
automatic import of python-edc-dashboard
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-edc-dashboard.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /edc-dashboard-0.3.44.tar.gz +/edc-dashboard-0.3.45.tar.gz diff --git a/python-edc-dashboard.spec b/python-edc-dashboard.spec index 07b776f..f4b1e78 100644 --- a/python-edc-dashboard.spec +++ b/python-edc-dashboard.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-edc-dashboard -Version: 0.3.44 +Version: 0.3.45 Release: 1 Summary: Dashboard classes, templates for clinicedc/edc projects License: GPL license, see LICENSE URL: https://github.com/clinicedc/edc-dashboard -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bb/91/530c46b4ea8e969927ec87f12bf007854772a74b19d31e300f3352f9b6b3/edc-dashboard-0.3.44.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a3/f8/7fe2d21073236149d899784b19ff24c33b678b9c68c4bf60c0445e02f200/edc-dashboard-0.3.45.tar.gz BuildArch: noarch Requires: python3-arrow @@ -29,7 +29,7 @@ Provides: python3-edc-dashboard-doc Core classes for dashboards used by the EDC. e.g. Listboard, SubjectDashboard %prep -%autosetup -n edc-dashboard-0.3.44 +%autosetup -n edc-dashboard-0.3.45 %build %py3_build @@ -69,5 +69,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.44-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.45-1 - Package Spec generated @@ -1 +1 @@ -f817e2a5037c18a48e0ba7261786447d edc-dashboard-0.3.44.tar.gz +67f9ec80b72149ffe693a70ed68526db edc-dashboard-0.3.45.tar.gz |