bump to latest release 0.11.1

Signed-off-by: Ricky Elrod <ricky@elrod.me>
This commit is contained in:
Ricky Elrod 2016-08-16 19:38:47 -04:00
parent 509d695f84
commit 1b468ddeb3
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ results_*
/Flask-0.8.1.tar.gz /Flask-0.8.1.tar.gz
/Flask-0.9.tar.gz /Flask-0.9.tar.gz
/Flask-0.10.1.tar.gz /Flask-0.10.1.tar.gz
/Flask-0.11.1.tar.gz

View File

@ -5,11 +5,11 @@
%endif %endif
%global srcname Flask %global srcname Flask
%global srcversion 0.10.1 %global srcversion 0.11.1
Name: python-flask Name: python-flask
Version: 0.10.1 Version: %{srcversion}
Release: 9%{?dist} Release: 1%{?dist}
Epoch: 1 Epoch: 1
Summary: A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions Summary: A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
@ -180,6 +180,9 @@ popd
%changelog %changelog
* Tue Aug 16 2016 Ricky Elrod <relrod@redhat.com> - 1:0.11.1-1
- Latest upstream release.
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.10.1-9 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.10.1-9
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
378670fe456957eb3c27ddaef60b2b24 Flask-0.10.1.tar.gz d2af95d8fe79cf7da099f062dd122a08 Flask-0.11.1.tar.gz