14
0
Files
python-py-vapid/python-py-vapid.changes
Steve Kowalik 632f377f0b - 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
2021-09-08 04:27:59 +00:00

23 lines
887 B
Plaintext

-------------------------------------------------------------------
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>
- Tidy spec, removing unnecessary build dependencies
-------------------------------------------------------------------
Wed Aug 14 18:02:53 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>
- Initial release of python-py-vapid 1.7.0
- Add skip-test_sign_01.patch to skip a test that fails randomly