public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orion Poplawski <orion@nwra.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-fido2] epel10.2: Update to 0.9.0
Date: Fri, 21 Aug 2026 13:51:23 GMT	[thread overview]
Message-ID: <178732028361.1.13654543863823267410.rpms-python-fido2-c3eaa1a61cd9@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-fido2
Branch : epel10.2
Commit : c3eaa1a61cd9d26f01b8ed32a3af1f93b2a0c91f
Author : Orion Poplawski <orion@nwra.com>
Date   : 2021-01-24T21:28:39-07:00
Stats  : +13/-9 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/python-fido2/c/c3eaa1a61cd9d26f01b8ed32a3af1f93b2a0c91f?branch=epel10.2

Log:
Update to 0.9.0

---
diff --git a/.gitignore b/.gitignore
index a115b1a..175213a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /python-python-fido2-0.7.1.tar.gz
 /python-python-fido2-0.7.2.tar.gz
 /python-python-fido2-0.8.1.tar.gz
+/python-python-fido2-0.9.0.tar.gz

diff --git a/python-fido2-setup.patch b/python-fido2-setup.patch
index b7d0498..a9f7b6f 100644
--- a/python-fido2-setup.patch
+++ b/python-fido2-setup.patch
@@ -1,5 +1,5 @@
 diff --git a/setup.py b/setup.py
-index fa723fc..2e82922 100755
+index ad6d3d5..7c5018e 100755
 --- a/setup.py
 +++ b/setup.py
 @@ -58,7 +58,7 @@ setup(
@@ -8,6 +8,6 @@ index fa723fc..2e82922 100755
      ],
 -    extras_require={':python_version < "3.4"': ["enum34"], "pcsc": ["pyscard"]},
 +    extras_require={"pcsc": ["pyscard"]},
-     test_suite="test",
-     tests_require=["mock>=1.0.1", 'pyfakefs>=3.4;platform_system=="Linux"'],
      classifiers=[
+         "License :: OSI Approved :: BSD License",
+         "License :: OSI Approved :: Apache Software License",

diff --git a/python-fido2.spec b/python-fido2.spec
index 684588d..7f3a418 100644
--- a/python-fido2.spec
+++ b/python-fido2.spec
@@ -16,8 +16,8 @@
 %global srcname fido2
 
 Name:           python-%{srcname}
-Version:        0.8.1
-Release:        5%{?dist}
+Version:        0.9.0
+Release:        1%{?dist}
 Summary:        Functionality for FIDO 2.0, including USB device communication
 
 # Main code is BSD
@@ -146,11 +146,11 @@ Requires:       python%{python3_other_pkgversion}-six
 
 %check
 %if %{with python2} && %{with python_tests}
-%{__python2} setup.py test
+%{__python2} -m unittest discover -v
 %endif
-%{__python3} setup.py test
+%{__python3} -m unittest discover -v
 %if 0%{?python3_other_pkgversion}
-%{__python3_other} setup.py test
+%{__python3_other} -m unittest discover -v
 %endif
 
 
@@ -178,6 +178,9 @@ Requires:       python%{python3_other_pkgversion}-six
 
 
 %changelog
+* Mon Jan 25 2021 Orion Poplawski <orion@nwra.com> - 0.9.0-1
+- Update to 0.9.0
+
 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
 

diff --git a/sources b/sources
index 8a0af2a..6c696c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (python-python-fido2-0.8.1.tar.gz) = 510c4fa11ff4f431d88171156fbbaf4326c7b7a24586eb1c566e075bb673adf542d07c7b1e2163fb3972d59799ca7d4ddc22f3e79a8f05e2ea1f8bcfe63cc5bc
+SHA512 (python-python-fido2-0.9.0.tar.gz) = 572234f191775d882f8de9f21ad95df4fd6fd1e546c217a5517e953cdd79f86850045afb15eef1589144169f875b08edbc08c517f26672f8d6460818f9c11026

                 reply	other threads:[~2026-08-21 13:51 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=178732028361.1.13654543863823267410.rpms-python-fido2-c3eaa1a61cd9@fedoraproject.org \
    --to=orion@nwra.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