From 18169f96a7b6731496c2820693f32204b3663b151deda66344098c55cf29b4a6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Dec 2023 21:31:14 +0000 Subject: [PATCH] - update to 2.9.0: * Add `parse_uri()` support for Steam TOTP (#153) * Test and documentation improvements OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyotp?expand=0&rev=13 --- pyotp-2.8.0.tar.gz | 3 --- pyotp-2.9.0.tar.gz | 3 +++ python-pyotp.changes | 7 +++++++ python-pyotp.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 pyotp-2.8.0.tar.gz create mode 100644 pyotp-2.9.0.tar.gz diff --git a/pyotp-2.8.0.tar.gz b/pyotp-2.8.0.tar.gz deleted file mode 100644 index f14abcf..0000000 --- a/pyotp-2.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2f5e17d9da92d8ec1f7de6331ab08116b9115adbabcba6e208d46fc49a98c5a -size 16873 diff --git a/pyotp-2.9.0.tar.gz b/pyotp-2.9.0.tar.gz new file mode 100644 index 0000000..13efb82 --- /dev/null +++ b/pyotp-2.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:346b6642e0dbdde3b4ff5a930b664ca82abfa116356ed48cc42c7d6590d36f63 +size 17763 diff --git a/python-pyotp.changes b/python-pyotp.changes index 38e7007..037422a 100644 --- a/python-pyotp.changes +++ b/python-pyotp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 14 21:30:56 UTC 2023 - Dirk Müller + +- update to 2.9.0: + * Add `parse_uri()` support for Steam TOTP (#153) + * Test and documentation improvements + ------------------------------------------------------------------- Mon Jan 2 18:54:50 UTC 2023 - Dirk Müller diff --git a/python-pyotp.spec b/python-pyotp.spec index b7b1b68..41233c7 100644 --- a/python-pyotp.spec +++ b/python-pyotp.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pyotp -Version: 2.8.0 +Version: 2.9.0 Release: 0 Summary: Python One Time Password Library License: MIT