public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/html5lib/files: html5lib-0.11.1-python-2.6.patch
@ 2009-12-22 23:58 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-12-22 23:58 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/12/22 23:58:12

  Added:                html5lib-0.11.1-python-2.6.patch
  Log:
  Fix tests with Python 2.6 (bug #298032). Set SUPPORT_PYTHON_ABIS.
  (Portage version: 15132-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-python/html5lib/files/html5lib-0.11.1-python-2.6.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/html5lib/files/html5lib-0.11.1-python-2.6.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/html5lib/files/html5lib-0.11.1-python-2.6.patch?rev=1.1&content-type=text/plain

Index: html5lib-0.11.1-python-2.6.patch
===================================================================
changeset:   1249:77f13a977be6
user:        jgraham@jgraham-desktop
date:        Wed Apr 29 17:17:24 2009 +0200
summary:     Fix deprecation warning

--- src/html5lib/inputstream.py
+++ src/html5lib/inputstream.py
@@ -444,8 +444,10 @@
     """String-like object with an assosiated position and various extra methods
     If the position is ever greater than the string length then an exception is
     raised"""
+    def __new__(self, value):
+        return str.__new__(self, value)
+
     def __init__(self, value):
-        str.__init__(self, value)
         self._position=-1
     
     def __iter__(self):






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/html5lib/files: html5lib-0.11.1-python-2.6.patch
@ 2010-01-18 18:37 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-01-18 18:37 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/01/18 18:37:26

  Removed:              html5lib-0.11.1-python-2.6.patch
  Log:
  Delete older ebuild.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-18 18:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-22 23:58 [gentoo-commits] gentoo-x86 commit in dev-python/html5lib/files: html5lib-0.11.1-python-2.6.patch Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-18 18:37 Arfrever Frehtes Taifersar Arahesis (arfrever)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox