diff --git a/1.6.0.tar.gz b/1.6.0.tar.gz deleted file mode 100644 index b860889b8c26ac23819d4417a14ab3df4ec3e33b..0000000000000000000000000000000000000000 Binary files a/1.6.0.tar.gz and /dev/null differ diff --git a/1.7.0.tar.gz b/1.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6d19090b6d9427603121eaba0067d918304d34ae Binary files /dev/null and b/1.7.0.tar.gz differ diff --git a/python-pecan.spec b/python-pecan.spec index e9601d2ab768e2ce17d6077671a7b6cd54918a51..672dc87bd5fcec32efeefc9f254f64db75bccd16 100644 --- a/python-pecan.spec +++ b/python-pecan.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-pecan -Version: 1.6.0 +Version: 1.7.0 Release: 1 Summary: A WSGI object-dispatching web framework, designed to be lean and fast, with few dependencies. License: BSD-3-Clause @@ -78,6 +78,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon 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 + * extensions pecan imports via `pecan.ext` has been removed + * Fri Jun 13 2025 yanyu - 1.6.0-1 - Upgrade package to version 1.6.0