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: add py3-tests package
Date: Sun, 07 Jun 2026 12:40:21 GMT [thread overview]
Message-ID: <178083602141.1.10068252322714275914.rpms-python-oslo-concurrency-4b8a6f5201c2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-oslo-concurrency
Branch : noevent
Commit : 4b8a6f5201c24851345cf7d8c8687115340dac82
Author : Matthias Runge <mrunge@redhat.com>
Date : 2016-06-08T12:14:57+02:00
Stats : +28/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-oslo-concurrency/c/4b8a6f5201c24851345cf7d8c8687115340dac82?branch=noevent
Log:
add py3-tests package
---
diff --git a/python-oslo-concurrency.spec b/python-oslo-concurrency.spec
index f4957b3..b3d9357 100644
--- a/python-oslo-concurrency.spec
+++ b/python-oslo-concurrency.spec
@@ -9,7 +9,7 @@
Name: python-oslo-concurrency
Version: 3.6.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: OpenStack Oslo concurrency library
License: ASL 2.0
@@ -17,6 +17,11 @@ URL: https://launchpad.net/oslo
Source0: https://pypi.python.org/packages/source/o/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch: noarch
+%description
+Oslo concurrency library has utilities for safely running multi-thread,
+multi-process applications using locking mechanisms and for running
+external processes.
+
%package -n python2-%{pkg_name}
Summary: OpenStack Oslo concurrency library
%{?python_provide:%python_provide python2-%{pkg_name}}
@@ -106,10 +111,19 @@ multi-process applications using locking mechanisms and for running
external processes.
%endif
-%description
-Oslo concurrency library has utilities for safely running multi-thread,
-multi-process applications using locking mechanisms and for running
-external processes.
+%if 0%{?with_python3}
+%package -n python3-%{pkg_name}-tests
+Summary: Tests for the Oslo concurrency library
+
+Requires: python3-%{pkg_name} = %{version}-%{release}
+Requires: python3-hacking
+Requires: python3-oslotest
+Requires: python3-coverage
+Requires: python3-fixtures
+
+%description -n python3-%{pkg_name}-tests
+Tests for the Oslo concurrency library.
+%endif
%prep
%setup -q -n %{pypi_name}-%{upstream_version}
@@ -166,7 +180,15 @@ rm -rf .testrepository
%exclude %{python3_sitelib}/oslo_concurrency/tests
%endif
+%if 0%{?with_python3}
+%files -n python3-%{pkg_name}-tests
+%{python3_sitelib}/oslo_concurrency/tests
+%endif
+
%changelog
-* Wed Mar 23 2016 Haikel Guemar <hguemar@fedoraproject.org> 3.6.0-
+* Fri Jun 03 2016 Charalampos Stratakis <cstratak@redhat.com> 3.6.0-2
+- Provide a python 3 tests subpackage
+
+* Wed Mar 23 2016 Haikel Guemar <hguemar@fedoraproject.org> 3.6.0-1
- Update to 3.6.0
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=178083602141.1.10068252322714275914.rpms-python-oslo-concurrency-4b8a6f5201c2@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