diff --git a/1.4.0.tar.gz b/1.4.0.tar.gz new file mode 100644 index 0000000..42ec412 Binary files /dev/null and b/1.4.0.tar.gz differ diff --git a/pecan-1.3.3.tar.gz b/pecan-1.3.3.tar.gz deleted file mode 100644 index 24b6200..0000000 Binary files a/pecan-1.3.3.tar.gz and /dev/null differ diff --git a/python-pecan.spec b/python-pecan.spec index 21509ee..8fa78c0 100644 --- a/python-pecan.spec +++ b/python-pecan.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pecan -Version: 1.3.3 -Release: 3 +Version: 1.4.0 +Release: 1 Summary: A WSGI object-dispatching web framework, designed to be lean and fast, with few dependencies. License: BSD-3-Clause -URL: http://github.com/pecan/pecan -Source0: https://files.pythonhosted.org/packages/93/98/889d7615595e894f4f7e4c17d4008c822c8e39e650c8ab390cc6c39b99c4/pecan-1.3.3.tar.gz +URL: https://github.com/pecan/pecan +Source0: https://github.com/pecan/pecan/archive/refs/tags/%{version}.tar.gz BuildArch: noarch %description A WSGI object-dispatching web framework, designed to be lean and fast with few dependencies. @@ -33,7 +33,7 @@ A WSGI object-dispatching web framework, designed to be lean and fast with few d %prep -%autosetup -n pecan-1.3.3 -p1 +%autosetup -n pecan-1.4.0 -p1 %build %py3_build @@ -79,6 +79,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 23 2022 SimpleUpdate Robot - 1.4.0-1 +- Upgrade to version 1.4.0 + * Tue May 10 2022 xigaoxinyan - 1.3.3-3 - License compliance rectification @@ -91,5 +94,5 @@ mv %{buildroot}/doclist.lst . * Wed Oct 21 2020 wangxiao - 1.3.2-6 - drop python2 subpackage -* Mon Mar 4 2020 wutao - 1.3.2-5 +* Wed Mar 4 2020 wutao - 1.3.2-5 - Package init