pelican-markdown-it-reader 2.0.0__tar.gz → 2.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pelican-markdown-it-reader
3
- Version: 2.0.0
3
+ Version: 2.0.2
4
4
  Summary: Reader plugin for Markdown-IT-py replacement
5
5
  Home-page: https://github.com/gaige/markdown-it-reader
6
6
  License: MIT
@@ -26,8 +26,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
26
26
  Provides-Extra: markdown
27
27
  Requires-Dist: Pygments (>=2.6,<3.0)
28
28
  Requires-Dist: markdown (>=3.2.2,<4.0.0) ; extra == "markdown"
29
- Requires-Dist: markdown-it-py (>=1.1,<3.0)
30
- Requires-Dist: mdit-py-plugins (>=0.2.8,<0.4.0)
29
+ Requires-Dist: markdown-it-py (>=1.1,<4.0)
30
+ Requires-Dist: mdit-py-plugins (>=0.2.8,<0.5.0)
31
31
  Requires-Dist: pelican (>=4.5)
32
32
  Project-URL: Documentation, https://docs.getpelican.com
33
33
  Project-URL: Issue Tracker, https://github.com/gaige/markdown-it-reader/issues
@@ -37,7 +37,7 @@ Description-Content-Type: text/markdown
37
37
  Markdown-IT reader: A Plugin for Pelican
38
38
  ====================================================
39
39
 
40
- [![Build Status](https://img.shields.io/github/workflow/status/gaige/markdown-it-reader/build)](https://github.com/gaige/markdown-it-reader/actions)
40
+ [![Build Status](https://img.shields.io/github/actions/workflow/status/gaige/markdown-it-reader/main.yml?branch=main)](https://github.com/gaige/markdown-it-reader/actions)
41
41
  [![PyPI Version](https://img.shields.io/pypi/v/pelican-markdown-it-reader)](https://pypi.org/project/pelican-markdown-it-reader/)
42
42
  ![License](https://img.shields.io/pypi/l/pelican-markdown-it-reader?color=blue)
43
43
 
@@ -1,7 +1,7 @@
1
1
  Markdown-IT reader: A Plugin for Pelican
2
2
  ====================================================
3
3
 
4
- [![Build Status](https://img.shields.io/github/workflow/status/gaige/markdown-it-reader/build)](https://github.com/gaige/markdown-it-reader/actions)
4
+ [![Build Status](https://img.shields.io/github/actions/workflow/status/gaige/markdown-it-reader/main.yml?branch=main)](https://github.com/gaige/markdown-it-reader/actions)
5
5
  [![PyPI Version](https://img.shields.io/pypi/v/pelican-markdown-it-reader)](https://pypi.org/project/pelican-markdown-it-reader/)
6
6
  ![License](https://img.shields.io/pypi/l/pelican-markdown-it-reader?color=blue)
7
7
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pelican-markdown-it-reader"
3
- version = "2.0.0"
3
+ version = "2.0.2"
4
4
  description = "Reader plugin for Markdown-IT-py replacement"
5
5
  authors = ["Gaige B. Paulsen <gaige@cluetrust.com>"]
6
6
  license = "MIT"
@@ -30,20 +30,20 @@ classifiers = [
30
30
  python = ">=3.8,<4.0"
31
31
  pelican = ">=4.5"
32
32
  Pygments = "^2.6"
33
- markdown-it-py = ">=1.1,<3.0"
33
+ markdown-it-py = ">=1.1,<4.0"
34
34
  markdown = {version = "^3.2.2", optional = true}
35
- mdit-py-plugins = ">=0.2.8,<0.4.0"
35
+ mdit-py-plugins = ">=0.2.8,<0.5.0"
36
36
 
37
37
  [tool.poetry.dev-dependencies]
38
- black = {version = "^24.3"}
39
- flake8 = "^4.0"
38
+ black = {version = "^24.8"}
39
+ flake8 = "^5.0"
40
40
  flake8-black = "^0.3"
41
41
  invoke = "^2.2"
42
42
  isort = "^5.4"
43
- livereload = "^2.6"
44
- markdown = "^3.2, != 3.3.5"
45
- pytest = "^7.3.2"
46
- pytest-cov = "^3.0"
43
+ livereload = "^2.7"
44
+ markdown = "^3.7"
45
+ pytest = "^8.3.3"
46
+ pytest-cov = "^5.0"
47
47
  pytest-pythonpath = "^0.7"
48
48
  pytest-sugar = "^1.0"
49
49
  Werkzeug = "^3.0"