Upgrade 1.4.0

Signed-off-by: cherry530 <xuping33@huawei.com>
This commit is contained in:
cherry530 2022-10-18 10:05:17 +08:00
parent 38b9d0c676
commit 2ddbffc2fe
3 changed files with 8 additions and 13 deletions

BIN
1.4.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -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 <xuping33@h-partners.com> - 1.4.0-1
- update the vertion to 1.4.0
* Wed Jul 14 2021 OpenStack_SIG <openstack@openeuler.org> - 1.3.3-1
- update the vertion to 1.3.3