forked from pool/python-stevedore
Accepting request 287552 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/287552 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stevedore?expand=0&rev=17
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 13:32:03 UTC 2015 - tbechtold@suse.com
|
||||
|
||||
- update to 1.2.0:
|
||||
* Use pkg_resources resolve(
|
||||
* Fix the README.rst file format for pypi
|
||||
* Workflow documentation is now in infra-manual
|
||||
* Implement a __contains__ override for extension manager
|
||||
* Update link to docs in README
|
||||
* Bring doc build up to standard
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 28 09:09:50 UTC 2014 - dmueller@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-stevedore
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-stevedore
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: Manage dynamic plugins for Python applications
|
||||
License: Apache-2.0
|
||||
@@ -29,6 +29,7 @@ BuildRequires: python-pbr
|
||||
BuildRequires: python-setuptools
|
||||
# Documentation requirements:
|
||||
BuildRequires: python-Sphinx
|
||||
BuildRequires: python-oslosphinx
|
||||
# Test requirements:
|
||||
#BuildRequires: python-mock
|
||||
#BuildRequires: python-nose
|
||||
@@ -60,7 +61,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README.rst docs/build/html
|
||||
%doc LICENSE README.rst doc/build/html
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f98381d12a6bfff718328d14d0d26cae6c83e39feb787e7b38acfe1089c3f1d3
|
||||
size 352294
|
3
stevedore-1.2.0.tar.gz
Normal file
3
stevedore-1.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f70db9052c26e66dac61cb73d8c6f5211373983d39872addab617c759db4b45
|
||||
size 352770
|
Reference in New Issue
Block a user