1
0

Accepting request 1039691 from home:yarunachalam:branches:devel:languages:python

- Update to v2.4.1 
  * Disallow separators in AuthTicket component values. Closes #37.
  * Handle bytes / string correctly in ‘repoze.who.plugins.htpasswd.sha1_check’. Closes #28.
  * Switch to use pytest as the testrunner. Closes #34.

OBS-URL: https://build.opensuse.org/request/show/1039691
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-repoze.who?expand=0&rev=16
This commit is contained in:
2022-12-03 07:32:55 +00:00
committed by Git OBS Bridge
parent 7b9e1585d0
commit 7d4431fd16
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Dec 3 00:21:39 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v2.4.1
* Disallow separators in AuthTicket component values. Closes #37.
* Handle bytes / string correctly in repoze.who.plugins.htpasswd.sha1_check. Closes #28.
* Switch to use pytest as the testrunner. Closes #34.
-------------------------------------------------------------------
Mon Aug 3 11:09:47 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>