SHA256
1
0
forked from pool/python-pecan

4 Commits

Author SHA256 Message Date
fa6b8cda43 Accepting request 1296594 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1296594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pecan?expand=0&rev=36
2025-07-31 15:45:10 +00:00
defe866f56 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=73
2025-07-30 14:48:29 +00:00
833a1c043a Accepting request 1267652 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1267652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pecan?expand=0&rev=35
2025-04-08 15:51:04 +00:00
e7024160c0 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=71
2025-04-07 12:14:04 +00:00
4 changed files with 23 additions and 7 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7de15bf4a2600dc584bed0f25431dfed6bf20a7a5bc935a48d2ce50063339815
size 123025

View File

@@ -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>

View File

@@ -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