public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-oslo-concurrency] noevent: initial import
@ 2026-06-07 12:40 Matthias Runge
  0 siblings, 0 replies; only message in thread
From: Matthias Runge @ 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 : a8e1444b854d7b4a86ebcb31877aca8356d28454
Author : Matthias Runge <mrunge@redhat.com>
Date   : 2015-02-02T10:52:51+01:00
Stats  : +62/-0 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-oslo-concurrency/c/a8e1444b854d7b4a86ebcb31877aca8356d28454?branch=noevent

Log:
initial import

---
diff --git a/.gitignore b/.gitignore
index e69de29..b2207fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/oslo.concurrency-1.4.1.tar.gz

diff --git a/python-oslo-concurrency.spec b/python-oslo-concurrency.spec
new file mode 100644
index 0000000..6853b57
--- /dev/null
+++ b/python-oslo-concurrency.spec
@@ -0,0 +1,60 @@
+# Created by pyp2rpm-1.1.2
+%global pypi_name oslo.concurrency
+
+Name:           python-oslo-concurrency
+Version:        1.4.1
+Release:        1%{?dist}
+Summary:        oslo.concurrency library
+
+License:        ASL 2.0
+URL:            http://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
+
+%description
+Oslo concurrency library has utilities for safely running multi-thread,
+multi-process applications using locking mechanisms and for running
+external processes.
+
+
+%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
+
+
+# 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}
+
+
+
+%files
+%doc html README.rst doc/source/readme.rst
+%license LICENSE
+%{python2_sitelib}/oslo_concurrency
+%{python2_sitelib}/oslo
+%{python2_sitelib}/%{pypi_name}-%{version}-py?.?-*.pth
+%{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
+%{_bindir}/lockutils-wrapper
+
+%changelog
+* Wed Jan 28 2015 Matthias Runge <mrunge@redhat.com> - 1.4.1-1
+- Initial package (rhbz#1186826)

diff --git a/sources b/sources
index e69de29..61f32a5 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ec6ff1c8c7f0d287f326407041c9cf2a  oslo.concurrency-1.4.1.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: initial import Matthias Runge

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