public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pykmip] rawhide: Update to v0.11.0
@ 2026-09-10 8:02 Steve Traylen
0 siblings, 0 replies; only message in thread
From: Steve Traylen @ 2026-09-10 8:02 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-pykmip
Branch : rawhide
Commit : 6129afc21ac66f541c6b050813f81efbcd0d2c73
Author : Steve Traylen <steve.traylen@cern.ch>
Date : 2026-09-10T10:00:59+02:00
Stats : +8/-31 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-pykmip/c/6129afc21ac66f541c6b050813f81efbcd0d2c73?branch=rawhide
Log:
Update to v0.11.0
- Resolves: rhbz#2531129
---
diff --git a/.gitignore b/.gitignore
index bcf3b1e..23ed3d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/PyKMIP-0.5.0.tar.gz
/PyKMIP-0.8.0.tar.gz
/PyKMIP-0.10.0.tar.gz
+/pykmip-0.11.0.tar.gz
diff --git a/645cbf2ae931b03b8f5ebe2458683da1b2276794.patch b/645cbf2ae931b03b8f5ebe2458683da1b2276794.patch
deleted file mode 100644
index d22516a..0000000
--- a/645cbf2ae931b03b8f5ebe2458683da1b2276794.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 645cbf2ae931b03b8f5ebe2458683da1b2276794 Mon Sep 17 00:00:00 2001
-From: Joel Capitao <jcapitao@redhat.com>
-Date: Tue, 15 Sep 2020 15:50:41 +0200
-Subject: [PATCH] Set the except clause as a parenthesized tuple
-
----
- kmip/demos/pie/locate.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/kmip/demos/pie/locate.py b/kmip/demos/pie/locate.py
-index 549056e7..7aedce11 100644
---- a/kmip/demos/pie/locate.py
-+++ b/kmip/demos/pie/locate.py
-@@ -63,7 +63,7 @@
- for initial_date in initial_dates:
- try:
- t = time.strptime(initial_date)
-- except ValueError, TypeError:
-+ except (ValueError, TypeError):
- logger.error(
- "Invalid initial date provided: {}".format(initial_date)
- )
diff --git a/python-pykmip.spec b/python-pykmip.spec
index a8812d5..05728d3 100644
--- a/python-pykmip.spec
+++ b/python-pykmip.spec
@@ -1,5 +1,4 @@
-%global pypi_name PyKMIP
-%global sname pykmip
+%global pypi_name pykmip
%global _description %{expand:
PyKMIP is a Python implementation of the Key Management Interoperability
@@ -8,15 +7,14 @@ storage and maintenance of key, certificate, and secret objects. The
standard is governed by the `Organization for the Advancement of
Structured InformationStandards`_ (OASIS).}
-Name: python-%{sname}
-Version: 0.10.0
+Name: python-%{pypi_name}
+Version: 0.11.0
Release: %autorelease
Summary: Python implementation of the Key Management Interoperability Protocol
License: Apache-2.0
URL: https://github.com/OpenKMIP/PyKMIP
Source0: %{pypi_source %{pypi_name}}
-Patch0: https://github.com/OpenKMIP/PyKMIP/commit/645cbf2ae931b03b8f5ebe2458683da1b2276794.patch
BuildArch: noarch
BuildRequires: python3-devel
@@ -26,11 +24,11 @@ BuildRequires: python3-devel
%_description
-%package -n python3-%{sname}
+%package -n python3-%{pypi_name}
Summary: Python implementation of the Key Management Interoperability Protocol
-%description -n python3-%{sname}
+%description -n python3-%{pypi_name}
%_description
@@ -59,7 +57,7 @@ sed -i 's/"enum-compat",//' setup.py
%pyproject_check_import kmip
-%files -n python3-%{sname} -f %{pyproject_files}
+%files -n python3-%{pypi_name} -f %{pyproject_files}
%doc README.rst
%license LICENSE.txt
%{_bindir}/pykmip-server
diff --git a/sources b/sources
index 4b77e51..49dffe4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (PyKMIP-0.10.0.tar.gz) = 54daeb1a8ad0136b5a7f036a49df8fe6a6919a6e94ccd312081f73d64fbfa43ca133acf89200dbabfe30f0b890732a32494e511b1233e018ad7581e730bb0fd1
+SHA512 (pykmip-0.11.0.tar.gz) = f161fc5e5621fb7d26e04d29ae41886f181fca5bd6a7080f359c64ada1dd58fbc26a6fcbb0b55b46822dc341cff190599499ea5274c7d617ab374a3add07adbe
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-10 8:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 8:02 [rpms/python-pykmip] rawhide: Update to v0.11.0 Steve Traylen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox