-
-
Notifications
You must be signed in to change notification settings - Fork 115
Comparing changes
Open a pull request
base repository: JessicaTegner/pypandoc
base: v1.13
head repository: JessicaTegner/pypandoc
compare: v1.14
- 10 commits
- 9 files changed
- 5 contributors
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 315c6b9 - Browse repository at this point
Copy the full SHA 315c6b9View commit details
Commits on Apr 11, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 31105f1 - Browse repository at this point
Copy the full SHA 31105f1View commit details
Commits on Apr 12, 2024
-
Added project urls to setup files (#359)
* Added project urls to setup files * poetry lock error
Configuration menu - View commit details
-
Copy full SHA for f1fcee8 - Browse repository at this point
Copy the full SHA f1fcee8View commit details
Commits on Apr 21, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 7b65192 - Browse repository at this point
Copy the full SHA 7b65192View commit details
Commits on Jun 4, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 06d0134 - Browse repository at this point
Copy the full SHA 06d0134View commit details
Commits on Jul 12, 2024
-
Added trusted publisher information to workflow file, which is a new …
…requirement for pypi
Configuration menu - View commit details
-
Copy full SHA for 9543de0 - Browse repository at this point
Copy the full SHA 9543de0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23f6f09 - Browse repository at this point
Copy the full SHA 23f6f09View commit details
Commits on Aug 21, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 7111c16 - Browse repository at this point
Copy the full SHA 7111c16View commit details
Commits on Oct 7, 2024
-
Use the latest version of pandoc when building pypandoc_binary, inste…
…ad of hardcoding the version number (#376)
Configuration menu - View commit details
-
Copy full SHA for e8c40b9 - Browse repository at this point
Copy the full SHA e8c40b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a078c0 - Browse repository at this point
Copy the full SHA 1a078c0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.13...v1.14