pelican-markdown-it-reader 2.0.3__tar.gz → 2.0.4__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,8 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pelican-markdown-it-reader
3
- Version: 2.0.3
3
+ Version: 2.0.4
4
4
  Summary: Reader plugin for Markdown-IT-py replacement
5
- Home-page: https://github.com/gaige/markdown-it-reader
6
5
  License: MIT
7
6
  Keywords: pelican,plugin
8
7
  Author: Gaige B. Paulsen
@@ -22,6 +21,7 @@ Classifier: Programming Language :: Python :: 3.10
22
21
  Classifier: Programming Language :: Python :: 3.11
23
22
  Classifier: Programming Language :: Python :: 3.12
24
23
  Classifier: Programming Language :: Python :: 3.13
24
+ Classifier: Programming Language :: Python :: 3.14
25
25
  Classifier: Topic :: Internet :: WWW/HTTP
26
26
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
27
27
  Provides-Extra: markdown
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pelican-markdown-it-reader"
3
- version = "2.0.3"
3
+ version = "2.0.4"
4
4
  description = "Reader plugin for Markdown-IT-py replacement"
5
5
  authors = ["Gaige B. Paulsen <gaige@cluetrust.com>"]
6
6
  license = "MIT"
@@ -42,7 +42,7 @@ invoke = "^2.2"
42
42
  isort = "^5.4"
43
43
  livereload = "^2.7"
44
44
  markdown = "^3.7"
45
- pytest = "^8.3.3"
45
+ pytest = "^8.3.5"
46
46
  pytest-cov = "^5.0"
47
47
  pytest-pythonpath = "^0.7"
48
48
  pytest-sugar = "^1.0"