tomtom-international / cookiecutter-python

:cookie: Cookiecutter template for Python packages
Apache License 2.0
17 stars 9 forks source link

Update cmarkgfm to 2022.10.26 #290

Closed pyup-bot closed 1 year ago

pyup-bot commented 1 year ago

This PR updates cmarkgfm from 0.4.2 to 2022.10.26.

Changelog ### 2022.10.26 ``` * Create wheels for Python 3.11 ``` ### 2022.3.4 ``` * Updated cmark to 0.29.0.gfm.3 * Switched to calendar versioning ``` ### 0.7.0 ``` * Create wheels for Python 3.10 * Drop support for Python 2.7 and 3.5 ``` ### 0.6.0 ``` The output generated by `cmarkgfm.github_flavored_markdown_to_html` for code blocks has changed to be in line with that of github.com. This change **may break existing css rules** as code blocks were generated differently for `cmarkgfm<0.6.0`. `diff - <pre><code class="language-python">print('hello') + <pre lang="python"><code>print('hello' </code></pre> ` Thank you nschloe for this contribution. ``` ### 0.5.3 ``` - Add support for Linux aarch64 - Update to `cibuildwheel==v1.10.0` Thank you odidev for this contribution ``` ### 0.5.2 ``` - [X] Enable `tasklist` extension Thank you Andrew-Chen-Wang ``` ### 0.5.1 ``` - Wheels are now generated using [cibuildwheel](https://github.com/joerick/cibuildwheel) with GitHub Actions - Add support for Python 3.9 - Document deprecation of Python 2.7 (no longer supported on Windows) This release has no functional changes compared to 0.5.0. Thank you fruch for the help with cibuildwheel and thank you theacodes for on-boarding me as a maintainer. ``` ### 0.5.1alpha0 ``` This release is intended to test the new GH build system. ``` ### 0.5.0 ``` * Update to cmark 0.29.0.gfm.0 * Drop support for Python 3.4; make support for 3.7 & 3.8 official (21) * Document SAFE/UNSAFE mode and the other options (24) * import cmarkgfm.cmark.Options into cmarkgfm * Make Python information more explicit in the README (16) ```
Links - PyPI: https://pypi.org/project/cmarkgfm - Changelog: https://pyup.io/changelogs/cmarkgfm/ - Repo: https://github.com/theacodes/cmarkgfm
pyup-bot commented 1 year ago

Closing this in favor of #291