14
0
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:
2023-01-02 18:57:49 +00:00
committed by Git OBS Bridge
parent f36d87cfc9
commit 291bc31337
4 changed files with 15 additions and 6 deletions

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>