summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pre-commit updatev7.0.0Ronny Pfannschmidt2022-06-211-3/+3
* update changelogRonny Pfannschmidt2022-06-211-1/+2
* merge with mainlineRonny Pfannschmidt2022-06-2149-943/+1397
|\
| * Merge pull request #580 from RonnyPfannschmidt/git-archives-full-supportRonny Pfannschmidt2022-06-2149-940/+1392
| |\
| | * FIXUP: restore hg-git supportRonny Pfannschmidt2022-06-215-30/+34
| | * fix issues in gl pipelineRonny Pfannschmidt2022-06-211-7/+7
| | * remove integration test for setup.py error as annotations are only supported ...Ronny Pfannschmidt2022-05-291-14/+0
| | * use typing.Type for python3.7Ronny Pfannschmidt2022-05-291-1/+2
| | * restore python3.7 supportRonny Pfannschmidt2022-05-295-9/+9
| | * remove unsupported python from the pipelineRonny Pfannschmidt2022-05-291-1/+1
| | * add importlib_metadata for mypy pre-commit hookRonny Pfannschmidt2022-05-292-1/+2
| | * fix #714 - use sys.executable instead of plain pythonRonny Pfannschmidt2022-05-291-1/+2
| | * update pre-commit hookRonny Pfannschmidt2022-05-291-2/+2
| | * reviews part 2Ronny Pfannschmidt2022-05-294-62/+61
| | * Bump minimal python to 3.7Ronny Pfannschmidt2022-05-2940-208/+217
| | * complete mypy transformationRonny Pfannschmidt2022-05-2935-699/+1048
| | * use full registry name for fedora imageRonny Pfannschmidt2022-05-291-1/+1
| | * restore python 3.6 supportRonny Pfannschmidt2022-05-291-1/+1
| | * refactor test util Workdir.write flor clarityRonny Pfannschmidt2022-05-291-8/+8
| | * harden test_version_from git and more type fixesRonny Pfannschmidt2022-05-292-49/+53
| | * typing fixed in face of ongoing python 3.6 supportRonny Pfannschmidt2022-05-298-91/+106
| | * Prepare git archival style testingRonny Pfannschmidt2022-05-299-3/+86
| |/
| * Merge pull request #701 from stanislavlevin/issue_700Ronny Pfannschmidt2022-05-291-1/+3
| |\
| | * test_pyproject_support: Make correct PEP621 project definitionStanislav Levin2022-04-071-1/+3
* | | Review commentsChris Burr2022-04-262-26/+15
* | | Add test for git directories owned by different usersChris Burr2022-04-251-0/+38
* | | Use --git-dir to avoid issues with CVE-2022-24765 mitigationChris Burr2022-04-251-10/+31
|/ /
* | Merge pull request #704 from pypa/pre-commit-ci-update-configRonny Pfannschmidt2022-04-151-2/+2
|\ \ | |/ |/|
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-04-111-2/+2
|/
* Merge pull request #698 from pypa/pre-commit-ci-update-configRonny Pfannschmidt2022-04-051-2/+2
|\
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-04-041-2/+2
* | update file finder url - fixes #699Ronny Pfannschmidt2022-04-051-1/+1
|/
* Merge pull request #696 from pypa/pre-commit-ci-update-configRonny Pfannschmidt2022-03-301-3/+3
|\
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-03-281-3/+3
|/
* Merge pull request #689 from webknjaz/docs/pyproject-wheelRonny Pfannschmidt2022-02-213-3/+2
|\
| * Stop suggesting to put wheel in `pyproject.toml`Sviatoslav Sydorenko2022-02-213-3/+2
* | Merge pull request #690 from webknjaz/maintenance/gha-pypy3Ronny Pfannschmidt2022-02-211-2/+2
|\ \ | |/ |/|
| * Use `pypy-3.x` notation in GHA workflowsSviatoslav Sydorenko2022-02-211-2/+2
|/
* Merge pull request #683 from blink1073/patch-1Ronny Pfannschmidt2022-02-161-0/+4
|\
| * Add concurrency limit in CISteven Silvester2022-02-121-0/+4
* | Merge pull request #681 from puxlit/bugfix/#548-suppress-gpg-signature-when-g...Ronny Pfannschmidt2022-02-166-9/+79
|\ \
| * | Update changelogXiao Di Guan2022-02-101-0/+5
| * | Avoid having to quote full path to GPG batch params fileXiao Di Guan2022-02-101-6/+6
| * | Merge branch 'bugfix/#548-add-test-case' into bugfix/#548-suppress-gpg-signat...Xiao Di Guan2022-02-104-8/+71
| |\ \
| | * | Explicitly set `gpg.program` to avoid <https://dev.gnupg.org/T5504>Xiao Di Guan2022-02-091-1/+6
| | * | Pick and configure an explicit `Key-Type`Xiao Di Guan2022-02-091-1/+2
| | * | Install GnuPG where necessary for test CIXiao Di Guan2022-02-091-0/+18
| | * | Make implicit `"help"` program argument overridable in `has_command`Xiao Di Guan2022-02-082-3/+6
| | * | Add test case for #548Xiao Di Guan2022-02-081-0/+32
| | * | Support signed commit commands in testsXiao Di Guan2022-02-071-6/+10
| | |/