diff --git a/pyotp-2.7.0.tar.gz b/pyotp-2.7.0.tar.gz deleted file mode 100644 index 8a6d731..0000000 --- a/pyotp-2.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce989faba0df77dc032b45e51c6cca42bcf20896c8d3d1e7cd759a53dc7d6cb5 -size 16709 diff --git a/pyotp-2.8.0.tar.gz b/pyotp-2.8.0.tar.gz new file mode 100644 index 0000000..f14abcf --- /dev/null +++ b/pyotp-2.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f5e17d9da92d8ec1f7de6331ab08116b9115adbabcba6e208d46fc49a98c5a +size 16873 diff --git a/python-pyotp.changes b/python-pyotp.changes index e810047..38e7007 100644 --- a/python-pyotp.changes +++ b/python-pyotp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jan 2 18:54:50 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-pyotp.spec b/python-pyotp.spec index 1b3f2d5..b7b1b68 100644 --- a/python-pyotp.spec +++ b/python-pyotp.spec @@ -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