crieur 1.0.1__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.1
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
@@ -688,11 +688,10 @@ Requires-Dist: httpx
688
688
  Requires-Dist: jinja2
689
689
  Requires-Dist: minicli
690
690
  Requires-Dist: mistune
691
- Requires-Dist: progressist
692
691
  Requires-Dist: python-slugify
693
- Requires-Dist: pyyaml
694
- Requires-Dist: selectolax
695
- Requires-Dist: tomli>=1.1.0; python_version < '3.11'
692
+ Requires-Dist: pytz>=2025.2
693
+ Requires-Dist: pyyaml>=6.0.2
694
+ Requires-Dist: tzdata>=2025.2
696
695
  Requires-Dist: unidecode
697
696
  Provides-Extra: dev
698
697
  Requires-Dist: black; extra == 'dev'
@@ -1,4 +1,4 @@
1
1
  from pathlib import Path
2
2
 
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.3"
4
4
  ROOT_DIR = Path(__file__).parent
@@ -16,12 +16,11 @@ dependencies = [
16
16
  "Jinja2",
17
17
  "minicli",
18
18
  "mistune",
19
- "progressist",
20
- "PyYAML",
21
- "selectolax",
22
19
  "python-slugify",
23
- "tomli >= 1.1.0 ; python_version < '3.11'",
24
20
  "unidecode",
21
+ "tzdata>=2025.2",
22
+ "pyyaml>=6.0.2",
23
+ "pytz>=2025.2",
25
24
  ]
26
25
  classifiers = [
27
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