- 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:
parent
78f7679f8f
commit
f9a95cf50c
@ -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.
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-repoze.who
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global modname repoze.who
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-repoze.who
|
||||
Version: 2.4.1
|
||||
Version: 3.0.0
|
||||
Release: 0
|
||||
Summary: Identification and authentication framework for WSGI
|
||||
License: SUSE-Repoze
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a4c9b9268b4ff0edd906e97c2eed7ce83eb9f62e4250bfe03bcdbba6d31a237
|
||||
size 316794
|
3
repoze.who-3.0.0.tar.gz
Normal file
3
repoze.who-3.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e955adf00c1f0b0c715e828979a237ec4bf7ee70827bd97f5e17bf82760dcb30
|
||||
size 315628
|
Loading…
Reference in New Issue
Block a user