public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Matthias Runge <mrunge@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-oslo-concurrency] noevent: initial import
Date: Sun, 07 Jun 2026 12:40:16 GMT	[thread overview]
Message-ID: <178083601655.1.7856892675823662618.rpms-python-oslo-concurrency-a8e1444b854d@fedoraproject.org> (raw)

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

                 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=178083601655.1.7856892675823662618.rpms-python-oslo-concurrency-a8e1444b854d@fedoraproject.org \
    --to=mrunge@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