14
0

- Update to 1.8.2:

* allow hyphens in sub domains (#96)
  * Fix argument declaration (#95)
  * use better host validation(#92)
  * do not enforce dot in sub claim email host part (#90)
  * switch to pytest from nose
  * fix JWT padding (Thanks @JohnDoee) #81 
- Drop skip-test_sign_01.patch, no longer required

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-vapid?expand=0&rev=3
This commit is contained in:
2021-09-08 04:27:59 +00:00
committed by Git OBS Bridge
parent 606c6b1523
commit 632f377f0b
5 changed files with 20 additions and 23 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Sep 8 04:27:28 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.8.2:
* allow hyphens in sub domains (#96)
* Fix argument declaration (#95)
* use better host validation(#92)
* do not enforce dot in sub claim email host part (#90)
* switch to pytest from nose
* fix JWT padding (Thanks @JohnDoee) #81
- Drop skip-test_sign_01.patch, no longer required
-------------------------------------------------------------------
Sun Jun 7 06:14:33 UTC 2020 - John Vandenberg <jayvdb@gmail.com>