Hello community,

here is the log from the commit of package python-stevedore for 
openSUSE:Factory checked in at 2013-12-03 10:28:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-stevedore (Old)
 and      /work/SRC/openSUSE:Factory/.python-stevedore.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-stevedore"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-stevedore/python-stevedore.changes        
2013-09-03 22:05:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-stevedore.new/python-stevedore.changes   
2013-12-03 10:28:55.000000000 +0100
@@ -1,0 +2,14 @@
+Mon Dec  2 12:26:36 UTC 2013 - [email protected]
+
+- update to 0.13:
+  * Update documentation to refer to setuptools instead of distribute.
+  * Add pypy to the list of default test configurations.
+  * Include a work-around to avoid a cpython bug with atexit
+  * Deprecate TestExtensionManager and replace with make_test_instance()
+  class method to provide test classes that behave more like the
+  production class, while still allowing the extensions to be injected
+  for testing
+  * Fixes an exception when reporting on an error where multiple
+  drivers have the same name 
+  * Switch packaging to use pbr.
+-------------------------------------------------------------------

Old:
----
  stevedore-0.11.tar.gz

New:
----
  stevedore-0.13.tar.gz

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

Other differences:
------------------
++++++ python-stevedore.spec ++++++
--- /var/tmp/diff_new_pack.DUhYFh/_old  2013-12-03 10:28:55.000000000 +0100
+++ /var/tmp/diff_new_pack.DUhYFh/_new  2013-12-03 10:28:55.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python-stevedore
-Version:        0.11
+Version:        0.13
 Release:        0
 Summary:        Manage dynamic plugins for Python applications
 License:        Apache-2.0
@@ -25,6 +25,7 @@
 Url:            https://github.com/dreamhost/stevedore
 Source:         
http://pypi.python.org/packages/source/s/stevedore/stevedore-%{version}.tar.gz
 BuildRequires:  python-devel
+BuildRequires:  python-pbr
 BuildRequires:  python-setuptools
 # Documentation requirements:
 BuildRequires:  python-Sphinx
@@ -46,6 +47,7 @@
 
 %build
 python setup.py build
+rm -rf docs/build
 python setup.py build_sphinx
 
 %install
@@ -56,7 +58,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README.rst build/sphinx/html
+%doc LICENSE README.rst docs/build/html
 %{python_sitelib}/*
 
 %changelog

++++++ stevedore-0.11.tar.gz -> stevedore-0.13.tar.gz ++++++
++++ 10576 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to