summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [pre-commit.ci] auto fixes from pre-commit.com hooksronny/try-oidcpre-commit-ci[bot]2023-04-111-2/+1
* configure for oidc auth with pypiRonny Pfannschmidt2023-04-111-3/+18
* Merge pull request #828 from webknjaz/patch-3Ronny Pfannschmidt2023-03-281-2/+1
|\
| * Bump `pypa/gh-action-pypi-publish` to `release/v1`Sviatoslav Sydorenko2023-03-271-2/+1
|/
* Merge pull request #822 from RonnyPfannschmidt/use-hatchRonny Pfannschmidt2023-03-203-45/+14
|\
| * migrate to hatchling build backendRonny Pfannschmidt2023-03-203-45/+14
|/
* Merge pull request #816 from RonnyPfannschmidt/pre-commit-updateRonny Pfannschmidt2023-03-144-16/+12
|\
| * pre-commit autoupdate + has_command fixRonny Pfannschmidt2023-03-144-16/+12
|/
* Merge pull request #815 from RonnyPfannschmidt/hide-file-findersRonny Pfannschmidt2023-03-1410-49/+55
|\
| * update changelogRonny Pfannschmidt2023-03-141-0/+4
| * refactor/breaking: move file finders to private moduleRonny Pfannschmidt2023-03-139-49/+51
|/
* Merge pull request #808 from RonnyPfannschmidt/ronny/cmd-refactorRonny Pfannschmidt2023-03-1127-214/+229
|\
| * fix: use fspath to protect windows from path objectsRonny Pfannschmidt2023-03-111-0/+2
| * refactor: command running - migrate more code to itRonny Pfannschmidt2023-03-118-30/+33
| * refactor: unify command running apisRonny Pfannschmidt2023-03-1111-49/+50
| * chore: drop utils.iter_entry_pointsRonny Pfannschmidt2023-03-111-9/+0
| * refactor: split tracing and command running into own modulesRonny Pfannschmidt2023-03-1119-132/+150
|/
* Merge pull request #813 from RonnyPfannschmidt/ronny/fix-encodingRonny Pfannschmidt2023-03-091-1/+1
|\
| * bugfix: restore merge-lost encoding for setup.cfg loadingRonny Pfannschmidt2023-03-091-1/+1
|/
* Merge pull request #803 from schang412/feature/custom_version_scheme_outside_...Ronny Pfannschmidt2023-03-093-1/+44
|\
| * use non-default testSpencer Chang2023-02-241-2/+3
| * Merge branch 'main' into feature/custom_version_scheme_outside_setuppySpencer Chang2023-02-249-134/+117
| |\
| * | add test for custom version using function pathSpencer Chang2023-02-211-0/+9
| * | fix mypy errorsSpencer Chang2023-02-131-2/+2
| * | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2023-02-131-1/+0
| * | combine try catch for EntryPoint with entry_pointsSpencer Chang2023-02-131-4/+7
| * | Merge branch 'main' into feature/custom_version_scheme_outside_setuppySpencer Chang2023-02-1347-998/+799
| |\ \
| * | | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2023-02-101-1/+3
| * | | Merge branch 'feature/custom_version_scheme_outside_setuppy' of github.com:sc...Spencer Chang2023-02-100-0/+0
| |\ \ \
| | * | | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2023-02-101-1/+1
| * | | | add example, split get into new functionSpencer Chang2023-02-102-11/+30
| |/ / /
| * | | use importlib_metadata.EntryPoint to try and execute qualified function pathSpencer Chang2023-02-101-1/+11
* | | | Merge pull request #810 from ewie/fix-config-linkRonny Pfannschmidt2023-03-091-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix _config.py link in READMEErik Wienhold2023-02-271-1/+1
|/ / /
* | | Merge remote-tracking branch 'upstream/debt/unused-code'Ronny Pfannschmidt2023-02-241-8/+2
|\ \ \
| * \ \ Merge branch 'main' into debt/unused-codeJason R. Coombs2022-11-227-12/+26
| |\ \ \
| * \ \ \ Merge branch 'main' into debt/unused-codeRonny Pfannschmidt2022-09-149-9/+109
| |\ \ \ \
| * | | | | Remove IO parameter for read_dist_name_from_setup_cfg, which is unused and un...Jason R. Coombs2022-08-191-6/+2
* | | | | | Merge pull request #807 from RonnyPfannschmidt/ronny/minorRonny Pfannschmidt2023-02-248-123/+115
|\ \ \ \ \ \
| * | | | | | migrate to hynek/build-and-inspect-python-package@v1Ronny Pfannschmidt2023-02-242-42/+32
| * | | | | | define own build backendRonny Pfannschmidt2023-02-245-67/+68
| * | | | | | chore: typo fixesRonny Pfannschmidt2023-02-243-15/+16
|/ / / / / /
* | | | | | fix #766 - remove the 6.4.3 changelog entryRonny Pfannschmidt2023-02-241-3/+0
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #800 from RonnyPfannschmidt/simplify-typesRonny Pfannschmidt2023-02-1347-986/+787
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | changelogRonny Pfannschmidt2023-02-131-5/+31
| * | | | set minimal setuptools version higher for buildRonny Pfannschmidt2023-02-131-1/+1
| * | | | drop testing for old setuptools versionsRonny Pfannschmidt2023-02-121-201/+0
| * | | | drop self check action for legacy setuptoolsRonny Pfannschmidt2023-02-121-24/+0
| * | | | add pyproject-fmtRonny Pfannschmidt2023-02-123-13/+21
| * | | | migrate setuptools config to pyproject.tomlRonny Pfannschmidt2023-02-123-82/+111