14
0

- update to 3.0.0:

* Add support for Python 3.9, 3.10 and 3.11.
  * Drop support for Python 2.7, 3.4, 3.5, and 3.6.
  * Add Github Actions workflow to exercise unit tests /
    coverage.
- Update to v2.4.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-repoze.who?expand=0&rev=20
This commit is contained in:
2023-12-08 13:41:34 +00:00
committed by Git OBS Bridge
parent 78f7679f8f
commit f9a95cf50c
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Dec 8 13:40:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.0.0:
* Add support for Python 3.9, 3.10 and 3.11.
* Drop support for Python 2.7, 3.4, 3.5, and 3.6.
* Add Github Actions workflow to exercise unit tests /
coverage.
-------------------------------------------------------------------
Sun Jun 11 13:24:49 UTC 2023 - ecsos <ecsos@opensuse.org>
@@ -6,7 +15,7 @@ Sun Jun 11 13:24:49 UTC 2023 - ecsos <ecsos@opensuse.org>
-------------------------------------------------------------------
Sat Dec 3 00:21:39 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v2.4.1
- 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.