Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JessicaTegner/pypandoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13
Choose a base ref
...
head repository: JessicaTegner/pypandoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14
Choose a head ref
  • 10 commits
  • 9 files changed
  • 5 contributors

Commits on Feb 21, 2024

  1. tea

    JessicaTegner committed Feb 21, 2024
    Copy the full SHA
    315c6b9 View commit details

Commits on Apr 11, 2024

  1. fix regex escape in _get_pandoc_urls (#362)

    * fix regex escape in _get_pandoc_urls
    
    * Updated lock file to fix gh actions
    
    * fixed ci error
    
    ---------
    
    Co-authored-by: JessicaTegner <jessica.tegner@outlook.com>
    jfishe and JessicaTegner authored Apr 11, 2024
    Copy the full SHA
    31105f1 View commit details

Commits on Apr 12, 2024

  1. Added project urls to setup files (#359)

    * Added project urls to setup files
    
    * poetry lock error
    JessicaTegner authored Apr 12, 2024
    Copy the full SHA
    f1fcee8 View commit details

Commits on Apr 21, 2024

  1. Remove outdated comments in Dockerfile (#363)

    Some comments were made obsolete by 66f2427
    
    The comment about Debian Bullseye was also outdated, since the python:3.12 image uses Debian Bookworm.
    SqAtx authored Apr 21, 2024
    Copy the full SHA
    7b65192 View commit details

Commits on Jun 4, 2024

  1. Fix invalid escape sequence in regex (#365)

    * Fix invalid escape sequence in regex
    
    Updated the regex in pandoc_download.py to correctly escape the period character.
    This change resolves the SyntaxWarning triggered by an invalid escape sequence and ensures compatibility with future Python versions.
    
    * Correct regex to ensure proper URL matching
    
    Adjusted the regex to fix URL matching issues identified during CI tests, ensuring effective Pandoc downloads.
    syusuke9999 authored Jun 4, 2024
    Copy the full SHA
    06d0134 View commit details

Commits on Jul 12, 2024

  1. Copy the full SHA
    9543de0 View commit details
  2. Copy the full SHA
    23f6f09 View commit details

Commits on Aug 21, 2024

  1. Use a raw F string for regex in pandoc downloader (#371)

    * Updated regex to hopefully not provide a regex syntax error on python 3.12
    
    * We are now using a raw F string for the regex
    JessicaTegner authored Aug 21, 2024
    Copy the full SHA
    7111c16 View commit details

Commits on Oct 7, 2024

  1. Use the latest version of pandoc when building pypandoc_binary, inste…

    …ad of hardcoding the version number (#376)
    JessicaTegner authored Oct 7, 2024
    Copy the full SHA
    e8c40b9 View commit details
  2. pypandoc v1.14

    JessicaTegner committed Oct 7, 2024
    Copy the full SHA
    1a078c0 View commit details
Loading