dependence 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.
dependence/update.py CHANGED
@@ -537,9 +537,9 @@ def main() -> None:
537
537
  type=str,
538
538
  help=(
539
539
  "If provided, an extra which consolidates the requirements "
540
- "for all other extras will be added/updated to setup.cfg "
540
+ "for all other extras will be added/updated to pyproject.toml "
541
541
  "or setup.cfg (this argument is ignored for "
542
- "requirements.txt files)"
542
+ "requirements.txt files and other TOML files)"
543
543
  ),
544
544
  )
545
545
  parser.add_argument(
@@ -567,7 +567,7 @@ def main() -> None:
567
567
  nargs="+",
568
568
  type=str,
569
569
  help=(
570
- "One or more local paths to a setup.cfg, setup.cfg, "
570
+ "One or more local paths to a *.toml, setup.cfg, "
571
571
  "and/or requirements.txt file"
572
572
  ),
573
573
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: dependence
3
- Version: 1.0.1
3
+ Version: 1.0.3
4
4
  Summary: A dependency management tool for python projects
5
5
  Project-URL: Homepage, https://dependence.enorganic.org
6
6
  Author-email: david@belais.me
@@ -47,8 +47,8 @@ requirements.txt, pyproject.toml, setup.cfg, or tox.ini files. The output
47
47
  format matches that of `pip freeze`, but only lists dependencies of indicated
48
48
  packages and/or editable project locations.
49
49
 
50
- You may refer to the [`dependence freeze` CLI reference](https://dependence.enorganic.org/cli.md#dependence-freeze)
51
- and/or [`dependence.freeze` API reference](https://dependence.enorganic.org/api/freeze.md) for details
50
+ You may refer to the [`dependence freeze` CLI reference](https://dependence.enorganic.org/cli/#dependence-freeze)
51
+ and/or [`dependence.freeze` API reference](https://dependence.enorganic.org/api/freeze/) for details
52
52
  concerning this command/module, related options, and more complex use case
53
53
  examples.
54
54
 
@@ -173,7 +173,7 @@ updated? By design. Here are the rules `dependence update` adheres to:
173
173
  - If your requirement is unversioned, we don't touch it, of course. This is
174
174
  why you didn't see any change for "pip".
175
175
 
176
- You may refer to the [`dependence update` CLI reference](https://dependence.enorganic.org/cli.md#dependence-update)
177
- and/or [`dependence.update` API reference](https://dependence.enorganic.org/api/update.md) for details
176
+ You may refer to the [`dependence update` CLI reference](https://dependence.enorganic.org/cli/#dependence-update)
177
+ and/or [`dependence.update` API reference](https://dependence.enorganic.org/api/update/) for details
178
178
  concerning this command/module, related options, and more complex use
179
179
  cases/examples.
@@ -3,8 +3,8 @@ dependence/__main__.py,sha256=myBIBZdez2jC3_dkVSE-mOLo39yKi2cF_0NuVXcXF1E,1528
3
3
  dependence/_utilities.py,sha256=gUFC6lzd3T60_-3kqzqTJRmmilzM64HRHz6rxjhJd9c,33697
4
4
  dependence/freeze.py,sha256=t9yoavc8h5OWA5za_tNrEQIGThFHy679O-6MnXUBZmQ,14855
5
5
  dependence/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- dependence/update.py,sha256=UWbUKBcLZ30sLnCn9A3cdtn4RsT68R916LcEbuLkAiM,19955
7
- dependence-1.0.1.dist-info/METADATA,sha256=zu90hLAwuvbyG-IizENodndT4Sowf5EOO6TimrZfNbg,5508
8
- dependence-1.0.1.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
9
- dependence-1.0.1.dist-info/entry_points.txt,sha256=NStO_B0D81ObVYr9zDs6LCy0whm0a8KCiiFHMmTwOVE,56
10
- dependence-1.0.1.dist-info/RECORD,,
6
+ dependence/update.py,sha256=ymncDTVh9UxECQwOIcU3OWIfhvCP3kdQlyKfJH34CoU,19978
7
+ dependence-1.0.3.dist-info/METADATA,sha256=8eNfQAoM6H_A2nG4Fxw1KCKU04HJXEVnEo3BadEI0Og,5500
8
+ dependence-1.0.3.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
9
+ dependence-1.0.3.dist-info/entry_points.txt,sha256=NStO_B0D81ObVYr9zDs6LCy0whm0a8KCiiFHMmTwOVE,56
10
+ dependence-1.0.3.dist-info/RECORD,,