index
:
delta/python-packages/setuptools-scm.git
RonnyPfannschmidt-doc-file-finder
RonnyPfannschmidt-patch-1
RonnyPfannschmidt-patch-hg-flake8
RonnyPfannschmidt-patch-pin-pytest
bugfix/303-tag_regex
bugfix/427-utc-mismatch
bugfix/436-realpath-everywhere
bugfix/448-pyproject-remove-jaraco.windows
bugfix/449-disallow-the-nondot
bugfix/workflow
docs/tidelift
drop-samefile
drop-travis
examples-for-setuptools
feature/build-require-self
feature/declarative-config
fix-312-document-enterprise-distros
fix-374
fix-395-pass-in-tag-regex
fix-pip-wheel
fix-py38
hotfix/issue-179
infra/release-prep
main
master
other
pre-commit-ci-update-config
prepare-breakages
release-prep
revert-346-first-parent
ronny/try-oidc
simple-samefile
workflows
github.com: pypa/setuptools_scm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
move version type validation to version class
Ronny Pfannschmidt
2023-01-18
3
-44
/
+42
|
*
|
|
|
move entrypoints helpers to the belonging module
Ronny Pfannschmidt
2023-01-18
2
-58
/
+61
|
*
|
|
|
move private helpers to a private modue
Ronny Pfannschmidt
2023-01-18
3
-67
/
+82
|
*
|
|
|
scmversion: stricter typing for tag
Ronny Pfannschmidt
2023-01-17
1
-1
/
+3
|
*
|
|
|
Version class: turn into dataclass
Ronny Pfannschmidt
2023-01-17
1
-41
/
+24
|
*
|
|
|
version: use precompiled regex for date_ver_match
Ronny Pfannschmidt
2023-01-17
1
-8
/
+6
|
*
|
|
|
typing: consolidate version schemes types
Ronny Pfannschmidt
2023-01-17
2
-10
/
+6
*
|
|
|
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2023-02-10
1
-1
/
+3
*
|
|
|
|
add example, split get into new function
Spencer Chang
2023-02-10
1
-11
/
+11
*
|
|
|
|
use importlib_metadata.EntryPoint to try and execute qualified function path
Spencer Chang
2023-02-10
1
-1
/
+11
|
/
/
/
/
*
|
|
|
update pre-commit
Ronny Pfannschmidt
2023-01-07
1
-2
/
+2
*
|
|
|
Replace `del section[...]` with `section.pop(...)`
Dimitri Papadopoulos
2022-11-20
1
-1
/
+1
*
|
|
|
Replace `int(dist)` with `dist`
Dimitri Papadopoulos
2022-11-20
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2022-10-14
1
-1
/
+3
*
|
|
Fix #759: Update .git_archival.txt templates to more closely match how we inv...
Darsey Litzenberger
2022-10-14
1
-1
/
+1
*
|
|
Fix parsing .git_archival.txt for archives made from tagged commits.
Darsey Litzenberger
2022-10-14
1
-3
/
+12
|
|
/
|
/
|
*
|
Remove default "coding: utf-8" in .py template
Mike Taves
2022-08-29
1
-1
/
+0
*
|
Merge pull request #752 from abravalheri/fallback-files-command
Ronny Pfannschmidt
2022-08-20
4
-6
/
+58
|
\
\
|
*
|
Add debuging statements
Anderson Bravalheri
2022-07-15
2
-0
/
+3
|
*
|
Add integrations and tests for fallback file finders
Anderson Bravalheri
2022-07-15
1
-1
/
+5
|
*
|
Implement fallback file finders for git/hg archives
Anderson Bravalheri
2022-07-15
2
-0
/
+38
|
*
|
Add boolean flag that allows scm_find_files to bypass SCM listing
Anderson Bravalheri
2022-07-15
1
-5
/
+12
|
|
/
*
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2022-08-19
1
-1
/
+1
*
|
Force encoding when reading setup.cfg. Fixes #760.
Jason R. Coombs
2022-08-19
1
-1
/
+1
|
/
*
Use stdlib tomllib instead of tomli for Python 3.11+
Hugo van Kemenade
2022-07-11
1
-3
/
+7
*
ignore unexported git archivals
Ronny Pfannschmidt
2022-07-10
1
-3
/
+6
*
fix #738: protect relative_to of Configuration.from_file
Ronny Pfannschmidt
2022-07-01
1
-2
/
+9
*
bugfix wrong condition in relative_to override and fix tests
Ronny Pfannschmidt
2022-06-28
1
-1
/
+2
*
cleanup pyproject loading and allow cli relative roots to be specified
Ronny Pfannschmidt
2022-06-28
6
-67
/
+121
*
fix #727: correctly handle incomplete archivals from setuptools_scm_git_archival
Ronny Pfannschmidt
2022-06-26
1
-2
/
+7
*
Merge pull request #731 from RonnyPfannschmidt/cli-setup-root-option
Ronny Pfannschmidt
2022-06-26
2
-15
/
+41
|
\
|
*
fix #691 - support root in pyproject.toml even for cli
Ronny Pfannschmidt
2022-06-26
2
-15
/
+41
*
|
fix #728: remove git arguments that triggered wrong branch names
Ronny Pfannschmidt
2022-06-25
1
-2
/
+2
|
/
*
Improve debug logging (indent and commands can be copy/pasted)
paugier
2022-06-24
2
-11
/
+17
*
Clean environnent variables to avoid an incompatibility between pip isolated ...
paugier
2022-06-24
1
-1
/
+22
*
Improve debug log
paugier
2022-06-24
1
-7
/
+12
*
changelog
Ronny Pfannschmidt
2022-06-22
1
-2
/
+0
*
opt out of pyproject.toml for self-bootstrap
Ronny Pfannschmidt
2022-06-22
3
-2
/
+12
*
fixup: add missed typing import guard
Ronny Pfannschmidt
2022-06-22
1
-1
/
+4
*
minimize bootstrap - fixes #722 and #723
Ronny Pfannschmidt
2022-06-22
12
-28
/
+58
*
merge with mainline
Ronny Pfannschmidt
2022-06-21
21
-530
/
+789
|
\
|
*
FIXUP: restore hg-git support
Ronny Pfannschmidt
2022-06-21
3
-25
/
+25
|
*
use typing.Type for python3.7
Ronny Pfannschmidt
2022-05-29
1
-1
/
+2
|
*
restore python3.7 support
Ronny Pfannschmidt
2022-05-29
2
-8
/
+4
|
*
add importlib_metadata for mypy pre-commit hook
Ronny Pfannschmidt
2022-05-29
1
-1
/
+1
|
*
reviews part 2
Ronny Pfannschmidt
2022-05-29
3
-61
/
+60
|
*
Bump minimal python to 3.7
Ronny Pfannschmidt
2022-05-29
20
-159
/
+158
|
*
complete mypy transformation
Ronny Pfannschmidt
2022-05-29
19
-445
/
+670
|
*
typing fixed in face of ongoing python 3.6 support
Ronny Pfannschmidt
2022-05-29
3
-13
/
+16
|
*
Prepare git archival style testing
Ronny Pfannschmidt
2022-05-29
2
-0
/
+36
[prev]
[next]