public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: karolinku <kkula@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-oslo-concurrency] noevent: Sync from RDO antelope release from python-oslo-concurrency-5.1.1-2.el9s
Date: Sun, 07 Jun 2026 12:40:39 GMT	[thread overview]
Message-ID: <178083603999.1.2307490274551344194.rpms-python-oslo-concurrency-e0cbcb59901e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-oslo-concurrency
Branch : noevent
Commit : e0cbcb59901ef5b4c1b745669ff05027454bfc9e
Author : karolinku <kkula@redhat.com>
Date   : 2023-04-14T17:32:09+02:00
Stats  : +11/-7 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-oslo-concurrency/c/e0cbcb59901ef5b4c1b745669ff05027454bfc9e?branch=noevent

Log:
Sync from RDO antelope release from python-oslo-concurrency-5.1.1-2.el9s

---
diff --git a/.gitignore b/.gitignore
index f398225..b351999 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,6 @@
 /oslo.concurrency-5.0.1.tar.gz
 /0xa63ea142678138d1bb15f2e303bdfd64dd164087.txt
 /oslo.concurrency-5.0.1.tar.gz.asc
+/oslo.concurrency-5.1.1.tar.gz
+/0xa7475c5f2122fec3f90343223fe3bf5aad1080e4.txt
+/oslo.concurrency-5.1.1.tar.gz.asc

diff --git a/python-oslo-concurrency.spec b/python-oslo-concurrency.spec
index c53e114..9442868 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 0xa63ea142678138d1bb15f2e303bdfd64dd164087
+%global sources_gpg_sign 0xa7475c5f2122fec3f90343223fe3bf5aad1080e4
 
 %{!?upstream_version: %global upstream_version %{version}%{?milestone}}
 %global with_doc 1
@@ -16,7 +16,7 @@ external processes.
 Tests for the Oslo concurrency library.
 
 Name:           python-oslo-concurrency
-Version:        5.0.1
+Version:        5.1.1
 Release:        2%{?dist}
 Summary:        OpenStack Oslo concurrency library
 
@@ -93,8 +93,6 @@ Requires:  python3-%{pkg_name} = %{version}-%{release}
 Requires:  python3-hacking
 Requires:  python3-oslotest
 Requires:  python3-fixtures
-Requires:  python3-tox
-Requires:  python3-tox-current-env
 Requires:  python3-stestr
 
 %description -n python3-%{pkg_name}-tests
@@ -166,6 +164,9 @@ mv %{buildroot}%{python3_sitelib}/oslo_concurrency/locale %{buildroot}%{_datadir
 %license LICENSE
 
 %changelog
+* Fri Apr 14 2023 Karolina Kula <kkula@redhat.com> 5.1.1-2
+- Update to upstream version 5.1.1
+
 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 

diff --git a/sources b/sources
index c76ba0d..0c4510e 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (oslo.concurrency-5.0.1.tar.gz) = 5987900e71020b2b8b77eac69c3541647c1600cb8a51f02d45938367e45ddce5e71b874a1eda79aadfec51d639fdb895f056964d0b4bd9bba597ae9423f35463
-SHA512 (0xa63ea142678138d1bb15f2e303bdfd64dd164087.txt) = 2701e33e10913b01b0537b7a8f7ace21c2aa40fa8e9ea3f88d0ba7d1543d97bbcca3c8301fa04f1376a46fabbbc4a9d2da5b667ca2bbf1874a3de8d49b4322c7
-SHA512 (oslo.concurrency-5.0.1.tar.gz.asc) = fe4b3daf87200a5074700b9f20b40b205082f65002009793e9a306b88800500dbe924ac34cf633c12c6f205ee7ab85e4b327c726c6c8656fa34f8ed8bbf570e4
+SHA512 (oslo.concurrency-5.1.1.tar.gz) = 2eac13529f1635d39b5866d20d1f077ddcb2a676e78f4f50abe1df13c2fbf9f85aea1b360fde01e983459dcdc4958783477a87eb8fad106362e81e0f77b36561
+SHA512 (0xa7475c5f2122fec3f90343223fe3bf5aad1080e4.txt) = cc8731a0fbdf791e51887609d13ee0ba402528572ab075419be998e29510211a6423fdfabc694eef8b654403d43cdcfc6b06ee244df58c5c4abc3e77ce85da24
+SHA512 (oslo.concurrency-5.1.1.tar.gz.asc) = 65920b049b3bceddb7578aba1eff817c9cc5064c7af72085e912869a02405dbaa2ce788cc9f8bd3c166c29f55a054df07fd6afc483620ff981d7095e4ef8bb00

                 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=178083603999.1.2307490274551344194.rpms-python-oslo-concurrency-e0cbcb59901e@fedoraproject.org \
    --to=kkula@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