Hello community,

here is the log from the commit of package python-stevedore for 
openSUSE:Factory checked in at 2013-06-25 07:42:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-13 21:51:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-stevedore.new/python-stevedore.changes   
2013-06-25 14:45:09.000000000 +0200
@@ -1,0 +2,15 @@
+Mon Jun 17 13:48:35 UTC 2013 - [email protected]
+
+- Update to version 0.9.1:
+  + Add name_order parameter to NamedExtensionManager to coerce map() into
+    processing the extensions in the order they are named when the manager is
+    created, instead of the random order they may have been loaded.
+  + Change the NamedDispatchExtensionManager to ignore missing extensions
+    (issue 14).
+  + Add __getitem__ to ExtensionManager for looking up individual plugins by
+    name (issue 15).
+  + Start working on the tutorial, Using Stevedore in Your Application.
+- Drop semantic versioning hack
+- Build HTML documentation
+
+-------------------------------------------------------------------

Old:
----
  stevedore-0.8.tar.gz

New:
----
  stevedore-0.9.1.tar.gz

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

Other differences:
------------------
++++++ python-stevedore.spec ++++++
--- /var/tmp/diff_new_pack.ngv3c9/_old  2013-06-25 14:45:10.000000000 +0200
+++ /var/tmp/diff_new_pack.ngv3c9/_new  2013-06-25 14:45:10.000000000 +0200
@@ -17,20 +17,19 @@
 
 
 Name:           python-stevedore
-Version:        0.8
+Version:        0.9.1
 Release:        0
 Summary:        Manage dynamic plugins for Python applications
 License:        Apache-2.0
 Group:          Development/Languages/Python
-%if "%{version}" == "0.8"
-Provides:       %name = 0.8.0
-%else
-%error remove me
-%endif
 Url:            https://github.com/dreamhost/stevedore
 Source:         
http://pypi.python.org/packages/source/s/stevedore/stevedore-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
+# Documentation requirements:
+BuildRequires:  python-Sphinx
+# Test requirements:
+#BuildRequires:  python-mock
 #BuildRequires:  python-nose
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -47,6 +46,7 @@
 
 %build
 python setup.py build
+python setup.py build_sphinx
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -56,7 +56,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README.rst docs/build/html
+%doc LICENSE README.rst build/sphinx/html
 %{python_sitelib}/*
 
 %changelog

++++++ stevedore-0.8.tar.gz -> stevedore-0.9.1.tar.gz ++++++
++++ 7937 lines of diff (skipped)

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

Reply via email to