Update to 1.4.0 Fixes bug #1785591
This commit is contained in:
parent
0c9b05ec3b
commit
fd1028f2e2
5 changed files with 11 additions and 5 deletions
|
|
@ -3,16 +3,16 @@
|
|||
%global _docdir_fmt %{name}
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.3.1
|
||||
Version: 1.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Waitress WSGI server
|
||||
|
||||
License: ZPLv2.1
|
||||
URL: https://github.com/Pylons/%{srcname}
|
||||
Source0: v%{version}-nodocs.tar.gz
|
||||
# Upstream ships non free docs files.
|
||||
# Upstream ships non free docs files.
|
||||
# We do not even want them in our src.rpms
|
||||
# So we remove them before uploading.
|
||||
# So we remove them before uploading.
|
||||
#
|
||||
# Download the upstream tarball and invoke this script while in the
|
||||
# tarball's directory:
|
||||
|
|
@ -55,7 +55,7 @@ Python 3 version.
|
|||
|
||||
#check
|
||||
# disable checks for now as they fail trying to lookup localhost in koji.
|
||||
#
|
||||
#
|
||||
|
||||
%files -n python3-%{srcname}
|
||||
%license COPYRIGHT.txt LICENSE.txt
|
||||
|
|
@ -65,6 +65,9 @@ Python 3 version.
|
|||
%{python3_sitelib}/%{srcname}-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Wed Dec 25 2019 Lorenzo Gil Sanchez <lorenzo.gil.sanchez@gmail.com> - 1.4.0-1
|
||||
- Update to 1.4.0 Fixes bug #1785591
|
||||
|
||||
* Sun Oct 06 2019 Kevin Fenzi <kevin@scrye.com> - 1.3.1-1
|
||||
- Update to 1.3.1. Fixes bug #1747075
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue