forked from pool/python-stevedore
Accepting request 209155 from devel:languages:python
- 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. (forwarded request 209154 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/209155 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stevedore?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
ed544a9e4f
commit
6795fada47
@@ -1,4 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 12:26:36 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- 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.
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 15:37:00 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 0.11:
|
||||
|
||||
@@ -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 @@ Group: Development/Languages/Python
|
||||
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 @@ Manage dynamic plugins for Python applications
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
rm -rf docs/build
|
||||
python setup.py build_sphinx
|
||||
|
||||
%install
|
||||
@@ -56,7 +58,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README.rst build/sphinx/html
|
||||
%doc LICENSE README.rst docs/build/html
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d647df6522a7fd30152382a948b3983ea9aa6097966ccb09244954ef345f267
|
||||
size 338681
|
||||
3
stevedore-0.13.tar.gz
Normal file
3
stevedore-0.13.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ab2ee6fbcca22f1867021269569d1657c5801efd8a425742d36a7414cc8d2ac
|
||||
size 760179
|
||||
Reference in New Issue
Block a user