crieur 1.0.2__tar.gz → 1.0.3__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.

Potentially problematic release.


This version of crieur might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crieur
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: A Static Revue Generator.
5
5
  Project-URL: Homepage, https://gitlab.huma-num.fr/ecrinum/crieur
6
6
  Project-URL: Issues, https://gitlab.huma-num.fr/ecrinum/crieur/-/issues
@@ -689,6 +689,7 @@ Requires-Dist: jinja2
689
689
  Requires-Dist: minicli
690
690
  Requires-Dist: mistune
691
691
  Requires-Dist: python-slugify
692
+ Requires-Dist: pytz>=2025.2
692
693
  Requires-Dist: pyyaml>=6.0.2
693
694
  Requires-Dist: tzdata>=2025.2
694
695
  Requires-Dist: unidecode
@@ -1,4 +1,4 @@
1
1
  from pathlib import Path
2
2
 
3
- VERSION = "1.0.2"
3
+ VERSION = "1.0.3"
4
4
  ROOT_DIR = Path(__file__).parent
@@ -20,6 +20,7 @@ dependencies = [
20
20
  "unidecode",
21
21
  "tzdata>=2025.2",
22
22
  "pyyaml>=6.0.2",
23
+ "pytz>=2025.2",
23
24
  ]
24
25
  classifiers = [
25
26
  "Development Status :: 5 - Production/Stable",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes