14
0
forked from pool/python-scrypt

- update to 0.8.17:

* add_dll_directory for python 3.8 on windows, as importlib.util.find_spec does not search all paths anymore
  * Add additional test vector from RFC

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scrypt?expand=0&rev=9
This commit is contained in:
2020-12-01 14:32:03 +00:00
committed by Git OBS Bridge
parent 606d4eb941
commit 467bc15c8e
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Dec 1 14:31:41 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.8.17:
* add_dll_directory for python 3.8 on windows, as importlib.util.find_spec does not search all paths anymore
* Add additional test vector from RFC
-------------------------------------------------------------------
Tue Jun 2 17:10:15 UTC 2020 - Dirk Mueller <dmueller@suse.com>