diff --git a/python-jenkins-1.5.0.tar.gz b/python-jenkins-1.5.0.tar.gz deleted file mode 100644 index 6eb4fc1..0000000 --- a/python-jenkins-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b11f7c1dffc48579afefa8a310cba5b1c98785b9132892ff8cf5312f32ebc90 -size 60004 diff --git a/python-jenkins-1.7.0.tar.gz b/python-jenkins-1.7.0.tar.gz new file mode 100644 index 0000000..b8c5073 --- /dev/null +++ b/python-jenkins-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deed8fa79d32769a615984a5dde5e01eda04914d3f4091bd9a23d30474695106 +size 61250 diff --git a/python-python-jenkins.changes b/python-python-jenkins.changes index ce8bfd5..aa7f95c 100644 --- a/python-python-jenkins.changes +++ b/python-python-jenkins.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Mar 20 12:14:40 UTC 2020 - pgajdos@suse.com + +- version update to 1.7.0 + * Include placeholder tasks in get\_running\_builds + * Fix reconfig\_credential() to send the xml data + * new method: create\_folder (with tests) + * new method: check\_jenkinsfile\_syntax (with tests) + * Update docs building job + * upsert\_job + ------------------------------------------------------------------- Thu Aug 1 12:01:53 UTC 2019 - pgajdos@suse.com diff --git a/python-python-jenkins.spec b/python-python-jenkins.spec index 6c5f124..34fb9ff 100644 --- a/python-python-jenkins.spec +++ b/python-python-jenkins.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-jenkins # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2014 Thomas Bechtold # # All modifications and additions to the file contributed by third parties @@ -19,17 +19,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-jenkins -Version: 1.5.0 +Version: 1.7.0 Release: 0 Summary: Python bindings for the remote Jenkins API License: BSD-3-Clause Group: Development/Languages/Python -URL: http://opendev.org/jjb/python-jenkins +URL: https://opendev.org/jjb/python-jenkins Source: https://files.pythonhosted.org/packages/source/p/python-jenkins/python-jenkins-%{version}.tar.gz BuildRequires: %{python_module cmd2} BuildRequires: %{python_module mock} BuildRequires: %{python_module multi_key_dict} -BuildRequires: %{python_module pbr} +BuildRequires: %{python_module pbr >= 0.8.2} BuildRequires: %{python_module requests-mock >= 1.4} BuildRequires: %{python_module requests} BuildRequires: %{python_module stestr >= 2.0}