[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

markupsafe_0.15-1~bpo60+1_multi.changes is NEW



(new) markupsafe_0.15-1~bpo60+1.debian.tar.gz optional python
(new) markupsafe_0.15-1~bpo60+1.dsc optional python
(new) markupsafe_0.15.orig.tar.gz optional python
(new) python-markupsafe-dbg_0.15-1~bpo60+1_amd64.deb extra debug
XML/HTML/XHTML Markup safe string for Python
 This package contains the extension built for the Python debug interpreter.
(new) python-markupsafe-dbg_0.15-1~bpo60+1_i386.deb extra debug
XML/HTML/XHTML Markup safe string for Python
 This package contains the extension built for the Python debug interpreter.
(new) python-markupsafe_0.15-1~bpo60+1_amd64.deb optional python
XML/HTML/XHTML Markup safe string for Python
 MarkupSafe implements a unicode subclass that supports HTML strings:
 .
  >>> from markupsafe import Markup, escape
  >>> escape("<script>alert(document.cookie);</script>")
  Markup(u'&lt;script&gt;alert(document.cookie);&lt;/script&gt;')
  >>> tmpl = Markup("<em>%s</em>")
  >>> tmpl % "Peter > Lustig"
  Markup(u'<em>Peter &gt; Lustig</em>')
 .
 If you want to make an object unicode that is not yet unicode
 but don't want to lose the taint information, you can use the
 `soft_unicode` function:
 .
  >>> from markupsafe import soft_unicode
  >>> soft_unicode(42)
  u'42'
  >>> soft_unicode(Markup('foo'))
  Markup(u'foo')
(new) python-markupsafe_0.15-1~bpo60+1_i386.deb optional python
XML/HTML/XHTML Markup safe string for Python
 MarkupSafe implements a unicode subclass that supports HTML strings:
 .
  >>> from markupsafe import Markup, escape
  >>> escape("<script>alert(document.cookie);</script>")
  Markup(u'&lt;script&gt;alert(document.cookie);&lt;/script&gt;')
  >>> tmpl = Markup("<em>%s</em>")
  >>> tmpl % "Peter > Lustig"
  Markup(u'<em>Peter &gt; Lustig</em>')
 .
 If you want to make an object unicode that is not yet unicode
 but don't want to lose the taint information, you can use the
 `soft_unicode` function:
 .
  >>> from markupsafe import soft_unicode
  >>> soft_unicode(42)
  u'42'
  >>> soft_unicode(Markup('foo'))
  Markup(u'foo')
(new) python3-markupsafe-dbg_0.15-1~bpo60+1_amd64.deb extra debug
XML/HTML/XHTML Markup safe string for Python3
 This package contains the extension built for the Python3 debug interpreter.
(new) python3-markupsafe-dbg_0.15-1~bpo60+1_i386.deb extra debug
XML/HTML/XHTML Markup safe string for Python3
 This package contains the extension built for the Python3 debug interpreter.
(new) python3-markupsafe_0.15-1~bpo60+1_amd64.deb optional python
XML/HTML/XHTML Markup safe string for Python3
 MarkupSafe implements a unicode subclass that supports HTML strings:
 .
  >>> from markupsafe import Markup, escape
  >>> escape("<script>alert(document.cookie);</script>")
  Markup('&lt;script&gt;alert(document.cookie);&lt;/script&gt;')
  >>> tmpl = Markup("<em>%s</em>")
  >>> tmpl % "Peter > Lustig"
  Markup('<em>Peter &gt; Lustig</em>')
 .
 If you want to make an object unicode that is not yet unicode
 but don't want to lose the taint information, you can use the
 `soft_unicode` function:
 .
  >>> from markupsafe import soft_unicode
  >>> soft_unicode(42)
  '42'
  >>> soft_unicode(Markup('foo'))
  Markup('foo')
(new) python3-markupsafe_0.15-1~bpo60+1_i386.deb optional python
XML/HTML/XHTML Markup safe string for Python3
 MarkupSafe implements a unicode subclass that supports HTML strings:
 .
  >>> from markupsafe import Markup, escape
  >>> escape("<script>alert(document.cookie);</script>")
  Markup('&lt;script&gt;alert(document.cookie);&lt;/script&gt;')
  >>> tmpl = Markup("<em>%s</em>")
  >>> tmpl % "Peter > Lustig"
  Markup('<em>Peter &gt; Lustig</em>')
 .
 If you want to make an object unicode that is not yet unicode
 but don't want to lose the taint information, you can use the
 `soft_unicode` function:
 .
  >>> from markupsafe import soft_unicode
  >>> soft_unicode(42)
  '42'
  >>> soft_unicode(Markup('foo'))
  Markup('foo')


Changes:
markupsafe (0.15-1~bpo60+1) squeeze-backports; urgency=low
 .
  * Rebuild for squeeze-backports.
 .
markupsafe (0.15-1) unstable; urgency=low
 .
  * New upstream release
  * Standards-Version bumped to 3.9.2 (no changes needed)
 .
markupsafe (0.12-1) unstable; urgency=low
 .
  * New upstream release
 .
markupsafe (0.11-2) experimental; urgency=low
 .
  * Rebuild against newer python3-all-dev package (python3.1 now uses
    /usr/lib/python3/), minimum python3-all-dev version bumped to 3.1.2-8
 .
markupsafe (0.11-1) experimental; urgency=low
 .
  * New upstream release
  * Add debian/watch file


Override entries for your package:

Announcing to debian-backports-changes@lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


Reply to: