From d7664f3efbe76df41a25b1875960e6b4726c8d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AE=87=E5=93=B2?= Date: Thu, 4 Dec 2025 07:18:09 +0000 Subject: [PATCH] update python-pecan.spec. --- python-pecan.spec | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/python-pecan.spec b/python-pecan.spec index a266fe9..8310b9a 100644 --- a/python-pecan.spec +++ b/python-pecan.spec @@ -1,17 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-pecan Version: 1.7.0 -Release: 1 +Release: 2 Summary: A WSGI object-dispatching web framework, designed to be lean and fast, with few dependencies. License: BSD-3-Clause URL: https://github.com/pecan/pecan Source0: https://github.com/pecan/pecan/archive/refs/tags/%{version}.tar.gz BuildArch: noarch -Requires: python3-logutils Requires: python3-mako Requires: python3-webob -Requires: python3-six Requires: python3-setuptools %description @@ -22,12 +20,6 @@ Summary: A WSGI object-dispatching web framework, designed to be lean and Provides: python-pecan BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-jinja2 -BuildRequires: python3-pep8 -BuildRequires: python3-sqlalchemy -BuildRequires: python3-uWSGI -BuildRequires: python3-webtest -BuildRequires: python3-virtualenv %description -n python3-pecan A WSGI object-dispatching web framework, designed to be lean and fast with few dependencies. @@ -78,6 +70,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 4 12 liyuzhe - 1.7.0-2 +- Remove unnecessary runtime dependencies: python3-six, python3-logutils +- Remove unnecessary build dependencies + * Wed Jul 30 2025 Ge Wang - 1.7.0-1 - Update package to version 1.7.0 * added official support for Python 3.8 through 3.13 -- Gitee