!16 Package upgrade

From: @xigaoxinyan 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-06-30 03:16:37 +00:00 committed by Gitee
commit 8d49ccb015
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 5 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
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 <tc@openeuler.org> - 1.4.0-1
- Upgrade to version 1.4.0
* Tue May 10 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 1.3.3-3
- License compliance rectification