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
/
testing
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
apply reorder-python-imports
Ronny Pfannschmidt
2021-08-07
12
-37
/
+56
*
Adding search_parent_directories to recursively search parent directory for g...
Tom de Geus
2021-08-07
1
-0
/
+13
*
Merge pull request #532 from paugier/hg-git
Ronny Pfannschmidt
2021-07-13
2
-0
/
+101
|
\
|
*
Merge main branch into hg-git branch
paugier
2021-07-06
5
-9
/
+141
|
|
\
|
*
|
Better testing hg-git
paugier
2021-03-25
2
-1
/
+16
|
*
|
hg-git: test like git + fixes
paugier
2021-03-23
2
-0
/
+86
*
|
|
Use os.mkdir rather than subprocess.Popen
Dominic Davis-Foster
2021-07-11
1
-2
/
+2
*
|
|
Lint
Dominic Davis-Foster
2021-07-11
1
-2
/
+1
*
|
|
Use UTF-8 encoding when reading pyproject.toml
Dominic Davis-Foster
2021-07-11
2
-5
/
+25
|
|
/
|
/
|
*
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2021-06-18
1
-2
/
+4
*
|
Minor tests improvement
Sylvain MARIE
2021-06-18
1
-1
/
+3
*
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2021-06-18
1
-2
/
+2
*
|
`version_cls` can now receive a string too. Added a test for setuptools/git i...
Sylvain MARIE
2021-06-18
1
-0
/
+56
*
|
Exposing `NonNormalizedVersion` at the root level now that it moved to the co...
Sylvain MARIE
2021-06-18
1
-2
/
+2
*
|
Flake8
Sylvain MARIE
2021-06-18
1
-2
/
+3
*
|
Added a `normalize` boolean flag and a `NonNormalizedVersion` class. Using `n...
Sylvain MARIE
2021-06-18
2
-19
/
+29
*
|
Merge branch 'main' of https://github.com/pypa/setuptools_scm into feature/cu...
Sylvain MARIE
2021-06-18
9
-51
/
+178
|
\
\
|
*
|
Accept branches start with 'v' as being a release branch.
Elliott Sales de Andrade
2021-06-01
1
-0
/
+5
|
*
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2021-04-26
1
-1
/
+1
|
*
|
Merge pull request #544 from RonnyPfannschmidt/error-on-dead-python
Ronny Pfannschmidt
2021-04-23
1
-0
/
+14
|
|
\
\
|
|
*
|
enhance docs and old python erroring
Ronny Pfannschmidt
2021-04-22
1
-0
/
+14
|
|
|
/
|
*
|
Fix #557
Kevin Kirsche
2021-04-14
1
-0
/
+12
|
*
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2021-04-12
1
-1
/
+1
|
|
/
|
*
drop node_date on old git
Ronny Pfannschmidt
2021-03-17
1
-1
/
+10
|
*
Merge pull request #533 from henryiii/patch-1
Ronny Pfannschmidt
2021-03-16
6
-20
/
+5
|
|
\
|
|
*
fix: drop more Python 2 manually
Henry Schreiner
2021-03-16
3
-13
/
+0
|
|
*
style: run pre-commit
Henry Schreiner
2021-03-16
4
-7
/
+5
|
*
|
Reduced size of tests regarding calver by date test
Iker Reyes
2021-03-15
1
-86
/
+5
|
*
|
Fixed broken calver test
Iker Reyes
2021-03-12
1
-1
/
+1
|
*
|
Added usage of node_date in calver version
Iker Reyes
2021-03-12
1
-33
/
+82
|
*
|
Merge branch 'master' into calver-by-date
Iker Reyes
2021-03-12
3
-28
/
+32
|
|
\
\
|
|
|
/
|
|
*
introduce internal support for walking multiple version schemes, needs refine...
Ronny Pfannschmidt
2021-03-12
2
-1
/
+11
|
|
*
add node_date for git
Ronny Pfannschmidt
2021-03-12
1
-2
/
+19
|
|
*
drop support for old python/setuptools
Ronny Pfannschmidt
2021-03-07
2
-26
/
+3
|
*
|
Added v and V prefix to calver tests
Iker Reyes
2021-03-12
1
-49
/
+50
|
*
|
If release-X is given calver, use X for version
Iker Reyes
2021-03-12
1
-0
/
+15
|
*
|
Removed leading v/V match from calver and set future date warning
Iker Reyes
2021-03-12
1
-0
/
+34
|
*
|
Added tests with 4 digits year
Iker Reyes
2021-03-11
1
-0
/
+10
|
*
|
Fix flacky test
Iker Reyes
2021-03-11
1
-2
/
+2
|
*
|
Fix broken date formatting on windows in tests
Iker Reyes
2021-03-11
1
-3
/
+5
|
*
|
Added working draft version for calver_by_date
Iker Reyes
2021-03-11
1
-29
/
+45
|
*
|
Improved guess next function for date calver
Iker Reyes
2021-03-11
1
-9
/
+13
|
*
|
Added files missing in last commit
Iker Reyes
2021-03-10
1
-0
/
+48
|
*
|
Added schema to version and set in the cfg. Moving tests to test_version file
Iker Reyes
2021-03-10
1
-97
/
+0
|
*
|
Testing for the calver by date scheme
Iker Reyes
2021-03-10
1
-0
/
+97
|
|
/
*
|
First step towards #524
Sylvain MARIE
2021-06-17
2
-0
/
+30
|
/
*
pytest 6.2.0 support
Ronny Pfannschmidt
2020-12-13
1
-1
/
+1
*
fix #507 - use dist.metadata.name and add pyproject support for dist_name
Ronny Pfannschmidt
2020-12-13
1
-3
/
+14
*
fix #337: if relative_to is given as folder instead of file consider it directly
Ronny Pfannschmidt
2020-12-11
1
-4
/
+8
*
add test and changelog for #356
Ronny Pfannschmidt
2020-12-11
1
-0
/
+2
[prev]
[next]