Accepting request 180877 from devel:languages:python

- update to 0.18:
  + Fixed interpolation on tuples
  + Varios Python 3.x fixes (forwarded request 180865 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/180877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-MarkupSafe?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2013-07-02 10:28:22 +00:00 committed by Git OBS Bridge
commit b632aed2ac
4 changed files with 11 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:339ec04d20ad9cdccbfe9f38dce6182cc504ce789e5d0f9647eaa752f0f95300
size 11265

3
MarkupSafe-0.18.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7d5d688bdd345bfa897777d297756688cf02e1b3742c56885e2e5c2b996ff82
size 11748

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jun 25 11:56:41 UTC 2013 - dmueller@suse.com
- update to 0.18:
+ Fixed interpolation on tuples
+ Varios Python 3.x fixes
-------------------------------------------------------------------
Wed May 23 05:24:01 UTC 2012 - highwaystar.ru@gmail.com

View File

@ -17,7 +17,7 @@
Name: python-MarkupSafe
Version: 0.15
Version: 0.18
Release: 0
Url: http://dev.pocoo.org/
Summary: Implements a XML/HTML/XHTML Markup safe string for Python