public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-fido2] f44: Update to v2.2.1
@ 2026-07-08 18:28 Jeremy Cline
  0 siblings, 0 replies; only message in thread
From: Jeremy Cline @ 2026-07-08 18:28 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-fido2
            Branch : f44
            Commit : f71eb71265640e2c52afd28c216d265e5aadc230
            Author : Jeremy Cline <jeremycline@microsoft.com>
            Date   : 2026-07-08T14:19:26-04:00
            Stats  : +4/-3 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-fido2/c/f71eb71265640e2c52afd28c216d265e5aadc230?branch=f44

            Log:
            Update to v2.2.1

Tests now depend on pyscard, so that's added as an optional build
dependency.

In a follow-up update, we might want to consider mapping that dependency
into RPM language. I _think_ it's the same thing as described in the
Python "Extras" section of the packaging guideline, but I'm not sure.

---
diff --git a/.gitignore b/.gitignore
index d436b26..ad358f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /python-fido2-1.2.0.tar.gz
 /python-fido2-2.0.0.tar.gz
 /python-fido2-2.1.1.tar.gz
+/python-fido2-2.2.1.tar.gz

diff --git a/python-fido2.spec b/python-fido2.spec
index 239d671..d36a4ad 100644
--- a/python-fido2.spec
+++ b/python-fido2.spec
@@ -1,7 +1,7 @@
 %global srcname fido2
 
 Name:           python-%{srcname}
-Version:        2.1.1
+Version:        2.2.1
 Release:        %autorelease
 Summary:        Functionality for FIDO 2.0, including USB device communication
 
@@ -36,13 +36,13 @@ For usage, see the examples/ directory.
 Summary: %summary
 BuildRequires:  python%{python3_pkgversion}-devel
 BuildRequires:  python%{python3_pkgversion}-pytest
+BuildRequires:  python3dist(pyscard)
 
 %description -n python%{python3_pkgversion}-%{srcname} %_description
 
 
 %prep
 %autosetup -p1
-%pyproject_patch_dependency cryptography:set_upper:49.0
 
 
 %generate_buildrequires

diff --git a/sources b/sources
index 47fc30c..1255a8d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (python-fido2-2.1.1.tar.gz) = ea7abe0950d95543e4ccf1ac15240a37f3aa0bdc2160975e71e8ee1779c834abbba8709d6fba787510fcf8d0502b1e2a45c96ea9d03d5c30f7d5004838eaa093
+SHA512 (python-fido2-2.2.1.tar.gz) = fcf00e7458083299b5e3a5b5be13b3139fc785408f64341cdd05717d40533659bb66d41db0a122536a824a8ec54f08255855c3656a428d4bcb5270dc696b7a5d

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-08 18:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-08 18:28 [rpms/python-fido2] f44: Update to v2.2.1 Jeremy Cline

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox