summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | | | pre-commit updatesRonny Pfannschmidt2023-02-1220-34/+9
| * | | | prepare next gen package for pypi registrationRonny Pfannschmidt2023-02-096-0/+93
| * | | | correct git workdir passover and setuptools double call inRonny Pfannschmidt2023-01-3110-64/+47
| * | | | private configruation moduleRonny Pfannschmidt2023-01-3119-38/+37
| * | | | ensure tag regex is a regexRonny Pfannschmidt2023-01-311-3/+7
| * | | | introduce config overriesRonny Pfannschmidt2023-01-185-26/+83
| * | | | drop unnecessary type-checking guardsRonny Pfannschmidt2023-01-188-37/+16
| * | | | potential breaking: Configuration as dataclassRonny Pfannschmidt2023-01-185-94/+44
| * | | | remove the legacy version parser apiRonny Pfannschmidt2023-01-188-64/+18
| * | | | cut down on the exposed helpers in __init__.pyRonny Pfannschmidt2023-01-182-20/+15
| * | | | drop the deprecated version_from_scm helperRonny Pfannschmidt2023-01-182-17/+0
| * | | | move version type validation to version classRonny Pfannschmidt2023-01-183-44/+42
| * | | | move entrypoints helpers to the belonging moduleRonny Pfannschmidt2023-01-182-58/+61
| * | | | move private helpers to a private modueRonny Pfannschmidt2023-01-183-67/+82