Hello community,
here is the log from the commit of package python-python-jenkins for
openSUSE:Factory checked in at 2018-09-07 15:39:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-jenkins (Old)
and /work/SRC/openSUSE:Factory/.python-python-jenkins.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-jenkins"
Fri Sep 7 15:39:45 2018 rev:6 rq:633218 version:1.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-jenkins/python-python-jenkins.changes
2018-07-18 22:58:04.234138957 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-jenkins.new/python-python-jenkins.changes
2018-09-07 15:39:48.290510336 +0200
@@ -1,0 +2,57 @@
+Tue Sep 4 17:51:40 UTC 2018 - [email protected]
+
+- update to 1.2.1:
+ * Revert "detect and respect http redirects"
+ * Revert "Avoid empty body failure on HEAD requests"
+ * Avoid empty body failure on HEAD requests
+ * Fix item being ignored in get\_info
+ * detect and respect http redirects
+ * Fix run\_script method
+ * Adopt use of pre-commit hooks
+ * Adds support for executing Groovy scripts on jenkins nodes
+ * Allow use of unicode job names
+ * Added pypy-dev to bindep.txt
+ * Fix run\_scripts() API
+ * fix tox python3 overrides
+ * Selectively mock requests\_kerberos import
+ * Ensure timeout exceptions are re-raised during auth attempts
+ * Revert "Do not require requests-kerberos for tests"
+ * Freeze cmd2 library on python2
+ * Update URLS that require depth or tree filters
+ * README: mention #openstack-jjb channel
+ * Do not require requests-kerberos for tests
+ * Fix: send proxy as empty dict
+ * Add functions to retrieve more data from Jenkins
+ * Update to \_response\_handler
+ * Trivial: Update pypi url to new url
+ * add get\_queue\_item() method
+ * build\_job: return queue item identifier
+ * add jenkins\_request() method
+ * Use proper code highlight in docs
+ * Fix docstrings params
+ * Adds support for wiping out a job's workspace
+ * Adds support for multi-select build parameters
+ * Adds support for deleting builds
+ * enable cross testing with jenkins-job-builder
+ * Improve SSL support with requests lib
+ * Enables use of PYTHONHTTPSVERIFY override
+ * Adding pypy to bindep test profile
+ * Added folder support in views keeping backward compatibility and added
tests for it
+ * Add EMPTY\_FOLDER\_XML str to match docs
+ * build\_job: fix grammar in comment
+ * Replace testr with stestr
+ * This Allow to include folders in jobs list when calling get\_all\_jobs()
method. Closes-Bug: #1731903
+ * repair .gitgnore
+ * Migration to using requests
+ * trivial: modify spelling error of version
+ * modify version spelling errors
+ * Pass form data as body instead of in the url
+ * get\_build\_console\_output: fix docs for "number" parameter
+ * Sanitize url in get\_info() function
+ * get\_job\_name: fix grammar in comment
+ * doc: add get\_job\_config() example
+ * create\_node: avoid double-encoding
+ * Add py35 to tox envlist
+- run tests
+
+-------------------------------------------------------------------
Old:
----
python-jenkins-0.4.14.tar.gz
New:
----
python-jenkins-1.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-jenkins.spec ++++++
--- /var/tmp/diff_new_pack.r1S8JC/_old 2018-09-07 15:39:48.734509861 +0200
+++ /var/tmp/diff_new_pack.r1S8JC/_new 2018-09-07 15:39:48.738509856 +0200
@@ -19,16 +19,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-jenkins
-Version: 0.4.14
+Version: 1.2.1
Release: 0
Summary: Python bindings for the remote Jenkins API
License: BSD-3-Clause
Group: Development/Languages/Python
URL: http://launchpad.net/python-jenkins
Source:
https://files.pythonhosted.org/packages/source/p/python-jenkins/python-jenkins-%{version}.tar.gz
+BuildRequires: %{python_module mock}
+BuildRequires: %{python_module multi_key_dict}
BuildRequires: %{python_module pbr}
+BuildRequires: %{python_module requests-mock}
+BuildRequires: %{python_module requests}
+BuildRequires: %{python_module stestr}
+BuildRequires: %{python_module testscenarios}
BuildRequires: python-rpm-macros
Requires: python-multi_key_dict
+Requires: python-requests
Requires: python-setuptools
Requires: python-six >= 1.3.0
Provides: python-jenkins = %{version}
@@ -52,6 +59,9 @@
%install
%python_install
+%check
+%python_exec -m stestr.cli run
+
%files %{python_files}
%license COPYING
%doc README.rst
++++++ python-jenkins-0.4.14.tar.gz -> python-jenkins-1.2.1.tar.gz ++++++
++++ 5815 lines of diff (skipped)