public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jeremy Cline <jeremycline@microsoft.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-fido2] f44: Update to v2.2.1
Date: Wed, 08 Jul 2026 18:28:55 GMT [thread overview]
Message-ID: <178353533528.1.15991004196217067498.rpms-python-fido2-f71eb7126564@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-08 18:28 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=178353533528.1.15991004196217067498.rpms-python-fido2-f71eb7126564@fedoraproject.org \
--to=jeremycline@microsoft.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