public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Joel Capitao <jcapitao@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-oslo-concurrency] noevent: Sync from RDO dalmatian release from python-oslo-concurrency-6.1.0-1.el9s
Date: Sun, 07 Jun 2026 12:40:44 GMT [thread overview]
Message-ID: <178083604488.1.16519212545088922414.rpms-python-oslo-concurrency-baa757b012fb@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-oslo-concurrency
Branch : noevent
Commit : baa757b012fb9c59435ed24e8a47d516c84ecac9
Author : Joel Capitao <jcapitao@redhat.com>
Date : 2024-10-09T10:01:28+02:00
Stats : +19/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-oslo-concurrency/c/baa757b012fb9c59435ed24e8a47d516c84ecac9?branch=noevent
Log:
Sync from RDO dalmatian release from python-oslo-concurrency-6.1.0-1.el9s
---
diff --git a/.gitignore b/.gitignore
index 6191dc5..868e679 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,6 @@
/0x2ef3fe0ec2b075ab7458b5f8b702b20b13df2318.txt
/oslo.concurrency-6.0.0.tar.gz
/oslo.concurrency-6.0.0.tar.gz.asc
+/0xf8675126e2411e7748dd46662fc2093e4682645f.txt
+/oslo.concurrency-6.1.0.tar.gz.asc
+/oslo.concurrency-6.1.0.tar.gz
diff --git a/python-oslo-concurrency.spec b/python-oslo-concurrency.spec
index e1a474e..ae8b9b6 100644
--- a/python-oslo-concurrency.spec
+++ b/python-oslo-concurrency.spec
@@ -1,5 +1,5 @@
%{!?sources_gpg: %{!?dlrn:%global sources_gpg 1} }
-%global sources_gpg_sign 0x2ef3fe0ec2b075ab7458b5f8b702b20b13df2318
+%global sources_gpg_sign 0xf8675126e2411e7748dd46662fc2093e4682645f
%{!?upstream_version: %global upstream_version %{version}%{?milestone}}
# we are excluding some BRs from automatic generator
@@ -8,6 +8,10 @@
%if ! 0%{?with_doc}
%global excluded_brs %{excluded_brs} sphinx openstackdocstheme
%endif
+# Exclude some BRs for Fedora
+%if 0%{?fedora}
+%global excluded_brs %{excluded_brs} eventlet
+%endif
%global with_doc 1
%global pypi_name oslo.concurrency
@@ -22,8 +26,8 @@ external processes.
Tests for the Oslo concurrency library.
Name: python-oslo-concurrency
-Version: 6.0.0
-Release: 2%{?dist}
+Version: 6.1.0
+Release: 1%{?dist}
Summary: OpenStack Oslo concurrency library
License: Apache-2.0
@@ -94,6 +98,9 @@ sed -i /^[[:space:]]*-c{env:.*_CONSTRAINTS_FILE.*/d tox.ini
sed -i "s/^deps = -c{env:.*_CONSTRAINTS_FILE.*/deps =/" tox.ini
sed -i /^minversion.*/d tox.ini
sed -i /^requires.*virtualenv.*/d tox.ini
+%if 0%{?fedora}
+sed -i "s/TEST_EVENTLET=.*/TEST_EVENTLET=1/" tox.ini
+%endif
# Exclude some bad-known BRs
for pkg in %{excluded_brs}; do
@@ -166,6 +173,9 @@ mv %{buildroot}%{python3_sitelib}/oslo_concurrency/locale %{buildroot}%{_datadir
%license LICENSE
%changelog
+* Tue Oct 08 2024 Joel Capitao <jcapitao@redhat.com> 6.1.0-1
+- Update to upstream version 6.1.0
+
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
diff --git a/sources b/sources
index a2b0c89..35c8d23 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (0x2ef3fe0ec2b075ab7458b5f8b702b20b13df2318.txt) = 488347c83564c41c9cbc8d49d83854786f09ddbb6fde7e7dfbbb2371e89b3df3e9e392a2a541e0be9bff022babbc5afc4ffecc89b43d573dc3574bff429cf8c9
-SHA512 (oslo.concurrency-6.0.0.tar.gz) = 6a706e0590f6e29ab560e4133ffdb8dbd6c2cb2dc7cd16acd803ca93800a38223f57eec8c79698c9fe5bf47b1cdcbb89e1a98d3ea36f03a9ccee9da9ab39a0d9
-SHA512 (oslo.concurrency-6.0.0.tar.gz.asc) = 1be8978b2dc5c97475bb48f89ad97187e1278a06b48a65a7cc42d10b4941156e4537db5f25705d7dbc5c4119d5de1c0f48ab4b7997e4e7e635cce42ef6a8ac38
+SHA512 (0xf8675126e2411e7748dd46662fc2093e4682645f.txt) = 1e9471d80d44bb3570b8054e845583b4c06f7177dc4fa8a5907e6185806ce794a594bf42d5c336ee20004a58e53748f275b749816e75f4cc3b9fecb8075ccbdf
+SHA512 (oslo.concurrency-6.1.0.tar.gz.asc) = 46a8d0174a7f55f35eb1b15fc4397941158536e9f67fd5e302563d59601ce1c69f24eb17db5d7b5709dae7ccd7eb3ad1229e927ea23059cd8d586868ab39ecfd
+SHA512 (oslo.concurrency-6.1.0.tar.gz) = dfee864dae2f69d5e1ae32213bf09bffdd492131a04ba3df9ec9c9a793f2b1b6f4cae809977bf732bb310009116d762768adac4946afcfef49bd8dc993eee777
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=178083604488.1.16519212545088922414.rpms-python-oslo-concurrency-baa757b012fb@fedoraproject.org \
--to=jcapitao@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