emcd-projects 1.19a0__py3-none-any.whl → 1.22rc0__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: emcd-projects
3
- Version: 1.19a0
3
+ Version: 1.22rc0
4
4
  Summary: Project management utilities.
5
5
  Project-URL: Homepage, https://github.com/emcd/python-project-common
6
6
  Project-URL: Documentation, https://emcd.github.io/python-project-common
@@ -23,9 +23,9 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
23
23
  Classifier: Programming Language :: Python :: Implementation :: PyPy
24
24
  Classifier: Topic :: Software Development
25
25
  Requires-Python: >=3.10
26
- Requires-Dist: absence
26
+ Requires-Dist: absence~=1.1
27
27
  Requires-Dist: defusedxml
28
- Requires-Dist: frigid
28
+ Requires-Dist: frigid~=3.0
29
29
  Requires-Dist: icecream-truck
30
30
  Requires-Dist: importlib-metadata
31
31
  Requires-Dist: importlib-resources
@@ -4,7 +4,7 @@ emcdproj/data/copier/answers-maximum.yaml,sha256=zc0BP1zwYOdRPemq0NrY66JPmSujPkR
4
4
  emcdproj/data/templates/coverage.svg.jinja,sha256=UWJE9I1QVoo31DB4PAcf_sYFs1oOViDbnCmhzuoVuq8,1479
5
5
  emcdproj/data/templates/website.html.jinja,sha256=V958XUcGdNmvSl_RalRvPRIZ5uUcpaXgycddOLN6rfA,1513
6
6
  emcdproj/README.rst,sha256=ThJlTJWDLurnGuhCXlQDRuSYexDJrAUnHIPiTGaAmww,4495
7
- emcdproj/__init__.py,sha256=AcN45O1BmhOBYgwCnEk36I9ZhOWuUIUNdVhkihDVF0g,1584
7
+ emcdproj/__init__.py,sha256=LzvZFY6jWPpL18If81quaWy4rTEwWFLZ0e41PzumVfc,1585
8
8
  emcdproj/__main__.py,sha256=KkTeK75rYgF2yVf2HpTs-L2V1jru3j7ohDSgGXWFXjQ,1409
9
9
  emcdproj/cli.py,sha256=WNAF0pmAbdxtmuCcyTBkuG1CQnWixpkDSXNuQ4KwXDE,4414
10
10
  emcdproj/exceptions.py,sha256=Y9n5pGh1-hMkKtOYherAjUw19af4-uWDNzUZjiqiU00,2641
@@ -21,8 +21,8 @@ emcdproj/__/nomina.py,sha256=ThDGfaQnY5utf0lnoy7JRbCKPY97p3VPyaGQjl4hca4,1611
21
21
  emcdproj/__/preparation.py,sha256=Wx4E0V3EB0aWtvqladZj__n7h2wMaR5FOkthp9-JVS0,3861
22
22
  emcdproj/__/state.py,sha256=inChROB1WcJ_b9kZ6VfQZr-dLj56-MxWoMHrvB-yXu4,3596
23
23
  emcdproj/_typedecls/__builtins__.pyi,sha256=VhJfnYgggXihUzomBHtA1xEKzG7XqEHkSjhl0Ro6qgg,153
24
- emcd_projects-1.19a0.dist-info/METADATA,sha256=6VptszNKtzjAGu3nYtCKGkmsezMgrPpIJ7l2XjgxPt0,6087
25
- emcd_projects-1.19a0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
26
- emcd_projects-1.19a0.dist-info/entry_points.txt,sha256=22Pc1xg3OboNBxpTnDM3gLYXo8QuY2E0SOv1djo0fdc,43
27
- emcd_projects-1.19a0.dist-info/licenses/LICENSE.txt,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
28
- emcd_projects-1.19a0.dist-info/RECORD,,
24
+ emcd_projects-1.22rc0.dist-info/METADATA,sha256=qQ9vOy697SIEizG3Ryvml-HzClzgTpApVozLuLozHBA,6098
25
+ emcd_projects-1.22rc0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
26
+ emcd_projects-1.22rc0.dist-info/entry_points.txt,sha256=22Pc1xg3OboNBxpTnDM3gLYXo8QuY2E0SOv1djo0fdc,43
27
+ emcd_projects-1.22rc0.dist-info/licenses/LICENSE.txt,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
28
+ emcd_projects-1.22rc0.dist-info/RECORD,,
emcdproj/__init__.py CHANGED
@@ -27,7 +27,7 @@ from . import exceptions
27
27
  # --- END: Injected by Copier ---
28
28
 
29
29
 
30
- __version__ = '1.19a0'
30
+ __version__ = '1.22rc0'
31
31
 
32
32
 
33
33
  def main( ):