crieur 1.0.1__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.1"
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.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
- crieur/__init__.py,sha256=49znxjIONRU271Dtd5H7pKcfL4Uzq3SCZaIcsvdz1zQ,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.1.dist-info/METADATA,sha256=jonSS8ad-_akPuta07M0es_zGjm2rj77LYc0h3BewVM,44449
14
- crieur-1.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
15
- crieur-1.0.1.dist-info/entry_points.txt,sha256=edmbmPxs9QXyvSMpPJBDPGw3vZOJEKqXJhysYNx3QSM,43
16
- crieur-1.0.1.dist-info/licenses/LICENSE,sha256=F5acw9_laHeyi4wPmQyf_ttyz81VqCIwScwO8C1FhXU,34519
17
- crieur-1.0.1.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