forked from pool/python-pecan
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| fa6b8cda43 | |||
| defe866f56 | |||
| 833a1c043a | |||
| e7024160c0 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6063272d5f860773fbb4b4b2ae1b09da8c954062ef871150c06cfdb2391d9355
|
||||
size 124161
|
||||
3
pecan-1.7.0.tar.gz
Normal file
3
pecan-1.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7de15bf4a2600dc584bed0f25431dfed6bf20a7a5bc935a48d2ce50063339815
|
||||
size 123025
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 27 12:36:08 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 1.7.0
|
||||
* added official support for Python 3.8 through 3.13 (#165)
|
||||
* extensions pecan imports via `pecan.ext` has been removed (#157)
|
||||
- Update BuildRequires and Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 7 10:19:18 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 1.6.0
|
||||
* address a few deprecation warnings
|
||||
* update doc to address upcoming setuptools deprecation
|
||||
* remove the colorlog dependency
|
||||
- Use Python 3.11 on SLE-15 by default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 07:08:18 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pecan
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -22,8 +22,9 @@
|
||||
%bcond_with libalternatives
|
||||
%endif
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pecan
|
||||
Version: 1.5.1
|
||||
Version: 1.7.0
|
||||
Release: 0
|
||||
Summary: A WSGI object-dispatching web framework
|
||||
License: BSD-3-Clause
|
||||
@@ -36,7 +37,6 @@ BuildRequires: %{python_module SQLAlchemy}
|
||||
BuildRequires: %{python_module WebOb >= 1.8}
|
||||
BuildRequires: %{python_module WebTest >= 1.3.1}
|
||||
BuildRequires: %{python_module gunicorn}
|
||||
BuildRequires: %{python_module logutils}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module virtualenv}
|
||||
@@ -50,7 +50,6 @@ Requires: python-Mako >= 0.4.0
|
||||
Requires: python-WebOb >= 1.8
|
||||
# Still needed by pecan.testing
|
||||
Requires: python-WebTest >= 1.3.1
|
||||
Requires: python-logutils >= 0.3
|
||||
Requires: python-setuptools
|
||||
%if %{with libalternatives}
|
||||
Requires: alts
|
||||
|
||||
Reference in New Issue
Block a user