Releases: pypa/setuptools-scm
Releases · pypa/setuptools-scm
Release list
setuptools-scm v10.2.1
Immutable
release. Only release title and notes can be modified.
Fixed
- Omit
scm_version.jsonandscm_file_list.jsonfrom wheel.dist-info
while still including them in sdists for fallback discovery. (#1473)
vcs-versioning v2.2.2
Immutable
release. Only release title and notes can be modified.
Fixed
- Add missing pytest-timeout to vcs-versioning test dependencies. (#1461)
vcs-versioning v2.2.1
Immutable
release. Only release title and notes can be modified.
Fixed
- Fix crash in
_warn_if_trackedwhen the version file target is a relative path
by resolving it against the project root before comparison.
Also warn (instead of crashing) when the target resolves outside the project root. (#1451)
vcs-versioning v2.2.0
Immutable
release. Only release title and notes can be modified.
setuptools-scm v10.2.0
Immutable
release. Only release title and notes can be modified.
vcs-versioning v2.1.2
Immutable
release. Only release title and notes can be modified.
Fixed
- Fix MetadataWorkdir crash when using custom
tag_regex— stored tags are already parsed version strings and no longer re-parsed through the tag regex. (#1439)
vcs-versioning v2.1.1
Immutable
release. Only release title and notes can be modified.
Fixed
- Fix spurious
DeprecationWarningfortag_regexwhen using default value viaget_version(). (#1434)
vcs-versioning v2.1.0
Immutable
release. Only release title and notes can be modified.
Added
- Add
VcsEnvironment.build_config_from_pyproject,build_config_from_data, andpyproject_tool_namesmethods for canonical env-first configuration creation. (#1424)
Fixed
setuptools-scm v10.1.2
Immutable
release. Only release title and notes can be modified.
Fixed
- Fix DeprecationWarning leak by threading VcsEnvironment through VersionInferenceConfig and using env.make_reader() in _should_write_to_source. (#1424)
vcs-versioning v2.0.1
Immutable
release. Only release title and notes can be modified.
Fixed
- Update CI to use PyPy 3.11 as cryptography has no PyPy 3.10 build available (#1421)