summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove Python 2 pip. Ref #795. (#796)v7.1.0Jason R. Coombs2022-12-171-3/+0
* Update changelogJason R. Coombs2022-12-171-0/+11
* Merge pull request #789 from kwinkunks/patch-1Ronny Pfannschmidt2022-11-271-17/+31
|\
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-11-271-2/+2
| * Adding note about dynamic version, fixes #756Matt Hall2022-11-271-18/+32
|/
* Merge pull request #772 from dlitz/for-upstreamRonny Pfannschmidt2022-11-035-6/+18
|\
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-10-141-1/+3
| * Fix #759: Update .git_archival.txt templates to more closely match how we inv...Darsey Litzenberger2022-10-143-3/+3
| * Fix parsing .git_archival.txt for archives made from tagged commits.Darsey Litzenberger2022-10-142-3/+13
* | Merge pull request #779 from RonnyPfannschmidt/pre-commit-upgradeRonny Pfannschmidt2022-11-032-6/+8
|\ \ | |/ |/|
| * pre-commit hooks upgradeRonny Pfannschmidt2022-11-032-6/+8
|/
* Merge pull request #765 from mwtoews/rm-default-coding-in-py-templateRonny Pfannschmidt2022-09-141-1/+0
|\
| * Remove default "coding: utf-8" in .py templateMike Taves2022-08-291-1/+0
|/
* Merge pull request #752 from abravalheri/fallback-files-commandRonny Pfannschmidt2022-08-206-6/+91
|\
| * Fix tests for windowsAnderson Bravalheri2022-07-151-1/+7
| * Add debuging statementsAnderson Bravalheri2022-07-152-0/+3
| * Add integrations and tests for fallback file findersAnderson Bravalheri2022-07-153-1/+32
| * Implement fallback file finders for git/hg archivesAnderson Bravalheri2022-07-152-0/+38
| * Add boolean flag that allows scm_find_files to bypass SCM listingAnderson Bravalheri2022-07-151-5/+12
* | Merge pull request #762 from pypa/bugfix/760-unicodedecode-errorRonny Pfannschmidt2022-08-202-1/+19
|\ \
| * | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-08-192-3/+3
| * | Force encoding when reading setup.cfg. Fixes #760.Jason R. Coombs2022-08-192-2/+1
| * | Add test capturing failed expectation. Ref #760.Jason R. Coombs2022-08-191-0/+19
|/ /
* | Merge pull request #757 from stanislavlevin/issue_750Ronny Pfannschmidt2022-08-051-6/+2
|\ \ | |/ |/|
| * tests: Fix test_git_archhival_from_unfiltered assumptionsStanislav Levin2022-08-051-6/+2
|/
* Merge pull request #748 from hugovk/prefer-tomllibRonny Pfannschmidt2022-07-115-18/+26
|\
| * Add colour to GHA logsHugo van Kemenade2022-07-111-0/+3
| * Bump actions versionsHugo van Kemenade2022-07-111-9/+9
| * Allow testing feature branchesHugo van Kemenade2022-07-111-1/+1
| * Use stdlib tomllib instead of tomli for Python 3.11+Hugo van Kemenade2022-07-114-8/+13
* | Merge pull request #747 from RonnyPfannschmidt/fix-workflowRonny Pfannschmidt2022-07-111-2/+0
|\ \ | |/ |/|
| * dont build on releases to prevent concurent kill of tag buildsRonny Pfannschmidt2022-07-111-2/+0
* | Merge pull request #746 from RonnyPfannschmidt/release-prepv7.0.5Ronny Pfannschmidt2022-07-111-0/+6
|\ \ | |/
| * update changelogRonny Pfannschmidt2022-07-101-0/+6
* | Merge pull request #741 from pypa/pre-commit-ci-update-configRonny Pfannschmidt2022-07-101-2/+2
|\ \ | |/ |/|
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-07-041-2/+2
* | ignore unexported git archivalsRonny Pfannschmidt2022-07-102-3/+18
|/
* Merge pull request #739 from RonnyPfannschmidt/fix-738-protect-relative-tov7.0.4Ronny Pfannschmidt2022-07-012-2/+32
|\
| * fix #738: protect relative_to of Configuration.from_fileRonny Pfannschmidt2022-07-012-2/+32
|/
* Merge pull request #734 from Changaco/patch-1v7.0.3Ronny Pfannschmidt2022-06-281-13/+22
|\
| * Update README. use unsigned tag variant for the git archival docsRonny Pfannschmidt2022-06-281-1/+1
| * fix incomplete template for `.git_archival.txt`Charly C2022-06-271-1/+4
| * add instructions for Git archives in READMECharly C2022-06-271-13/+19
* | Merge pull request #736 from RonnyPfannschmidt/allow-cli-root-absoluteRonny Pfannschmidt2022-06-288-72/+139
|\ \ | |/ |/|
| * bugfix wrong condition in relative_to override and fix testsRonny Pfannschmidt2022-06-283-9/+19
| * cleanup pyproject loading and allow cli relative roots to be specifiedRonny Pfannschmidt2022-06-287-69/+126
|/
* Merge pull request #732 from RonnyPfannschmidt/fix-727-git-archival-no-versio...Ronny Pfannschmidt2022-06-273-2/+21
|\
| * fix #727: correctly handle incomplete archivals from setuptools_scm_git_archivalRonny Pfannschmidt2022-06-263-2/+21
|/
* Merge pull request #731 from RonnyPfannschmidt/cli-setup-root-optionRonny Pfannschmidt2022-06-265-24/+115
|\
| * fix #691 - support root in pyproject.toml even for cliRonny Pfannschmidt2022-06-265-24/+115