14
0
forked from pool/python-pyotp

Accepting request 1046273 from devel:languages:python

- 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/request/show/1046273
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyotp?expand=0&rev=6
This commit is contained in:
2023-01-03 14:05:22 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce989faba0df77dc032b45e51c6cca42bcf20896c8d3d1e7cd759a53dc7d6cb5
size 16709

3
pyotp-2.8.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c2f5e17d9da92d8ec1f7de6331ab08116b9115adbabcba6e208d46fc49a98c5a
size 16873

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jan 2 18:54:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Wed Oct 12 14:54:55 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -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