duty 1.6.2__py3-none-any.whl → 1.6.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.
@@ -185,6 +185,6 @@ class git_changelog(Tool): # noqa: N801
185
185
  Returns:
186
186
  The exit code of the command.
187
187
  """
188
- from git_changelog.cli import main as run_git_changelog # noqa: PLC0415
188
+ from git_changelog import main as run_git_changelog # noqa: PLC0415
189
189
 
190
190
  return run_git_changelog(self.cli_args)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: duty
3
- Version: 1.6.2
3
+ Version: 1.6.3
4
4
  Summary: A simple task runner.
5
5
  Keywords: task-runner,task,runner,cross-platform
6
6
  Author-Email: =?utf-8?q?Timoth=C3=A9e_Mazzucotelli?= <dev@pawamoy.fr>
@@ -1,7 +1,7 @@
1
- duty-1.6.2.dist-info/METADATA,sha256=o38alE6J_1OMyfrCEkc2vLvAeP_FFReeEEny9bNVjNY,2736
2
- duty-1.6.2.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
3
- duty-1.6.2.dist-info/entry_points.txt,sha256=aCE5QWIgzL6DnOQTeLmwnOqbV70ERZQ71hFYXAiMDwU,51
4
- duty-1.6.2.dist-info/licenses/LICENSE,sha256=nQxdYSduhkgEpOTmg4yyIMmFPzcr2qrlUl8Tf9QZPug,754
1
+ duty-1.6.3.dist-info/METADATA,sha256=DEfKAhm_frluSh7S5uwgjFB2BpQxsQdBhrsE4nVrS-g,2736
2
+ duty-1.6.3.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
3
+ duty-1.6.3.dist-info/entry_points.txt,sha256=aCE5QWIgzL6DnOQTeLmwnOqbV70ERZQ71hFYXAiMDwU,51
4
+ duty-1.6.3.dist-info/licenses/LICENSE,sha256=nQxdYSduhkgEpOTmg4yyIMmFPzcr2qrlUl8Tf9QZPug,754
5
5
  duty/__init__.py,sha256=XYIKFqVvQCBDPNCtsCwPpN_mEnKRas5_103x9tdx3Vg,1205
6
6
  duty/__main__.py,sha256=uzZGmlxuxHwn-rBp8axUwB57GcnmPGcFmDVHArwrrdI,343
7
7
  duty/_internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -38,7 +38,7 @@ duty/_internal/tools/_blacken_docs.py,sha256=dRPTA5vWvI2vFmYosFBE7rNYXuLutOKSULV
38
38
  duty/_internal/tools/_build.py,sha256=LGEhEzxCtgEKLcp7jpVod2O10BT3oBGExEt1pPl-QIw,2611
39
39
  duty/_internal/tools/_coverage.py,sha256=o_GoVXAy7eLw1bZaQhrcBm-8yfhOG25K8fuvVr1pruA,26441
40
40
  duty/_internal/tools/_flake8.py,sha256=2xHoNG_nxL7TEDLn6qpbjq9ppTF25lAenV-D57H_pJw,9339
41
- duty/_internal/tools/_git_changelog.py,sha256=KxctfBTgD5f_BXBv1nRlQK8Qx62mp7IUtazgN8aIPYU,8341
41
+ duty/_internal/tools/_git_changelog.py,sha256=aZEVsdpPI1rwZtz-Flyl1sgN5jes6FzLR9c3emChOmc,8337
42
42
  duty/_internal/tools/_griffe.py,sha256=5JpOAMgfnoFWJK8vCULaKwXlq_w4toY0LXxZPvqCeoI,8043
43
43
  duty/_internal/tools/_interrogate.py,sha256=GyInYCyzcxUBxDvJkMHlZ38GrYcmMSf_l3I2tMMVtSE,5757
44
44
  duty/_internal/tools/_isort.py,sha256=cXKqQj-ReYm0pfH41P6l3tdObdtDfkAUcjOUrRAXQks,28413
@@ -78,4 +78,4 @@ duty/exceptions.py,sha256=p36-9D47b-gWPd_HZoUKl0nivaaLJiuAbNHe3TTYr7w,393
78
78
  duty/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
79
79
  duty/tools.py,sha256=sKKM9CBFswtC4devluN0knegv8b4mhv4DBBfJwMDgx0,1208
80
80
  duty/validation.py,sha256=U-fSrcMVgKyTCOczNS_TsSNF03U1DVgEg0BF3rJAySo,393
81
- duty-1.6.2.dist-info/RECORD,,
81
+ duty-1.6.3.dist-info/RECORD,,
File without changes