Skip to content

Commit ae8e9e6

Browse files
committed
python-pypandoc: Update to v1.15 and rebuild against pandoc v3.6.3
Signed-off-by: Gavin Zhao <[email protected]>
1 parent 72a1850 commit ae8e9e6

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

packages/py/python-pypandoc/package.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
name : python-pypandoc
2-
version : '1.12'
3-
release : 5
2+
version : '1.15'
3+
release : 6
44
source :
5-
- https://github.com/JessicaTegner/pypandoc/archive/refs/tags/v1.12.tar.gz : 0b7f7360af352598e7873f7109bf79e9f5aa059817c7b577e7ff72bd1a4308ab
5+
- https://github.com/JessicaTegner/pypandoc/archive/refs/tags/v1.15.tar.gz : 7476818bccac8451c3e976617b3ebb26ef9b1521e1219fb852a8e3127b81fa03
66
homepage : https://github.com/JessicaTegner/pypandoc
77
license : MIT
88
component : programming.python
99
summary : Thin wrapper for pandoc
1010
description: |
1111
Pypandoc provides a thin wrapper for pandoc, a universal document converter.
12+
# required by testing
1213
networking : yes
1314
builddeps :
1415
- pandoc
@@ -24,6 +25,8 @@ rundeps :
2425
build : |
2526
%python3_setup
2627
check : |
27-
%python3_test
28+
pushd py3build
29+
python3 tests.py
30+
popd
2831
install : |
2932
%python3_install

packages/py/python-pypandoc/pspec_x86_64.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<Name>python-pypandoc</Name>
44
<Homepage>https://github.com/JessicaTegner/pypandoc</Homepage>
55
<Packager>
6-
<Name>Joey Riches</Name>
7-
<Email>[email protected]</Email>
6+
<Name>Gavin Zhao</Name>
7+
<Email>[email protected]</Email>
88
</Packager>
99
<License>MIT</License>
1010
<PartOf>programming.python</PartOf>
@@ -20,10 +20,10 @@
2020
</Description>
2121
<PartOf>programming.python</PartOf>
2222
<Files>
23-
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc-1.12-py3.11.egg-info/PKG-INFO</Path>
24-
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc-1.12-py3.11.egg-info/SOURCES.txt</Path>
25-
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc-1.12-py3.11.egg-info/dependency_links.txt</Path>
26-
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc-1.12-py3.11.egg-info/top_level.txt</Path>
23+
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc-1.15-py3.11.egg-info/PKG-INFO</Path>
24+
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc-1.15-py3.11.egg-info/SOURCES.txt</Path>
25+
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc-1.15-py3.11.egg-info/dependency_links.txt</Path>
26+
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc-1.15-py3.11.egg-info/top_level.txt</Path>
2727
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc/__init__.py</Path>
2828
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc/__pycache__/__init__.cpython-311.pyc</Path>
2929
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc/__pycache__/handler.cpython-311.pyc</Path>
@@ -35,12 +35,12 @@
3535
</Files>
3636
</Package>
3737
<History>
38-
<Update release="5">
39-
<Date>2024-02-14</Date>
40-
<Version>1.12</Version>
38+
<Update release="6">
39+
<Date>2025-03-10</Date>
40+
<Version>1.15</Version>
4141
<Comment>Packaging update</Comment>
42-
<Name>Joey Riches</Name>
43-
<Email>[email protected]</Email>
42+
<Name>Gavin Zhao</Name>
43+
<Email>[email protected]</Email>
4444
</Update>
4545
</History>
4646
</PISI>

0 commit comments

Comments
 (0)