Hello community,

here is the log from the commit of package python-os-win for openSUSE:Factory 
checked in at 2018-09-07 15:38:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-os-win (Old)
 and      /work/SRC/openSUSE:Factory/.python-os-win.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-os-win"

Fri Sep  7 15:38:37 2018 rev:6 rq:633093 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-os-win/python-os-win.changes      
2018-03-19 23:35:32.483493528 +0100
+++ /work/SRC/openSUSE:Factory/.python-os-win.new/python-os-win.changes 
2018-09-07 15:38:38.634585087 +0200
@@ -1,0 +2,15 @@
+Mon Sep  3 12:52:33 UTC 2018 - cloud-de...@suse.de
+
+- update to version 4.0.0
+  - Adds NIC hardware offload support
+  - Update reno for stable/queens
+  - [Trivial] Allow flushing named pipe log handles
+  - tests: Use mock autospec in unit tests
+  - Improve WMI jobs logging
+  - Fixes port security settings caching issue
+  - Cleanup test-requirements
+  - Ensures that all classes have the same interface as their parents
+  - Remove deprecated methods
+  - Updated from global requirements
+
+-------------------------------------------------------------------

Old:
----
  os-win-3.0.0.tar.gz

New:
----
  os-win-4.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-os-win.spec ++++++
--- /var/tmp/diff_new_pack.zY86PC/_old  2018-09-07 15:38:39.006584688 +0200
+++ /var/tmp/diff_new_pack.zY86PC/_new  2018-09-07 15:38:39.010584683 +0200
@@ -16,82 +16,111 @@
 #
 
 
-%global sname os-win
 Name:           python-os-win
-Version:        3.0.0
+Version:        4.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://files.pythonhosted.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
+URL:            https://launchpad.net/os-win
+Source0:        
https://files.pythonhosted.org/packages/source/o/os-win/os-win-4.0.0.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.0
-BuildRequires:  python-oslo.concurrency >= 3.25.0
-BuildRequires:  python-oslo.i18n >= 3.15.3
-BuildRequires:  python-oslo.log >= 3.36.0
-BuildRequires:  python-oslosphinx >= 4.7.0
-BuildRequires:  python-oslotest >= 3.2.0
-BuildRequires:  python-pbr >= 2.0.0
-BuildRequires:  python-python-subunit >= 1.0.0
-BuildRequires:  python-testrepository >= 0.0.18
-BuildRequires:  python-testscenarios >= 0.4
-BuildRequires:  python-testtools >= 2.2.0
+BuildRequires:  python2-Sphinx
+BuildRequires:  python2-ddt
+BuildRequires:  python2-eventlet >= 0.18.2
+BuildRequires:  python2-mock
+BuildRequires:  python2-oslo.concurrency >= 3.25.0
+BuildRequires:  python2-oslo.i18n >= 3.15.3
+BuildRequires:  python2-oslo.log >= 3.36.0
+BuildRequires:  python2-oslosphinx
+BuildRequires:  python2-oslotest
+BuildRequires:  python2-pbr >= 2.0.0
+BuildRequires:  python2-python-subunit
+BuildRequires:  python2-testrepository
+BuildRequires:  python2-testscenarios
+BuildRequires:  python2-testtools
+BuildRequires:  python3-Sphinx
+BuildRequires:  python3-ddt
+BuildRequires:  python3-devel
+BuildRequires:  python3-eventlet >= 0.18.2
+BuildRequires:  python3-mock
+BuildRequires:  python3-oslo.concurrency >= 3.25.0
+BuildRequires:  python3-oslo.i18n >= 3.15.3
+BuildRequires:  python3-oslo.log >= 3.36.0
+BuildRequires:  python3-oslosphinx
+BuildRequires:  python3-oslotest
+BuildRequires:  python3-pbr >= 2.0.0
+BuildRequires:  python3-python-subunit
+BuildRequires:  python3-testrepository
+BuildRequires:  python3-testscenarios
+BuildRequires:  python3-testtools
 Requires:       python-Babel >= 2.3.4
 Requires:       python-eventlet >= 0.18.2
 Requires:       python-oslo.concurrency >= 3.25.0
 Requires:       python-oslo.config >= 5.1.0
 Requires:       python-oslo.i18n >= 3.15.3
 Requires:       python-oslo.log >= 3.36.0
-Requires:       python-oslo.service >= 1.24.0
+Requires:       python-oslo.service
 Requires:       python-oslo.utils >= 3.33.0
 Requires:       python-pbr >= 2.0.0
 BuildArch:      noarch
+%if 0%{?suse_version}
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+%else
+# on RDO, update-alternatives is in chkconfig
+Requires(post): chkconfig
+Requires(postun): chkconfig
+%endif
+%python_subpackages
 
 %description
 Library contains Windows / Hyper-V code commonly used in the OpenStack 
projects:
 nova, cinder, networking-hyperv.
 
-%package doc
+%package -n python-os-win-doc
 Summary:        Documentation for OpenStack Windows/Hyper-V Library
 Group:          Documentation/HTML
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.18.1
+BuildRequires:  python-openstackdocstheme
 
-%description doc
+%description -n python-os-win-doc
 Documentation for the Hyper-V library.
 
 %prep
-%autosetup -n %{sname}-%{version}
+%autosetup -n os-win-4.0.0
 %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}
+%{python_build}
 %{__python2} setup.py build_sphinx --builder=html,man
-rm -rf html/.{doctrees,buildinfo}
+rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
-%{py2_install}
+%{python_install}
 install -p -D -m 644 doc/build/man/os-win.1 
%{buildroot}/%{_mandir}/man1/os-win.1
+%python_clone -a %{buildroot}%{_mandir}/man1/os-win.1
+
+%post
+%python_install_alternative os-win.1
 
 %check
-%{__python2} setup.py test
+%{python_expand rm -rf .testrepository
+PYTHON=$python $python setup.py test
+}
 
-%files
+%files %{python_files}
 %doc README.rst ChangeLog
 %license LICENSE
-%{python2_sitelib}/os_win*
-%{python2_sitelib}/*.egg-info
-%{_mandir}/man1/os-win.1*
+%{python_sitelib}/os_win*
+%{python_sitelib}/*.egg-info
+%python_alternative %{_mandir}/man1/os-win.1
 
-%files doc
+%files -n python-os-win-doc
 %doc doc/build/html
 %license LICENSE
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.zY86PC/_old  2018-09-07 15:38:39.038584653 +0200
+++ /var/tmp/diff_new_pack.zY86PC/_new  2018-09-07 15:38:39.038584653 +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/os-win/os-win.spec.j2?h=stable/queens</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/os-win/os-win.spec.j2</param>
     <param name="output-name">python-os-win.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/os-win/stable/rocky/requirements.txt</param>
     <param name="changelog-email">cloud-de...@suse.de</param>
     <param name="changelog-provider">gh,openstack,os-win</param>
   </service>

++++++ os-win-3.0.0.tar.gz -> os-win-4.0.0.tar.gz ++++++
++++ 1803 lines of diff (skipped)


Reply via email to