public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Alan Pevec <alan.pevec@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-oslo-concurrency] noevent: update to 1.8.0
Date: Sun, 07 Jun 2026 12:40:17 GMT [thread overview]
Message-ID: <178083601789.1.15811970986108901693.rpms-python-oslo-concurrency-e2afff705783@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-07 12:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178083601789.1.15811970986108901693.rpms-python-oslo-concurrency-e2afff705783@fedoraproject.org \
--to=alan.pevec@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox