Path to this page:
./
devel/py-setuptools_scm,
Manage your versions by scm tags
Branch: CURRENT,
Version: 5.0.1,
Package name: py38-setuptools_scm-5.0.1,
Maintainer: pkgsrc-userssetuptools_scm handles managing your python package versions in
scm metadata. It also handles file finders for the supperted scms.
Required to run:[
devel/py-setuptools] [
lang/python37] [
textproc/py-toml]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: af08a257a725dbdde9795859249ddf79caf4fc22
RMD160: 8676ba323e763f1ad3298a1191fa8acc3c162eb5
Filesize: 50.468 KB
Version history: (Expand)
- (2021-01-18) Updated to version: py38-setuptools_scm-5.0.1
- (2020-08-24) Updated to version: py37-setuptools_scm-4.1.2
- (2020-02-17) Updated to version: py37-setuptools_scm-3.5.0
- (2020-01-23) Updated to version: py37-setuptools_scm-3.4.3
- (2020-01-20) Updated to version: py37-setuptools_scm-3.4.2
- (2019-05-21) Updated to version: py37-setuptools_scm-3.3.3
CVS history: (Expand)
2021-01-18 17:03:32 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-setuptools_scm: updated to 5.0.1
v5.0.1
fix 509: support SETUPTOOLS_SCM_PRETEND_VERSION_FOR_${DISTRIBUTION_NAME} for \
pyproject.toml
v5.0.0
Breaking changes:
fix 339: strict errors on missing scms when parsing a scm dir to avoid false \
version lookups
fix 337: if relative_to is a directory instead of a file, consider it as direct \
target instead of the containing folder and print a warning
Bugfixes:
fix 352: add support for generally ignoring specific vcs roots
fix 471: better error for version bump failing on complex but accepted tag
fix 479: raise indicative error when tags carry non-parsable information
Add no-guess-dev which does no next version guessing, just adds .post1.devN in \
case there are new commits after the tag
add python3.9
enhance documentation
consider SOURCE_DATE_EPOCH for versioning
add a version_tuple to write_to templates
fix 321: add suppport for the \
SETUPTOOLS_SCM_PRETEND_VERSION_FOR_${DISTRIBUTION_NAME} env var to target the \
pretend key
fix 142: clearly list supported scm
fix 213: better error message for non-zero dev numbers in tags
fix 356: add git branch to version on describe failure
|
2020-08-24 10:38:40 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-setuptools_scm: update to 4.1.2.
v4.1.2
=======
* disallow git tags without dots by default again - #449
v4.1.1
=======
* drop jaraco.windows from pyproject.toml, allows for wheel builds on python2
v4.1.0
=======
* include python 3.9 via the deadsnakes action
* return release_branch_semver scheme (it got dropped in a bad rebase)
* undo the devendoring of the samefile backport for python2.7 on windows
* re-enable the building of universal wheels
* fix handling of missing git/hg on python2.7 (python 3 exceptions where used)
* correct the tox flake8 invocation
* trigger builds on tags again
v4.0.0
======
* Add ``parentdir_project_version`` to support installs from GitHub release
tarballs.
* use Coordinated Universal Time (UTC)
* switch to github actions for ci
* fix documentation for ``tag_regex`` and add support for single digit versions
* document handling of enterprise distros with unsupported setuptools versions #312
* switch to declarative metadata
* drop the internal copy of samefile and use a dependency on jaraco.windows on \
legacy systems
* select git tags based on the presence of numbers instead of dots
* enable getting a version form a parent folder prefix
* add release-branch-semver version scheme
* make global configuration available to version metadata
* drop official support for python 3.4
|
2020-05-16 18:35:25 by Adam Ciarcinski | Files touched by this commit (7) |
Log message:
pytest from versioned deps.
|
2020-02-14 11:12:02 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-setuptools_scm: updated to 3.5.0
v3.5.0
* add ``no-local-version`` local scheme and improve documentation for schemes
v3.4.4
* fix: also sort out resource warnings when dealing with git file finding
|
2020-01-23 11:11:44 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-setuptools_scm: updated to 3.4.3
v3.4.3
* fix: ensure the git file finder terminates subprocess after reading archive
|
2020-01-20 12:49:35 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-setuptools_scm: updated to 3.4.2
v3.4.2
* fix: correctly transfer tag regex in the Configuration constructor
* rollback --first-parent for git describe as it turns out to be a regression \
for some users
v3.4.1
* correctly set up the default version scheme for pyproject usage.
this bugfix got missed when ruushing the release.
v3.4.0
* fix - add support for projects built under setuptools declarative config
by way of the setuptools.finalize_distribution_options hook in Setuptools 42.
* fix - ensure the git file finder closes filedescriptors even when errors happen
* fix - clean out env vars from the git hook system to ensure correct function \
from within
* modernize docs wrt importlib.metadata
* use --first-parent for git describe
|
2019-05-21 10:20:48 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-setuptools_scm: updated to 3.3.3
v3.3.3
* add eggs for python3.7 and 3.8 to the deploy
v3.3.2
* fix 335 - fix python3.8 support and add builds for up to python3.8
v3.3.1
* fix 333 (regression from 198) - use a specific fallback root when calling \
fallbacks. Remove old
hack that resets the root when fallback entrypoints are present.
v3.3.0
* fix 198 by adding the fallback_version option, which sets the version to be \
used when everything else fails.
|
2019-01-17 14:19:36 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-setuptools_scm: updated to 3.2.0
v3.2.0
* fix 303 and 283 by adding the option git_describe_command to allow the user to \
control the
way that git describe is called.
|