Hello community,

here is the log from the commit of package python-os-testr for openSUSE:Factory 
checked in at 2016-09-01 14:02:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-os-testr (Old)
 and      /work/SRC/openSUSE:Factory/.python-os-testr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-os-testr"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-os-testr/python-os-testr.changes  
2016-05-19 12:14:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-os-testr.new/python-os-testr.changes     
2016-09-01 14:02:46.000000000 +0200
@@ -1,0 +2,24 @@
+Mon Jul  4 15:37:11 UTC 2016 - [email protected]
+
+- update to 0.7.0:
+  * Add whitelist file to ostestr docs
+  * Seperate regex builder logic into a seperate module
+  * Split functionality out of main
+  * Updated from global requirements
+  * Fix docs typos
+  * Updated from global requirements
+  * Fix coverage option and execution
+  * Add version option for ostestr and subunit-trace
+  * Remove openstack-common.conf
+  * Add pypi download + version badges into README.rst
+  * remove python 3.3 trove classifier
+  * Treat xfail output like success
+  * Updated from global requirements
+  * correct typo
+  * Enable testr run passthrough arguments
+  * Updated from global requirements
+  * Add unit test for colorizer
+- Switch to upstream .spec file
+- Use renderspec source service to render upstream
+  .spec.j2 template
+-------------------------------------------------------------------

Old:
----
  os-testr-0.6.0.tar.gz

New:
----
  os-testr-0.7.0.tar.gz

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

Other differences:
------------------
++++++ python-os-testr.spec ++++++
--- /var/tmp/diff_new_pack.QHRw3K/_old  2016-09-01 14:02:47.000000000 +0200
+++ /var/tmp/diff_new_pack.QHRw3K/_new  2016-09-01 14:02:47.000000000 +0200
@@ -16,22 +16,24 @@
 #
 
 
+%global sname os-testr
 Name:           python-os-testr
-Version:        0.6.0
+Version:        0.7.0
 Release:        0
 Summary:        A testr wrapper to provide functionality for OpenStack projects
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Url:            http://www.openstack.org/
-Source:         
https://pypi.python.org/packages/source/o/os-testr/os-testr-%{version}.tar.gz
+Source:         
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-ddt >= 0.4.0
+BuildRequires:  python-ddt >= 1.0.1
 BuildRequires:  python-devel
-BuildRequires:  python-mock
-BuildRequires:  python-oslotest >= 1.2.0
-BuildRequires:  python-pbr >= 1.3
+BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-pbr >= 1.6
 BuildRequires:  python-testrepository >= 0.0.18
-Requires:       python-Babel >= 1.3
+BuildRequires:  python-testscenarios >= 0.4
+Requires:       python-Babel >= 2.3.4
+Requires:       python-pbr >= 1.6
 Requires:       python-python-subunit >= 0.0.18
 Requires:       python-testrepository >= 0.0.18
 Requires:       python-testtools >= 1.4.0
@@ -39,26 +41,51 @@
 
 %description
 A testr wrapper to provide functionality for OpenStack projects
+* Documentation: http://docs.openstack.org/developer/os-testr
+* Source: http://git.openstack.org/cgit/openstack/os-testr
+* Bugs: http://bugs.launchpad.net/os-testr
+
+%package doc
+Summary:        Documentation for the testr
+Group:          Documentation
+BuildRequires:  python-Sphinx
+BuildRequires:  python-oslosphinx >= 2.5.0
 
+%description doc
+Documentation for the testr wrapper.
 
 %prep
-%setup -q -n os-testr-%{version}
+%setup -q -n %{sname}-%{version}
 
 %build
 %{__python2} setup.py build
 
+# generate html docs
+%{__python2} setup.py build_sphinx
+# remove the sphinx-build leftovers
+rm -rf doc/build/html/.{doctrees,buildinfo}
+
 %install
 %{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+export PATH="$PATH:%{buildroot}/%{_bindir}"
+export 
PYTHONPATH="%{python2_sitearch}:%{python2_sitelib}:%{buildroot}%{python2_sitelib}"
+%{__python2} setup.py testr
+
 %files
 %defattr(-,root,root,-)
 %license LICENSE
-%doc README.rst ChangeLog AUTHORS
+%doc README.rst ChangeLog
+%{_bindir}/generate-subunit
 %{_bindir}/ostestr
 %{_bindir}/subunit-trace
 %{_bindir}/subunit2html
-%{_bindir}/generate-subunit
-%{python_sitelib}/os_testr
-%{python_sitelib}/os_testr*egg-info
+%{python2_sitelib}/os_testr
+%{python2_sitelib}/os_testr*egg-info
+
+%files doc
+%license LICENSE
+%doc doc/build/html
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.QHRw3K/_old  2016-09-01 14:02:47.000000000 +0200
+++ /var/tmp/diff_new_pack.QHRw3K/_new  2016-09-01 14:02:47.000000000 +0200
@@ -1,13 +1,13 @@
 <services>
+  <service mode="disabled" name="renderspec">
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/os-testr/os-testr.spec.j2</param>
+    <param name="output-name">python-os-testr.spec</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt</param>
+  </service>
   <service mode="disabled" name="download_files">
     <param name="changesgenerate">enable</param>
   </service>
-  <service mode="disabled" name="set_version">
-    <param name="basename">os-testr</param>
-  </service>
   <service name="refresh_patches" mode="disabled">
     <param name="changesgenerate">enable</param>
   </service>
-  <service name="python_requires" mode="disabled">
-  </service>
 </services>

++++++ os-testr-0.6.0.tar.gz -> os-testr-0.7.0.tar.gz ++++++
++++ 1944 lines of diff (skipped)


Reply via email to