dependence 1.2.2__tar.gz → 1.2.3__tar.gz
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-1.2.2 → dependence-1.2.3}/PKG-INFO +1 -1
- {dependence-1.2.2 → dependence-1.2.3}/dependence/freeze.py +1 -1
- {dependence-1.2.2 → dependence-1.2.3}/pyproject.toml +1 -1
- {dependence-1.2.2 → dependence-1.2.3}/.gitignore +0 -0
- {dependence-1.2.2 → dependence-1.2.3}/README.md +0 -0
- {dependence-1.2.2 → dependence-1.2.3}/dependence/__init__.py +0 -0
- {dependence-1.2.2 → dependence-1.2.3}/dependence/__main__.py +0 -0
- {dependence-1.2.2 → dependence-1.2.3}/dependence/_utilities.py +0 -0
- {dependence-1.2.2 → dependence-1.2.3}/dependence/py.typed +0 -0
- {dependence-1.2.2 → dependence-1.2.3}/dependence/update.py +0 -0
- {dependence-1.2.2 → dependence-1.2.3}/dependence/upgrade.py +0 -0
|
@@ -268,7 +268,7 @@ def _iter_frozen_requirements(
|
|
|
268
268
|
if keep_version_specifier and any(
|
|
269
269
|
fnmatch(name, pattern) for pattern in keep_version_specifier
|
|
270
270
|
):
|
|
271
|
-
distribution_names_specifiers[name] = requirement_string
|
|
271
|
+
distribution_names_specifiers[name] = requirement_string.rstrip()
|
|
272
272
|
distribution_names: MutableSet[str] = {name}
|
|
273
273
|
if (depth_ is None) or depth_:
|
|
274
274
|
distribution_names |= get_required_distribution_names(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|