sharkcz / rpms / calibre

Forked from rpms/calibre 4 years ago
Clone

5f720ea Update to 3.46.0+patches and run under python3

Authored and Committed by zbyszek 4 years ago
77 files changed. 8626 lines added. 102 lines removed.
.gitignore
file modified
+1 -0
0001-py3-fix-invalid-escapes.patch
file added
+102
0002-py3-another-warning-about-invalid-escape.patch
file added
+22
0003-Update-WSJ.patch
file added
+285
0004-Preferences-Ignored-devices-Add-a-button-to-reset-th.patch
file added
+85
0005-Open-With-don-t-raise-KeyError-if-cache-exists-and-t.patch
file added
+35
0006-LIT-Output-Fix-regression-in-3.41-caused-by-py3-port.patch
file added
+25
0007-use-raw-strings-where-possible-to-avoid-escaping-iss.patch
file added
+193
0008-fix-imports-from-the-wrong-module.patch
file added
+36
0009-unicode_check-do-not-try-to-check-pyuic-generated-fi.patch
file added
+24
0010-py3-more-work-towards-universal-__future__s.patch
file added
+2388
0011-use-floor-division-instead-of-math.floor.patch
file added
+31
0012-simplify-check-for-non-zero-content-in-set.patch
file added
+25
0013-Get-more-information-from-podofo-exceptions.patch
file added
+32
0014-Various-fixes-for-the-last-py3-merge.patch
file added
+314
0015-Dont-use-auto-in-master-since-it-is-still-built-with.patch
file added
+23
0016-More-ancient-linux-compiler-support.patch
file added
+24
0017-py3-compat-for-gaierror-retry.patch
file added
+30
0018-Update-Chicago-Tribune.patch
file added
+86
0019-.patch
file added
+22
0020-use-context-managers-to-open-files.patch
file added
+716
0021-py3-read-in-raw-data-files-as-binary.patch
file added
+53
0022-Add-missing-language-field-to-ComicBookInfo-metadata.patch
file added
+23
0023-.patch
file added
+22
0024-if-the-cover-img-resolution-is-too-low-kindle-wouldn.patch
file added
+31
0025-enlarge-cover-img-resolution-by-change-the-url.patch
file added
+29
0026-Add-funding-sources-for-github-sponsor-button.patch
file added
+19
0027-Misc-CHM-Input-fixes.patch
file added
+89
0028-Preserve-tag-order-when-reading-metadata-from-MOBI-f.patch
file added
+38
0029-Remove-metadata-from-conversion_options-API-docs-sin.patch
file added
+23
0030-Try-manually-installing-libgl1-mesa-dev-on-Travis.patch
file added
+23
0031-Improve-PoDoFo-test-a-bit.patch
file added
+23
0032-Simplify-podofo-str-unicode-conversion.patch
file added
+51
0033-Cleanup-conversion-of-python-strings-to-podofo-strin.patch
file added
+209
0034-Utility-function-to-detect-if-a-PDF-is-encrypted.patch
file added
+40
0035-macOS-Fix-a-regression-that-could-cause-a-crash-on-e.patch
file added
+136
0036-Update-login-mechanism-for-Times-Online.patch
file added
+158
0037-Change-travis-email-notification-semantics.patch
file added
+22
0038-py3-compat.patch
file added
+22
0039-Content-server-Fix-OPDS-feed-for-category-based-brow.patch
file added
+26
0040-See-if-not-using-a-temp-file-fixes-the-weird-test-fa.patch
file added
+84
0041-Use-mbcs-encoding-when-passing-filenames-to-windows.patch
file added
+86
0042-py3-more-fixes.patch
file added
+35
0043-Update-National-Geographic.patch
file added
+111
0044-py3-More-fixes.patch
file added
+42
0045-A-better-fix-for-python3.7-smtplib-breakage.patch
file added
+72
0046-Fix-1839494-Application-crashes-on-changing-icons-ht.patch
file added
+35
0047-HTMLZ-Output-Fix-svg-content-from-HTML-files-that-co.patch
file added
+61
0048-PML-Input-Modernize-the-generated-HTML-a-bit.-Fixes-.patch
file added
+62
0049-Cleanup.patch
file added
+66
0050-Workaround-for-weird-PyQt-return-with-error-set-in-t.patch
file added
+384
0051-py3-more-future-imports.patch
file added
+160
0052-py3-Another-fix.patch
file added
+22
0053-Fix-1028-Fix-podofo-convert-pystring-to-PdfString-bu.patch
file added
+24
0054-.patch
file added
+23
0055-EPUB-3-Fix-setting-metadata-in-EPUB-3-files-with-a-t.patch
file added
+23
0056-Speed-up-restoring-original-format-by-doing-a-rename.patch
file added
+95
0057-Support-Dublin-Core-id-tags-when-importing-HTML.patch
file added
+71
0058-Refactor-HTML-metadata-parsing.patch
file added
+269
0059-Fix-importing-ratings-from-HTML-metadata.patch
file added
+25
0060-Escape-HTML-entities-in-comments.patch
file added
+35
0061-Add-unit-tests-for-HTML-metadata-imports.patch
file added
+206
0062-Cleanup-HTML-metadata-parsing.patch
file added
+300
0063-.patch
file added
+38
0064-Update-CNET-News.patch
file added
+47
0065-Updated-The-Globe-and-Mail-recipe-article-titles-no-.patch
file added
+50
0066-change-wording-slightly.patch
file added
+31
0067-Complete-fix-for-WSJ-login-logic-change.patch
file added
+62
0068-Update-derStandaard.patch
file added
+36
0069-Update-bundled-mechanize.patch
file added
+24
0070-Get-parse_index-working-for-foreign-affairs-AJAX-bac.patch
file added
+236
0071-Update-Foreign-Affairs.patch
file added
+35
01bf854923741bf8d6a6328f17d61e0ec5ac3c9f.patch
file added
+26
497810f8adb992bfecf04e8eacf4ac1340ee6fe0.patch
file added
+36
calibre-3.36.0-fynsc-fix.patch
file removed
-24
calibre.spec
file modified
+177 -77
sources
file modified
+1 -1
    Update to 3.46.0+patches and run under python3
    
        
file modified
+1 -0
file added
+285
file added
+22
file added
+22
file added
+66
file added
+23
file added
+38
file modified
+177 -77
file modified
+1 -1