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 0634955..8c1475c 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 +Version: 1.4.0 Release: 1 Summary: A WSGI object-dispatching web framework, designed to be lean and fast, with few dependencies. -License: BSD -URL: http://github.com/pecan/pecan -Source0: https://files.pythonhosted.org/packages/93/98/889d7615595e894f4f7e4c17d4008c822c8e39e650c8ab390cc6c39b99c4/pecan-1.3.3.tar.gz +License: BSD-3-Clause +URL: https://github.com/pecan/pecan +Source0: https://github.com/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. @@ -16,14 +16,6 @@ Summary: A WSGI object-dispatching web framework, designed to be lean and Provides: python-pecan # Base build requires BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-pbr -BuildRequires: python3-pip -BuildRequires: python3-wheel -BuildRequires: python3-logutils -BuildRequires: python3-mako -BuildRequires: python3-webob -BuildRequires: python3-webtest Requires: python3-logutils Requires: python3-mako Requires: python3-webob @@ -41,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 @@ -87,6 +79,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 18 2022 xu_ping - 1.4.0-1 +- update the vertion to 1.4.0 + * Wed Jul 14 2021 OpenStack_SIG - 1.3.3-1 - update the vertion to 1.3.3