hguemar pushed to python-oslo-concurrency (master). "update to 1.8.0"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 1 12:53:37 UTC 2015


>From e2afff7057831286bc778abd251e7d3ff48ec0b2 Mon Sep 17 00:00:00 2001
From: Alan Pevec <alan.pevec at redhat.com>
Date: Wed, 1 Apr 2015 14:31:53 +0200
Subject: update to 1.8.0


diff --git a/.gitignore b/.gitignore
index 793cffb..e2f11ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /oslo.concurrency-1.4.1.tar.gz
 /oslo.concurrency-1.6.0.tar.gz
+/oslo.concurrency-1.8.0.tar.gz
diff --git a/python-oslo-concurrency.spec b/python-oslo-concurrency.spec
index f40539a..e981bd9 100644
--- a/python-oslo-concurrency.spec
+++ b/python-oslo-concurrency.spec
@@ -2,62 +2,65 @@
 %global pypi_name oslo.concurrency
 
 Name:           python-oslo-concurrency
-Version:        1.6.0
+Version:        1.8.0
 Release:        1%{?dist}
-Summary:        oslo.concurrency library
+Summary:        OpenStack Oslo concurrency library
 
 License:        ASL 2.0
-URL:            http://launchpad.net/oslo
+URL:            https://launchpad.net/oslo
 Source0:        https://pypi.python.org/packages/source/o/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
 BuildArch:      noarch
 
 BuildRequires:  python2-devel
 BuildRequires:  python-pbr
-BuildRequires:  python-sphinx
-BuildRequires:  python-oslo-sphinx
-
-Requires: python-pbr
-Requires: python-babel
-Requires: python-iso8601
-Requires: python-fixtures
-Requires: python-oslo-config
-Requires: python-oslo-i18n
-Requires: python-oslo-utils
-Requires: python-posix_ipc
-Requires: python-six
-Requires: python-retrying
+
+Requires:       python-babel
+Requires:       python-iso8601
+Requires:       python-oslo-config
+Requires:       python-oslo-i18n
+Requires:       python-oslo-utils
+Requires:       python-posix_ipc
+Requires:       python-retrying
+Requires:       python-six
+# FIXME exported testing infra which should be sub-packaged
+Requires:       python-fixtures
 
 %description
 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
+
+BuildRequires:  python-sphinx
+BuildRequires:  python-oslo-sphinx >= 2.5.0
+
+%description doc
+Documentation for the Oslo concurrency library.
 
 %prep
 %setup -q -n %{pypi_name}-%{version}
-# Remove bundled egg-info
-rm -rf %{pypi_name}.egg-info
-
-# make doc build compatible with python-oslo-sphinx RPM
-sed -i 's/oslosphinx/oslo.sphinx/' doc/source/conf.py
+# Let RPM handle the dependencies
+rm -f requirements.txt
 
+%build
+%{__python2} setup.py build
 
 # generate html docs
 sphinx-build doc/source html
 # remove the sphinx-build leftovers
 rm -rf html/.{doctrees,buildinfo}
 
-
-%build
-%{__python2} setup.py build
-
-
 %install
 %{__python2} setup.py install --skip-build --root %{buildroot}
 
+#delete tests
+rm -fr %{buildroot}%{python2_sitelib}/oslo_concurrency/tests/
 
 %files
-%doc html README.rst doc/source/readme.rst
+%doc README.rst
 %license LICENSE
 %{python2_sitelib}/oslo_concurrency
 %{python2_sitelib}/oslo
@@ -65,7 +68,14 @@ rm -rf html/.{doctrees,buildinfo}
 %{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
 %{_bindir}/lockutils-wrapper
 
+%files doc
+%license LICENSE
+%doc html
+
 %changelog
+* Wed Apr 01 2015 Alan Pevec <apevec at redhat.com> - 1.8.0-1
+- update to 1.8.0
+
 * Wed Mar 11 2015 Matthias Runge <mrunge at redhat.com> - 1.6.0-1
 - upgrade to 1.6.0
 
diff --git a/sources b/sources
index 75decb3..7be0116 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-65b2233d08bf67ac487eb5b6aa45de06  oslo.concurrency-1.6.0.tar.gz
+ec2774ab12c0e3c14b21cab52d047951  oslo.concurrency-1.8.0.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-oslo-concurrency.git/commit/?h=master&id=e2afff7057831286bc778abd251e7d3ff48ec0b2


More information about the scm-commits mailing list