- update to 3.2.0

* add type hints to top level functions
 * drop support for python 3.5 and older
 * drop legacy code

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=23
This commit is contained in:
2020-08-20 12:50:57 +00:00
committed by Git OBS Bridge
parent 2a6ad6cf77
commit a7970d89ae
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Aug 20 12:46:59 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 3.2.0
* add type hints to top level functions
* drop support for python 3.5 and older
* drop legacy code
-------------------------------------------------------------------
Wed May 13 11:20:23 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>