upstream 0.9.4
various bug fixes (URI/IRI conversion, cookies parsing, python3.3 fix etc.)
This commit is contained in:
parent
d4da349782
commit
1cd92c0213
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ Werkzeug-0.6.2.tar.gz
|
|||||||
/Werkzeug-0.9.1.tar.gz
|
/Werkzeug-0.9.1.tar.gz
|
||||||
/Werkzeug-0.9.2.tar.gz
|
/Werkzeug-0.9.2.tar.gz
|
||||||
/Werkzeug-0.9.3.tar.gz
|
/Werkzeug-0.9.3.tar.gz
|
||||||
|
/Werkzeug-0.9.4.tar.gz
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
%global srcname Werkzeug
|
%global srcname Werkzeug
|
||||||
|
|
||||||
Name: python-werkzeug
|
Name: python-werkzeug
|
||||||
Version: 0.9.3
|
Version: 0.9.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Swiss Army knife of Python web development
|
Summary: The Swiss Army knife of Python web development
|
||||||
|
|
||||||
@ -158,6 +158,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 26 2013 Haïkel Guémar <hguemar@fedoraproject.org> - 0.9.4-1
|
||||||
|
- upstream 0.9.4
|
||||||
|
|
||||||
* Thu Jul 25 2013 Haïkel Guémar <hguemar@fedoraproject.org> - 0.9.3-1
|
* Thu Jul 25 2013 Haïkel Guémar <hguemar@fedoraproject.org> - 0.9.3-1
|
||||||
- upstream 0.9.3
|
- upstream 0.9.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user