forked from pool/python-pyotp
- update to v2.8.0:
* Modify OTP generation to run in constant time * Documentation improvements * Drop Python 3.6 support; introduce Python 3.11 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyotp?expand=0&rev=11
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyotp
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,13 +19,14 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-pyotp
|
||||
Version: 2.7.0
|
||||
Version: 2.8.0
|
||||
Release: 0
|
||||
Summary: Python One Time Password Library
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/pyotp/pyotp
|
||||
URL: https://github.com/pyauth/pyotp
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pyotp/pyotp-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
|
Reference in New Issue
Block a user