diff --git a/-1.7.0.tar.gz b/-1.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/1.7.0.tar.gz b/1.7.0.tar.gz deleted file mode 100644 index 6d19090b6d9427603121eaba0067d918304d34ae..0000000000000000000000000000000000000000 Binary files a/1.7.0.tar.gz and /dev/null differ diff --git a/python-pecan.spec b/python-pecan.spec index a266fe90135657812b0df8fec5d667528f5b3a77..be5d300ec798f8f9410f5e16ac20a0295342ab38 100644 --- a/python-pecan.spec +++ b/python-pecan.spec @@ -5,7 +5,7 @@ Release: 1 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 +Source0: https://files.pythonhosted.org/packages/source/-//-%{version}.tar.gz BuildArch: noarch Requires: python3-logutils @@ -78,6 +78,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 26 2025 zhangzeyang0718 - 1.7.0-1 +- Update to 1.7.0 + * 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