cd7d79 Apply patch dblatex-0.3.10-enable-python3.patch

Authored and Committed by Packit Service 3 years ago
40 files changed. 337 lines added. 263 lines removed.
lib/dbtexmf/core/commander.py
file modified
+2 -1
lib/dbtexmf/core/confparser.py
file modified
+10 -8
lib/dbtexmf/core/dbtex.py
file modified
+59 -40
lib/dbtexmf/core/error.py
file modified
+3 -1
lib/dbtexmf/core/imagedata.py
file modified
+17 -11
lib/dbtexmf/core/sgmlxml.py
file modified
+6 -5
lib/dbtexmf/core/txtparser.py
file modified
+3 -2
lib/dbtexmf/core/xmlparser.py
file modified
+1 -1
lib/dbtexmf/dblatex/dblatex.py
file modified
+2 -2
lib/dbtexmf/dblatex/grubber/bibtex.py
file modified
+11 -10
lib/dbtexmf/dblatex/grubber/bibtopic.py
file modified
+2 -2
lib/dbtexmf/dblatex/grubber/dvips.py
file modified
+3 -3
lib/dbtexmf/dblatex/grubber/index.py
file modified
+20 -15
lib/dbtexmf/dblatex/grubber/latex.py
file modified
+8 -7
lib/dbtexmf/dblatex/grubber/logparser.py
file modified
+4 -3
lib/dbtexmf/dblatex/grubber/makeidx.py
file modified
+1 -1
lib/dbtexmf/dblatex/grubber/maker.py
file modified
+3 -2
lib/dbtexmf/dblatex/grubber/msg.py
file modified
+13 -10
lib/dbtexmf/dblatex/grubber/pdftex.py
file modified
+5 -2
lib/dbtexmf/dblatex/grubber/plugins.py
file modified
+8 -8
lib/dbtexmf/dblatex/grubber/ps2pdf.py
file modified
+3 -3
lib/dbtexmf/dblatex/grubber/texbuilder.py
file modified
+4 -4
lib/dbtexmf/dblatex/grubber/util.py
file modified
+4 -2
lib/dbtexmf/dblatex/grubber/xetex.py
file modified
+1 -1
lib/dbtexmf/dblatex/grubber/xr-hyper.py
file modified
+4 -4
lib/dbtexmf/dblatex/rawparse.py
file modified
+6 -6
lib/dbtexmf/dblatex/rawtex.py
file modified
+11 -10
lib/dbtexmf/dblatex/rawverb.py
file modified
+26 -24
lib/dbtexmf/dblatex/runtex.py
file modified
+7 -6
lib/dbtexmf/dblatex/texcodec.py
file modified
+25 -22
lib/dbtexmf/dblatex/texhyphen.py
file modified
+12 -10
lib/dbtexmf/dblatex/xetex/codec.py
file modified
+1 -1
lib/dbtexmf/dblatex/xetex/fcfallback.py
file modified
+6 -4
lib/dbtexmf/dblatex/xetex/fcmanager.py
file modified
+3 -0
lib/dbtexmf/dblatex/xetex/fontspec.py
file modified
+2 -2
lib/dbtexmf/dblatex/xetex/fsconfig.py
file modified
+2 -2
lib/dbtexmf/dblatex/xetex/fsencoder.py
file modified
+5 -3
lib/dbtexmf/xslt/4xslt.py
file modified
+2 -1
lib/dbtexmf/xslt/xsltproc.py
file modified
+3 -0
setup.py
file modified
+29 -24
    Apply patch dblatex-0.3.10-enable-python3.patch
    
    patch_name: dblatex-0.3.10-enable-python3.patch
    present_in_specfile: true
    
        
file modified
+59 -40
file modified
+3 -1
file modified
+17 -11
file modified
+6 -5
file modified
+11 -10
file modified
+26 -24
file modified
+25 -22
file modified
+2 -1
file modified
+3 -0
file modified
+29 -24