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-barbicanclient] f45: Sync from RDO dalmatian release from python-barbicanclient-7.0.0-1.el9s
Date: Sun, 30 Aug 2026 13:16:24 GMT	[thread overview]
Message-ID: <178809578469.1.6943630534995491333.rpms-python-barbicanclient-c970d38a62b7@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-barbicanclient
Branch : f45
Commit : c970d38a62b7631b7169e96cc35b3576da87b841
Author : Joel Capitao <jcapitao@redhat.com>
Date   : 2024-10-07T17:03:10+02:00
Stats  : +12/-6 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-barbicanclient/c/c970d38a62b7631b7169e96cc35b3576da87b841?branch=f45

Log:
Sync from RDO dalmatian release from python-barbicanclient-7.0.0-1.el9s

---
diff --git a/.gitignore b/.gitignore
index f7a52fe..5273725 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,6 @@
 /python-barbicanclient-5.7.0.tar.gz
 /0x2ef3fe0ec2b075ab7458b5f8b702b20b13df2318.txt
 /python-barbicanclient-5.7.0.tar.gz.asc
+/python-barbicanclient-7.0.0.tar.gz
+/0xf8675126e2411e7748dd46662fc2093e4682645f.txt
+/python-barbicanclient-7.0.0.tar.gz.asc

diff --git a/python-barbicanclient.spec b/python-barbicanclient.spec
index 3b0232f..404adbf 100644
--- a/python-barbicanclient.spec
+++ b/python-barbicanclient.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
 %global excluded_brs doc8 bandit pre-commit hacking flake8-import-order
@@ -18,8 +18,8 @@ Python library for accessing the API (barbicanclient module), and \
 a command-line script (barbican).
 
 Name:           python-barbicanclient
-Version:        5.7.0
-Release:        3%{?dist}
+Version:        7.0.0
+Release:        1%{?dist}
 Summary:        Client Library for OpenStack Barbican Key Management API
 
 License:        Apache-2.0
@@ -119,6 +119,9 @@ ln -s ./barbican %{buildroot}%{_bindir}/barbican-3
 %endif
 
 %changelog
+* Mon Oct 07 2024 Joel Capitao <jcapitao@redhat.com> 7.0.0-1
+- Update to upstream version 7.0.0
+
 * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
 

diff --git a/sources b/sources
index f091f0a..a2e94cb 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (python-barbicanclient-5.7.0.tar.gz) = 1a411accc3d603b0c46ae0eb7a2c01de089b5dedb6ba7b679f1b47ccfd07e8d0262e3129d127d7a033d7457e9814e636bf660839322c0c9af62ed519efd1c3b9
-SHA512 (0x2ef3fe0ec2b075ab7458b5f8b702b20b13df2318.txt) = 488347c83564c41c9cbc8d49d83854786f09ddbb6fde7e7dfbbb2371e89b3df3e9e392a2a541e0be9bff022babbc5afc4ffecc89b43d573dc3574bff429cf8c9
-SHA512 (python-barbicanclient-5.7.0.tar.gz.asc) = 4c0919fa5653db63d06b85b2f1c1bbf344a4744d7143c03eed16b3f100bf03854361d42dd553bf28c4706db8999d5cbe022988dd75044be0e070636dec90baec
+SHA512 (python-barbicanclient-7.0.0.tar.gz) = b6ddb6881e1ab70e9a35562b3a12f55ebf6c1b84b61c0324f7e9547f109564f6fffeb3faacb8ef5ae74255c46795d571eae6a2f6bb3043c785018e48e23a7730
+SHA512 (0xf8675126e2411e7748dd46662fc2093e4682645f.txt) = 1e9471d80d44bb3570b8054e845583b4c06f7177dc4fa8a5907e6185806ce794a594bf42d5c336ee20004a58e53748f275b749816e75f4cc3b9fecb8075ccbdf
+SHA512 (python-barbicanclient-7.0.0.tar.gz.asc) = 1597a377157bdce1f71ddb415f94fe0ecea3dbc86e5901e0d734de38a9698b00e1f28449284c6cc1818dc658dfa4fef88e647cb8d0120cd1cb1397bf5739be0a

                 reply	other threads:[~2026-08-30 13:16 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=178809578469.1.6943630534995491333.rpms-python-barbicanclient-c970d38a62b7@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