setuptools_scm icon indicating copy to clipboard operation
setuptools_scm copied to clipboard

the blessed package to manage your versions by scm tags

Results 109 setuptools_scm issues
Sort by recently updated
recently updated
newest added
trafficstars

It is currently Thu 17 Feb 2022 08:06:04 PM EST; which in UTC is Fri 18 Feb 2022 01:06:46 AM. Whether `test_calver_by_date` confuses time zones, or whether it adds some...

Currently when using the non-legacy pyproject.toml setuptools_scm configuration, you are unable to define inline callable version schemes - you're forced to publish a package on pypi and use its entry...

help wanted
deferred

https://github.com/mtkennerly/dunamai by @mtkennerly looks quite interesting and may be used for poetry, we should investigate if this is something fit to be integrate into setuptools_scm as well

enhancement
help wanted
deferred

there should be a builtin command that enables to create actual tags it should solve the simple use-case, and perhaps provide connected tooling for a more complex use-case

help wanted
deferred

there should be a automation around using town-crier and its automation

deferred

Hey, thanks for setuptools_scm. It'd be super useful if the docs showed a suggested (or at least possible) configuration for the use case where someone wanted to continuously deploy a...

help wanted
deferred
documentation

When using setuptools-scm with tags containing dashes, I'm unable to configure setuptools-scm to parse the version correctly. I have been able to configure the ``git describe`` phase, but the subsequent...

bug

Hello, First of all, thanks for this project. I think that taking versions from the VCS is an essential feature. I was doing some experiments, specially using editable pip installs...

help wanted
deferred

The [README](https://github.com/pypa/setuptools_scm#version-number-construction) of setuptools_scm mentions appending `.devN` for Semver version numbers, but according to [Semver](https://semver.org/) the minor version number may only be followed by a `-` or a `+`. You...

Readthedocs clones with ``` git clone --no-single-branch --depth 50 https://github.com/snek5000/snek5000.git cd snek5000 git checkout --force origin/main git clean -d -f -f ``` With such clone, ``` $ git --git-dir .git...