diff --git a/pecan-1.5.1.tar.gz b/pecan-1.5.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..84e7c73c268a2ea55cf358708e48fd3521bfcd9a Binary files /dev/null and b/pecan-1.5.1.tar.gz differ diff --git a/python-pecan.spec b/python-pecan.spec index b05209c0b3b346d2d29f5391e9e015c59f7c972f..19e1b1bfdd56e911a6ec1158ffbc2c82ced8c81b 100644 --- a/python-pecan.spec +++ b/python-pecan.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pecan -Version: 1.4.2 +Version: 1.5.1 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://files.pythonhosted.org/packages/14/14/e1c5336c1b66c380620daf5b880f2371584d42c4c4a265dcf7ce341c9b66/pecan-1.4.2.tar.gz +Source0: https://files.pythonhosted.org/packages/14/14/e1c5336c1b66c380620daf5b880f2371584d42c4c4a265dcf7ce341c9b66/pecan-1.5.1.tar.gz BuildArch: noarch Requires: python3-logutils @@ -78,6 +78,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jun 07 2024 liuzhilin - 1.5.1-1 +- Upgrade package to version 1.5.1 +- fix a CLI parsing bug (when no command is provided). + * Mon Oct 24 2022 liqiuyu - 1.4.2-1 - Upgrade package to version 1.4.2