Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pandoc: Update to v3.6.3 #5205

Merged
merged 2 commits into from
Mar 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/p/pandoc/abi_libs

This file was deleted.

39,395 changes: 0 additions & 39,395 deletions packages/p/pandoc/abi_symbols

This file was deleted.

4 changes: 4 additions & 0 deletions packages/p/pandoc/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ libc.so.6:__cxa_atexit
libc.so.6:__errno_location
libc.so.6:__isoc23_strtol
libc.so.6:__isoc23_strtoull
libc.so.6:__isoc99_sscanf
libc.so.6:__libc_start_main
libc.so.6:__stack_chk_fail
libc.so.6:__uflow
Expand Down Expand Up @@ -61,6 +62,7 @@ libc.so.6:fdopen
libc.so.6:feof
libc.so.6:ferror
libc.so.6:fflush
libc.so.6:fgetc
libc.so.6:fgets
libc.so.6:flockfile
libc.so.6:fopen
Expand Down Expand Up @@ -122,6 +124,7 @@ libc.so.6:iconv
libc.so.6:iconv_close
libc.so.6:iconv_open
libc.so.6:initgroups
libc.so.6:ioctl
libc.so.6:isalnum
libc.so.6:isalpha
libc.so.6:isatty
Expand Down Expand Up @@ -239,6 +242,7 @@ libc.so.6:sched_getaffinity
libc.so.6:sched_setaffinity
libc.so.6:sched_yield
libc.so.6:seekdir
libc.so.6:select
libc.so.6:send
libc.so.6:sendfile
libc.so.6:sendmsg
Expand Down
21 changes: 13 additions & 8 deletions packages/p/pandoc/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : pandoc
version : 2.19.2
release : 8
version : 3.6.3
release : 9
source :
- https://hackage.haskell.org/package/pandoc-2.19.2/pandoc-2.19.2.tar.gz : 36e83694c36a5af35a4442c4d5abd4273289d9d309793466f59c1632e87d4245
- https://github.com/jgm/pandoc/archive/refs/tags/3.6.3.tar.gz : 5e5d78b79f86454cb542246d318682f26e0959e8f1aa068b3645832f8d5ed170
homepage : https://pandoc.org
license : BSD-3-Clause
component : office
Expand All @@ -14,10 +14,15 @@ builddeps :
- haskell-cabal-install
networking : yes
setup : |
%cabal_configure -f embed_data_files
cabal update
cabal configure -O2 %JOBS% \
--disable-executable-dynamic \
--ghc-options="-H512m %JOBS%" \
-f embed_data_files
build : |
%haskell_build exe:pandoc
cabal build pandoc-cli
install : |
%haskell_install exe:pandoc
# We don't need development libraries
rm -rf $installdir/%libdir%
mkdir -p $installdir/usr/bin
cabal install --installdir=$installdir/usr/bin --install-method=copy pandoc-cli
check : |
cabal test
241 changes: 7 additions & 234 deletions packages/p/pandoc/pspec_x86_64.xml

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions packages/py/python-pypandoc/package.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name : python-pypandoc
version : '1.12'
release : 5
version : '1.15'
release : 6
source :
- https://github.com/JessicaTegner/pypandoc/archive/refs/tags/v1.12.tar.gz : 0b7f7360af352598e7873f7109bf79e9f5aa059817c7b577e7ff72bd1a4308ab
- https://github.com/JessicaTegner/pypandoc/archive/refs/tags/v1.15.tar.gz : 7476818bccac8451c3e976617b3ebb26ef9b1521e1219fb852a8e3127b81fa03
homepage : https://github.com/JessicaTegner/pypandoc
license : MIT
component : programming.python
summary : Thin wrapper for pandoc
description: |
Pypandoc provides a thin wrapper for pandoc, a universal document converter.
# required by testing
networking : yes
builddeps :
- pandoc
Expand All @@ -24,6 +25,8 @@ rundeps :
build : |
%python3_setup
check : |
%python3_test
pushd py3build
python3 tests.py
popd
install : |
%python3_install
22 changes: 11 additions & 11 deletions packages/py/python-pypandoc/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>python-pypandoc</Name>
<Homepage>https://github.com/JessicaTegner/pypandoc</Homepage>
<Packager>
<Name>Joey Riches</Name>
<Email>[email protected]</Email>
<Name>Gavin Zhao</Name>
<Email>[email protected]</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.python</PartOf>
Expand All @@ -20,10 +20,10 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc-1.12-py3.11.egg-info/PKG-INFO</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc-1.12-py3.11.egg-info/SOURCES.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc-1.12-py3.11.egg-info/dependency_links.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc-1.12-py3.11.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc-1.15-py3.11.egg-info/PKG-INFO</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc-1.15-py3.11.egg-info/SOURCES.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc-1.15-py3.11.egg-info/dependency_links.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc-1.15-py3.11.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc/__pycache__/__init__.cpython-311.pyc</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages/pypandoc/__pycache__/handler.cpython-311.pyc</Path>
Expand All @@ -35,12 +35,12 @@
</Files>
</Package>
<History>
<Update release="5">
<Date>2024-02-14</Date>
<Version>1.12</Version>
<Update release="6">
<Date>2025-03-10</Date>
<Version>1.15</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>[email protected]</Email>
<Name>Gavin Zhao</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>