From d2d669666f546c1c4561eaf3bef635cf6a9fb62632c1f28f7ec864732528f173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 30 Jul 2019 14:14:19 +0000 Subject: [PATCH] Accepting request 719816 from home:pgajdos - version update to 2.3.0 * Fix comparison behavior on Python 2.7 * Fix comparison of unicode chars (#78) * Minor documentation and test fixes OBS-URL: https://build.opensuse.org/request/show/719816 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyotp?expand=0&rev=3 --- pyotp-2.2.7.tar.gz | 3 --- pyotp-2.3.0.tar.gz | 3 +++ python-pyotp.changes | 8 ++++++++ python-pyotp.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 pyotp-2.2.7.tar.gz create mode 100644 pyotp-2.3.0.tar.gz diff --git a/pyotp-2.2.7.tar.gz b/pyotp-2.2.7.tar.gz deleted file mode 100644 index 241cb7c..0000000 --- a/pyotp-2.2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be0ffeabddaa5ee53e7204e7740da842d070cf69168247a3d0c08541b84de602 -size 11416 diff --git a/pyotp-2.3.0.tar.gz b/pyotp-2.3.0.tar.gz new file mode 100644 index 0000000..7cb0b97 --- /dev/null +++ b/pyotp-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc537e8acd985c5cbf51e11b7d53c42276fee017a73aec7c07380695671ca1a1 +size 11672 diff --git a/python-pyotp.changes b/python-pyotp.changes index e1b9f72..d517383 100644 --- a/python-pyotp.changes +++ b/python-pyotp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jul 30 12:00:33 UTC 2019 - pgajdos@suse.com + +- version update to 2.3.0 + * Fix comparison behavior on Python 2.7 + * Fix comparison of unicode chars (#78) + * Minor documentation and test fixes + ------------------------------------------------------------------- Tue Mar 26 12:52:02 UTC 2019 - Tomáš Chvátal diff --git a/python-pyotp.spec b/python-pyotp.spec index fe68167..73b1b04 100644 --- a/python-pyotp.spec +++ b/python-pyotp.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyotp -Version: 2.2.7 +Version: 2.3.0 Release: 0 Summary: Python One Time Password Library License: MIT