public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-oslo-concurrency] noevent: update to 1.8.0
@ 2026-06-07 12:40 Alan Pevec
  0 siblings, 0 replies; only message in thread
From: Alan Pevec @ 2026-06-07 12:40 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-oslo-concurrency
Branch : noevent
Commit : e2afff7057831286bc778abd251e7d3ff48ec0b2
Author : Alan Pevec <alan.pevec@redhat.com>
Date   : 2015-04-01T14:53:24+02:00
Stats  : +39/-28 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-oslo-concurrency/c/e2afff7057831286bc778abd251e7d3ff48ec0b2?branch=noevent

Log:
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@redhat.com> - 1.8.0-1
+- update to 1.8.0
+
 * Wed Mar 11 2015 Matthias Runge <mrunge@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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-07 12:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-07 12:40 [rpms/python-oslo-concurrency] noevent: update to 1.8.0 Alan Pevec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox