crieur 1.0.2__py3-none-any.whl → 1.0.3__py3-none-any.whl

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.

crieur/__init__.py CHANGED
@@ -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
@@ -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
- crieur/__init__.py,sha256=HMxG5nf7uNZx331-If5lXq2iNdTjuQzRxqgfbZt_t68,77
1
+ crieur/__init__.py,sha256=q9aHaAl8dfTUattWUoIFE6JfFZoLBTXYhI6ANrPB3lY,77
2
2
  crieur/__main__.py,sha256=bYt9eEaoRQWdejEHFD8REx9jxVEdZptECFsV7F49Ink,30
3
3
  crieur/cli.py,sha256=6hdYn48ASf5sPEPzWw2UUXpH48yD5IgU731mH714LRQ,4327
4
4
  crieur/generator.py,sha256=5VEwrDoMkYLM_pv5D-vBAjEYtIOgQXEtkLCLfazKZOE,2461
@@ -10,8 +10,8 @@ crieur/templates/base.html,sha256=8rIb5CqfVLsY5lSCJe1kUb65k306QiQxlbxYAFgjJMc,13
10
10
  crieur/templates/homepage.html,sha256=1MURsQucBzUd2WCSGoKnx50rRUofFxFcioljgj84rnE,2406
11
11
  crieur/templates/keyword.html,sha256=G-q2Hq3td0pSGfrVbOY3I85QVenwlczr5xBlSYjV-Fs,415
12
12
  crieur/templates/numero.html,sha256=U0rKS6Zl34-O8-IMi27pWtGyN7wZVtTEQMgsdx6RREM,1869
13
- crieur-1.0.2.dist-info/METADATA,sha256=gWHDIOeNY56ZSlPnYws418HvL3oxJpVB1-gqJRXxmAU,44380
14
- crieur-1.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
15
- crieur-1.0.2.dist-info/entry_points.txt,sha256=edmbmPxs9QXyvSMpPJBDPGw3vZOJEKqXJhysYNx3QSM,43
16
- crieur-1.0.2.dist-info/licenses/LICENSE,sha256=F5acw9_laHeyi4wPmQyf_ttyz81VqCIwScwO8C1FhXU,34519
17
- crieur-1.0.2.dist-info/RECORD,,
13
+ crieur-1.0.3.dist-info/METADATA,sha256=4cJs2_JtEAJV4xBCxJAYC51VbSNtVKxMkNbGRSXGfRc,44408
14
+ crieur-1.0.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
15
+ crieur-1.0.3.dist-info/entry_points.txt,sha256=edmbmPxs9QXyvSMpPJBDPGw3vZOJEKqXJhysYNx3QSM,43
16
+ crieur-1.0.3.dist-info/licenses/LICENSE,sha256=F5acw9_laHeyi4wPmQyf_ttyz81VqCIwScwO8C1FhXU,34519
17
+ crieur-1.0.3.dist-info/RECORD,,
File without changes