commit python-ironicclient for openSUSE:Factory
Hello community, here is the log from the commit of package python-ironicclient for openSUSE:Factory checked in at 2019-05-03 22:40:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ironicclient (Old) and /work/SRC/openSUSE:Factory/.python-ironicclient.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-ironicclient" Fri May 3 22:40:48 2019 rev:15 rq:692829 version:2.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ironicclient/python-ironicclient.changes 2019-02-26 22:18:55.618139492 +0100 +++ /work/SRC/openSUSE:Factory/.python-ironicclient.new.5148/python-ironicclient.changes 2019-05-03 22:40:49.763039710 +0200 @@ -1,0 +2,39 @@ +Mon Apr 8 12:28:23 UTC 2019 - cloud-devel@suse.de + +- update to version 2.7.0 + - Follow-up to the configdrive change + - Fix a typo in the docstring + - pass endpoint interface to http client + - Update release notes + - Add node owner + - import zuul job settings from project-config + - Minor fixes to README.rst + - Change openstack-dev to openstack-discuss + - [Trivial] Allocation API: fix incorrect parameter description + - Update reno for stable/rocky + - Update min tox version to 2.0 + - Deploy templates: client support + - add python 3.6 unit test job + - Support node description + - Add Python 3.6 classifier to setup.cfg + - Fix a LOG.warning which didn't work properly + - Add Events support + - Replace assertRaisesRegexp with assertRaisesRegex + - Allocation API: client API and CLI + - Add 'hostname' to port's local link connection + - switch documentation job to new PTI + - Replace mock.has_calls() with assert_has_calls + - Support passing a dictionary for configdrive + - Add is-smartnic port attribute to port command + - Support for conductors exposed from API + - Support for protected and protected_reason fields + - Add management of automated_clean field + - [Follow Up] Add 'hostname' to port's local link connection + - fix typo + - Sort columns in node detailed list alphabetically + - Accept 'valid_interfaces' in client setup + - add python 3.7 unit test job + - Modify useful links to project resources in README + - Use templates for cover and lower-constraints + +------------------------------------------------------------------- Old: ---- python-ironicclient-2.5.1.tar.gz New: ---- python-ironicclient-2.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ironicclient.spec ++++++ --- /var/tmp/diff_new_pack.QHado8/_old 2019-05-03 22:40:51.159042650 +0200 +++ /var/tmp/diff_new_pack.QHado8/_new 2019-05-03 22:40:51.183042700 +0200 @@ -17,13 +17,13 @@ Name: python-ironicclient -Version: 2.5.1 +Version: 2.7.0 Release: 0 Summary: Python API and CLI for OpenStack Ironic License: Apache-2.0 Group: Development/Languages/Python URL: https://launchpad.net/python-ironicclient -Source0: https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-... +Source0: https://files.pythonhosted.org/packages/source/p/python-ironicclient/python-... BuildRequires: openstack-macros BuildRequires: python-devel BuildRequires: python2-Babel @@ -35,7 +35,6 @@ BuildRequires: python2-jsonschema >= 2.6.0 BuildRequires: python2-mock BuildRequires: python2-openstackclient -BuildRequires: python2-os-testr BuildRequires: python2-osc-lib >= 1.10.0 BuildRequires: python2-oslo.i18n >= 3.15.3 BuildRequires: python2-oslo.utils >= 3.33.0 @@ -44,6 +43,7 @@ BuildRequires: python2-python-subunit BuildRequires: python2-requests >= 2.14.2 BuildRequires: python2-requests-mock +BuildRequires: python2-stestr BuildRequires: python2-testtools BuildRequires: python3-Babel BuildRequires: python3-PrettyTable >= 0.7.1 @@ -55,7 +55,6 @@ BuildRequires: python3-jsonschema >= 2.6.0 BuildRequires: python3-mock BuildRequires: python3-openstackclient -BuildRequires: python3-os-testr BuildRequires: python3-osc-lib >= 1.10.0 BuildRequires: python3-oslo.i18n >= 3.15.3 BuildRequires: python3-oslo.utils >= 3.33.0 @@ -64,6 +63,7 @@ BuildRequires: python3-python-subunit BuildRequires: python3-requests >= 2.14.2 BuildRequires: python3-requests-mock +BuildRequires: python3-stestr BuildRequires: python3-testtools Requires: python-PrettyTable >= 0.7.1 Requires: python-PyYAML >= 3.12 @@ -74,6 +74,7 @@ Requires: python-openstackclient Requires: python-osc-lib >= 1.10.0 Requires: python-oslo.i18n >= 3.15.3 +Requires: python-oslo.serialization >= 2.18.0 Requires: python-oslo.utils >= 3.33.0 Requires: python-pbr >= 2.0.0 Requires: python-requests >= 2.14.2 @@ -110,14 +111,13 @@ This package contains auto-generated documentation. %prep -%autosetup -p1 -n python-ironicclient-2.5.1 +%autosetup -p1 -n python-ironicclient-2.7.0 %py_req_cleanup -sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %{python_build} -PBR_VERSION=2.5.1 sphinx-build -b html doc/source doc/build/html +PBR_VERSION=2.7.0 sphinx-build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.QHado8/_old 2019-05-03 22:40:51.523043416 +0200 +++ /var/tmp/diff_new_pack.QHado8/_new 2019-05-03 22:40:51.543043458 +0200 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://git.openstack.org/cgit/openstack/rpm-packaging/plain/openstack/python-ironicclient/python-ironicclient.spec.j2?h=stable/rocky</param> + <param name="input-template">https://git.openstack.org/cgit/openstack/rpm-packaging/plain/openstack/python-ironicclient/python-ironicclient.spec.j2?h=stable/stein</param> <param name="output-name">python-ironicclient.spec</param> - <param name="requirements">https://raw.githubusercontent.com/openstack/python-ironicclient/stable/rocky/requirements.txt</param> + <param name="requirements">https://raw.githubusercontent.com/openstack/python-ironicclient/stable/stein/requirements.txt</param> <param name="changelog-email">cloud-devel@suse.de</param> <param name="changelog-provider">gh,openstack,python-ironicclient</param> </service> ++++++ python-ironicclient-2.5.1.tar.gz -> python-ironicclient-2.7.0.tar.gz ++++++ ++++ 6610 lines of diff (skipped)
participants (1)
-
root