update to py3-pypandoc-1.10

This commit is contained in:
sthen 2023-01-03 14:51:17 +00:00
parent 630afa24e6
commit d79f798350
3 changed files with 4 additions and 5 deletions

View File

@ -1,10 +1,9 @@
COMMENT = Python wrapper for pandoc
MODPY_EGG_VERSION = 1.8
MODPY_EGG_VERSION = 1.10
DISTNAME = pypandoc-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = textproc

View File

@ -1,2 +1,2 @@
SHA256 (pypandoc-1.8.tar.gz) = +YX/3wFE54sLSAnqBZWiecK9jAK5TUhchgwCd3871AY=
SIZE (pypandoc-1.8.tar.gz) = 31218
SHA256 (pypandoc-1.10.tar.gz) = EBFk0VTwuZVzcs2/KFOWFTt0FE/aR/Ux+1Vt4kTvyG4=
SIZE (pypandoc-1.10.tar.gz) = 31695

View File

@ -3,7 +3,7 @@ Tests aren't allowed to make remote connection
Index: tests.py
--- tests.py.orig
+++ tests.py
@@ -226,7 +226,7 @@ class TestPypandoc(unittest.TestCase):
@@ -228,7 +228,7 @@ class TestPypandoc(unittest.TestCase):
self.assertEqualExceptForNewlineEnd(expected, received)
def test_basic_conversion_from_http_url(self):