14
0
forked from pool/python-pyotp

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
This commit is contained in:
Tomáš Chvátal
2019-07-30 14:14:19 +00:00
committed by Git OBS Bridge
parent 9a0a97542d
commit d2d669666f
4 changed files with 12 additions and 4 deletions

View File

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

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

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

View File

@@ -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 <tchvatal@suse.com>

View File

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