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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dependence
3
- Version: 1.2.2
3
+ Version: 1.2.3
4
4
  Summary: A dependency management tool for python projects
5
5
  Project-URL: Documentation, https://dependence.enorganic.org
6
6
  Project-URL: Repository, https://github.com/enorganic/dependence
@@ -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(
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
6
 
7
7
  [project]
8
8
  name = "dependence"
9
- version = "1.2.2"
9
+ version = "1.2.3"
10
10
  description = "A dependency management tool for python projects"
11
11
  readme = "README.md"
12
12
  license = "MIT"
File without changes
File without changes