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