diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-30 10:28:42 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 10:28:42 +0000 |
commit | 2e013444c2422d279534832fa42d92cd57d514d5 (patch) | |
tree | 9d88f36cbe6a55b31f65c3c570d1cacb98769a99 | |
parent | f79667b00d9865832b858232f87c5cb52991bc35 (diff) |
automatic import of python-hydra-genetics
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-hydra-genetics.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /hydra-genetics-1.3.0.tar.gz +/hydra-genetics-1.4.0.tar.gz diff --git a/python-hydra-genetics.spec b/python-hydra-genetics.spec index 9bd163e..a6d8e7a 100644 --- a/python-hydra-genetics.spec +++ b/python-hydra-genetics.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-hydra-genetics -Version: 1.3.0 +Version: 1.4.0 Release: 1 Summary: Helper tools for use with hydra-genetics pipelines. License: GPL-3 URL: https://github.com/hydra-genetics/tools -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5e/04/3a92d9df734fc75a2ea670f9d74a2dcf45948657db2449871cac096ce3c9/hydra-genetics-1.3.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b0/93/952208dc4a1af3fa004defa2d33889eb12f9cef06b0c656f190d639ca313/hydra-genetics-1.4.0.tar.gz BuildArch: noarch @@ -142,7 +142,7 @@ Example of how to generate a new project %prep -%autosetup -n hydra-genetics-1.3.0 +%autosetup -n hydra-genetics-1.4.0 %build %py3_build @@ -182,5 +182,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.0-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.0-1 - Package Spec generated @@ -1 +1 @@ -2bb495b55e1d49942f1217bcc65e77ff hydra-genetics-1.3.0.tar.gz +4895e09264179f8cb062280993d5e1d0 hydra-genetics-1.4.0.tar.gz |