diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 05:08:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 05:08:17 +0000 |
commit | df460e846ce9560717b34957a90da83adb4cd354 (patch) | |
tree | 8ea9013c824115a5d5fc45b0893b10a00229bce6 | |
parent | fe8014ee7aff97e8d4ee30f7e70f1985d205f159 (diff) |
automatic import of python-jenkins-job-builderopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-jenkins-job-builder.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /jenkins-job-builder-4.3.0.tar.gz +/jenkins-job-builder-5.0.2.tar.gz diff --git a/python-jenkins-job-builder.spec b/python-jenkins-job-builder.spec index 5ce97b3..30db5f7 100644 --- a/python-jenkins-job-builder.spec +++ b/python-jenkins-job-builder.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-jenkins-job-builder -Version: 4.3.0 +Version: 5.0.2 Release: 1 Summary: Manage Jenkins jobs with YAML License: Apache License, Version 2.0 URL: https://jenkins-job-builder.readthedocs.io/en/latest/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bc/e4/fccd5e2d0b8826bc465ea98dab5196bb2f7268619efaa58a04e5527e8739/jenkins-job-builder-4.3.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b3/69/5c52ca511cdedbb95b674b3dacef6e80086efc5924b80a097dea3861b830/jenkins-job-builder-5.0.2.tar.gz BuildArch: noarch Requires: python3-Jinja2 @@ -61,7 +61,7 @@ Online documentation: * https://jenkins-job-builder.readthedocs.io/en/latest/ %prep -%autosetup -n jenkins-job-builder-4.3.0 +%autosetup -n jenkins-job-builder-5.0.2 %build %py3_build @@ -101,5 +101,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 4.3.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 5.0.2-1 - Package Spec generated @@ -1 +1 @@ -5ef5d656d1f105e5ef7ac3dbd88c5927 jenkins-job-builder-4.3.0.tar.gz +f6bc4e1b16c9bdcc49b968b9ea4c21fe jenkins-job-builder-5.0.2.tar.gz |