11
0

Accepting request 431484 from Cloud:OpenStack:Factory

- update to version 3.14.0
  * Fix external lock tests on Windows
  * Updated from global requirements

- update to version 3.13.0
  * Add Python 3.5 classifier and venv
  * Imported Translations from Zanata
  * Fix parameters of assertEqual are misplaced
  * Updated from global requirements
  * Add reno for releasenotes management

- update to 3.9.0:
  * Add doc/ to pep8 check
  * Remove unused import statement
  * Add timeout option to ssh_execute
  * Fix wrong import example in docstring
  * Trivial: ignore openstack/common in flake8 exclude list
  * Updated from global requirements
  * Imported Translations from Zanata
  * processutils: add support for missing process limits
  * Remove direct dependency on babel
  * Updated from global requirements
  * Updated from global requirements
  * Updated from global requirements
  * Add a few usage examples for lockutils
  * Revert "Use tempfile.tempdir for lock_path if OSLO_LOCK_PATH is not set"
  * Updated from global requirements
  * Use tempfile.tempdir for lock_path if OSLO_LOCK_PATH is not set

- use renderspec source service

OBS-URL: https://build.opensuse.org/request/show/431484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oslo.concurrency?expand=0&rev=5
This commit is contained in:
2016-09-30 13:35:20 +00:00
committed by Git OBS Bridge
5 changed files with 97 additions and 55 deletions

View File

@@ -1,15 +1,13 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/oslo.concurrency/oslo.concurrency.spec.j2</param>
<param name="output-name">python-oslo.concurrency.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">oslo.concurrency</param>
</service>
<service mode="disabled" name="python_requires">
</service>
<service name="refresh_patches" mode="disabled">
<param name="changesgenerate">enable</param>
</service>
<service name="python_requires" mode="disabled">
</service>
</services>

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e76adec89e3b0444f4d3076d8568ea9caf68cf0279de5b3687a51a29d2482eaf
size 45148

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30021612be662827b92cddbd522e922b038a88b2e071d3a7c489c89523f6ac32
size 39703

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Tue Aug 30 16:22:27 UTC 2016 - tbechtold@suse.com
- update to version 3.14.0
* Fix external lock tests on Windows
* Updated from global requirements
-------------------------------------------------------------------
Wed Aug 10 14:35:56 UTC 2016 - tbechtold@suse.com
- update to version 3.13.0
* Add Python 3.5 classifier and venv
* Imported Translations from Zanata
* Fix parameters of assertEqual are misplaced
* Updated from global requirements
* Add reno for releasenotes management
-------------------------------------------------------------------
Fri Jun 3 13:17:59 UTC 2016 - tbechtold@suse.com
- update to 3.9.0:
* Add doc/ to pep8 check
* Remove unused import statement
* Add timeout option to ssh_execute
* Fix wrong import example in docstring
* Trivial: ignore openstack/common in flake8 exclude list
* Updated from global requirements
* Imported Translations from Zanata
* processutils: add support for missing process limits
* Remove direct dependency on babel
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Add a few usage examples for lockutils
* Revert "Use tempfile.tempdir for lock_path if OSLO_LOCK_PATH is not set"
* Updated from global requirements
* Use tempfile.tempdir for lock_path if OSLO_LOCK_PATH is not set
-------------------------------------------------------------------
Thu Jun 2 08:55:41 UTC 2016 - tbechtold@suse.com
- use renderspec source service
- update spec from upstream
-------------------------------------------------------------------
Mon Apr 4 11:19:26 UTC 2016 - tbechtold@suse.com

View File

@@ -16,87 +16,87 @@
#
%define version_unconverted 3.7.0
%global sname oslo.concurrency
Name: python-oslo.concurrency
Version: 3.7.0
Version: 3.14.0
Release: 0
Summary: OpenStack Oslo concurrency library
Summary: OpenStack oslo.concurrency library
License: Apache-2.0
Group: Development/Languages/Python
Url: http://launchpad.net/oslo
Source: https://pypi.python.org/packages/source/o/oslo.concurrency/oslo.concurrency-%{version}.tar.gz
BuildRequires: openstack-suse-macros
Url: https://launchpad.net/%{sname}
Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
BuildRequires: python-enum34
BuildRequires: python-eventlet
BuildRequires: python-fasteners
BuildRequires: python-fixtures
BuildRequires: python-futures
BuildRequires: python-mock
BuildRequires: python-oslo.config
BuildRequires: python-oslo.utils
BuildRequires: python-oslosphinx
BuildRequires: python-oslotest
BuildRequires: python-pbr
BuildRequires: python-retrying
BuildRequires: python-setuptools
BuildRequires: python-sphinx
BuildRequires: python-testrepository
Requires: python-Babel >= 1.3
BuildRequires: python-eventlet >= 0.18.2
BuildRequires: python-fasteners >= 0.7
BuildRequires: python-fixtures >= 3.0.0
BuildRequires: python-futures >= 3.0
BuildRequires: python-mock >= 2.0
BuildRequires: python-oslo.config >= 3.14.0
BuildRequires: python-oslo.i18n >= 2.1.0
BuildRequires: python-oslo.utils >= 3.16.0
BuildRequires: python-oslotest >= 1.10.0
BuildRequires: python-pbr >= 1.6
BuildRequires: python-testrepository >= 0.0.18
BuildRequires: python-testscenarios >= 0.4
BuildRequires: python-testtools >= 1.4.0
Requires: python-enum34
Requires: python-fasteners >= 0.7
Requires: python-iso8601 >= 0.1.9
Requires: python-oslo.config >= 3.7.0
Requires: python-iso8601 >= 0.1.11
Requires: python-oslo.config >= 3.14.0
Requires: python-oslo.i18n >= 2.1.0
Requires: python-oslo.utils >= 3.5.0
Requires: python-oslo.utils >= 3.16.0
Requires: python-retrying >= 1.2.3
Requires: python-six >= 1.9.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Oslo concurrency library has utilities for safely running multi-thread,
The oslo.concurrency library has utilities for safely running multi-thread,
multi-process applications using locking mechanisms and for running
external processes.
%package doc
Summary: Documentation for the Oslo concurrency library
Group: Documentation
Summary: Documentation for OpenStack concurrency library
Group: Development/Languages/Python
BuildRequires: python-Sphinx
BuildRequires: python-oslosphinx >= 2.5.0
BuildRequires: python-sphinx
%description doc
Documentation for the Oslo concurrency library.
The oslo.concurrency library has utilities for safely running multi-thread,
multi-process applications using locking mechanisms and for running
external processes.
This package contains the documentation.
%prep
%setup -q -n oslo.concurrency-%{version}
%setup -q -n %{sname}-%{version}
%build
%{__python2} setup.py build
%{py2_build}
# generate html docs
sphinx-build doc/source html
%{__python2} setup.py build_sphinx
# remove the sphinx-build leftovers
rm -rf html/.{doctrees,buildinfo}
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
%{__python2} setup.py install --skip-build --root %{buildroot}
%{py2_install}
%check
%if "%_lib" == "lib64"
testr init
testr run --parallel
%endif
# Test suite fails on 32 bit platforms
if [ "%_lib" = "lib64" ]; then
%{__python2} setup.py testr
fi
%files
%defattr(-,root,root,-)
%doc README.rst ChangeLog LICENSE AUTHORS
%{python2_sitelib}/*
%license LICENSE
%doc README.rst ChangeLog
%_bindir/lockutils-wrapper
%{python2_sitelib}/oslo_concurrency
%{python2_sitelib}/*.egg-info
%files doc
%doc html
%license LICENSE
%doc doc/build/html
%changelog