14
0
forked from pool/python-Sphinx

Accepting request 122103 from home:HighwayStar:branches:devel:languages:python

python3 package added

OBS-URL: https://build.opensuse.org/request/show/122103
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=14
This commit is contained in:
Todd R
2012-05-25 07:03:32 +00:00
committed by Git OBS Bridge
parent efae107de7
commit 2a0d246f68
4 changed files with 144 additions and 0 deletions

12
python3-Sphinx-docs.patch Normal file
View File

@@ -0,0 +1,12 @@
diff -ruN ./sphinx/domains/cpp.py ../Sphinx-1.1.3.p3k/sphinx/domains/cpp.py
--- ./sphinx/domains/cpp.py 2012-01-29 17:49:09.000000000 +0900
+++ ../Sphinx-1.1.3.p3k/sphinx/domains/cpp.py 2012-05-24 00:41:06.524526456 +0900
@@ -162,7 +162,7 @@
raise NotImplementedError()
def __str__(self):
- return unicode(self).encode('utf-8')
+ return self.__unicode__()
def __unicode__(self):
raise NotImplementedError()