diff --git a/python-pecan.spec b/python-pecan.spec index a266fe90135657812b0df8fec5d667528f5b3a77..0a19cf18208073ae90cd8f7263efe588631c6644 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 2025 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