Hello community, here is the log from the commit of package python-os-win for openSUSE:Factory checked in at 2018-02-14 10:50:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-os-win (Old) and /work/SRC/openSUSE:Factory/.python-os-win.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-os-win" Wed Feb 14 10:50:43 2018 rev:4 rq:575943 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-os-win/python-os-win.changes 2017-08-28 15:31:48.765201112 +0200 +++ /work/SRC/openSUSE:Factory/.python-os-win.new/python-os-win.changes 2018-02-14 10:50:46.707505360 +0100 @@ -2 +2,61 @@ -Mon Aug 7 14:03:56 UTC 2017 - [email protected] +Mon Jan 15 11:49:11 UTC 2018 - [email protected] + +- update to version 3.0.0 + - [Trivial] Add HyperVvSwitchNotFound exception + - Implement VHD attach/detach + - Remove setting of version/release from releasenotes + - Add oslo.config entry point + - Add config sample to os-win docs + - doc: Switch to openstackdocstheme + - Avoid tox_install.sh for constraints support + - Adds SR-IOV support + - Remove deprecated methods and exceptions + - Updated from global requirements + - Add processutils module + - Cleanup vmutils create_vm + +------------------------------------------------------------------- +Fri Nov 24 22:57:44 UTC 2017 - [email protected] + +- update to version 2.5.0 + - clusterutils: Adds clustering configuration options + - Add method returning vswitch extensions + - Include FCP lun when returning mappings + - Add methods for retrieving disks + - FC: cleanup WWN usage + - FC: add support for retrieving FC LUN UIDs + - check minimum VM version when setting VM snapshots + - Update the documentation link for doc migration + - Include disk ctrl addr in attachment info + - Allow aggregating disk rescan requests + - Allow detaching disks by serial tag + - vmutils: Fixes setting disk QoS on Hyper-V 6.2 + - [Trivial] Add method checking if a disk is claimed by MPIO + - Fix fetching vm boot sources + - iSCSI: add checks for MPIO disks + - Update log translation hacking rule + - Adds releasenotes configuration + - Updated from global requirements + - Allow fetching disk attachment info by tag + - Add SAN policy setter/getter + - Silently continue when destroying missing vNIC + +------------------------------------------------------------------- +Thu Sep 21 13:15:15 UTC 2017 - [email protected] + +- update to version 2.2.0 + - clusterutils: Adds clustering configuration options + - Include FCP lun when returning mappings + - Update UPPER_CONSTRAINTS_FILE for stable/pike + - check minimum VM version when setting VM snapshots + - FC: cleanup WWN usage + - FC: add support for retrieving FC LUN UIDs + - Allow detaching disks by serial tag + - [Trivial] Add method checking if a disk is claimed by MPIO + - iSCSI: add checks for MPIO disks + - Update .gitreview for stable/pike + - Adds releasenotes configuration + - Add methods for retrieving disks + +------------------------------------------------------------------- +Tue Sep 19 05:38:49 UTC 2017 - [email protected] Old: ---- os-win-2.1.0.tar.gz New: ---- os-win-3.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-os-win.spec ++++++ --- /var/tmp/diff_new_pack.1pSc59/_old 2018-02-14 10:50:47.299484056 +0100 +++ /var/tmp/diff_new_pack.1pSc59/_new 2018-02-14 10:50:47.299484056 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-os-win # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,37 +18,37 @@ %global sname os-win Name: python-os-win -Version: 2.1.0 +Version: 3.0.0 Release: 0 Summary: Hyper-V library for OpenStack projects License: Apache-2.0 Group: Development/Languages/Python Url: https://launchpad.net/%{sname} -Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz BuildRequires: openstack-macros BuildRequires: python-Sphinx BuildRequires: python-ddt >= 1.0.1 BuildRequires: python-devel BuildRequires: python-eventlet >= 0.18.2 -BuildRequires: python-mock >= 2.0 -BuildRequires: python-oslo.concurrency >= 3.8.0 -BuildRequires: python-oslo.i18n >= 2.1.0 -BuildRequires: python-oslo.log >= 3.22.0 +BuildRequires: python-mock >= 2.0.0 +BuildRequires: python-oslo.concurrency >= 3.20.0 +BuildRequires: python-oslo.i18n >= 3.15.3 +BuildRequires: python-oslo.log >= 3.30.0 BuildRequires: python-oslosphinx >= 4.7.0 BuildRequires: python-oslotest >= 1.10.0 BuildRequires: python-pbr >= 2.0.0 -BuildRequires: python-python-subunit >= 0.0.18 +BuildRequires: python-python-subunit >= 1.0.0 BuildRequires: python-testrepository >= 0.0.18 BuildRequires: python-testscenarios >= 0.4 -BuildRequires: python-testtools >= 1.4.0 +BuildRequires: python-testtools >= 2.2.0 Requires: python-Babel >= 2.3.4 Requires: python-eventlet >= 0.18.2 -Requires: python-oslo.concurrency >= 3.8.0 -Requires: python-oslo.config >= 4.0.0 -Requires: python-oslo.i18n >= 2.1.0 -Requires: python-oslo.log >= 3.22.0 -Requires: python-oslo.service >= 1.10.0 -Requires: python-oslo.utils >= 3.20.0 +Requires: python-oslo.concurrency >= 3.20.0 +Requires: python-oslo.config >= 4.6.0 +Requires: python-oslo.i18n >= 3.15.3 +Requires: python-oslo.log >= 3.30.0 +Requires: python-oslo.service >= 1.24.0 +Requires: python-oslo.utils >= 3.31.0 Requires: python-pbr >= 2.0.0 BuildArch: noarch @@ -58,9 +58,9 @@ %package doc Summary: Documentation for OpenStack Windows/Hyper-V Library -Group: Documentation +Group: Documentation/HTML BuildRequires: python-Sphinx -BuildRequires: python-oslosphinx >= 4.7.0 +BuildRequires: python-openstackdocstheme >= 1.17.0 %description doc Documentation for the Hyper-V library. @@ -70,6 +70,7 @@ %py_req_cleanup # we dont want to run the hacking tests again (and dont want the needed deps) rm -f os_win/tests/unit/test_hacking.py +sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %{py2_build} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.1pSc59/_old 2018-02-14 10:50:47.335482760 +0100 +++ /var/tmp/diff_new_pack.1pSc59/_new 2018-02-14 10:50:47.335482760 +0100 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/os-win/os-win.spec.j2</param> + <param name="input-template">https://git.openstack.org/cgit/openstack/rpm-packaging/plain/openstack/os-win/os-win.spec.j2?h=master</param> <param name="output-name">python-os-win.spec</param> - <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param> + <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt</param> <param name="changelog-email">[email protected]</param> <param name="changelog-provider">gh,openstack,os-win</param> </service> ++++++ os-win-2.1.0.tar.gz -> os-win-3.0.0.tar.gz ++++++ ++++ 4882 lines of diff (skipped)
