summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | scmversion: stricter typing for tagRonny Pfannschmidt2023-01-172-2/+4
| * | | | Version class: turn into dataclassRonny Pfannschmidt2023-01-171-41/+24
| * | | | version: use precompiled regex for date_ver_matchRonny Pfannschmidt2023-01-171-8/+6
| * | | | typing: consolidate version schemes typesRonny Pfannschmidt2023-01-172-10/+6
| * | | | git tests: expect main as possible default branchRonny Pfannschmidt2023-01-171-1/+1
| * | | | chore: trim down mypy configRonny Pfannschmidt2023-01-171-4/+0
* | | | | Merge pull request #801 from BioGeek/patch-1Ronny Pfannschmidt2023-01-251-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix typoJeroen Van Goey2023-01-251-1/+1
|/ / / /
* | | | Merge pull request #799 from RonnyPfannschmidt/pre-commit-upgradeRonny Pfannschmidt2023-01-072-7/+7
|\ \ \ \
| * | | | update pre-commitRonny Pfannschmidt2023-01-072-7/+7
|/ / / /
* | | | Merge pull request #787 from DimitriPapadopoulos/refurbRonny Pfannschmidt2023-01-052-2/+2
|\ \ \ \
| * | | | Replace `del section[...]` with `section.pop(...)`Dimitri Papadopoulos2022-11-201-1/+1
| * | | | Replace `int(dist)` with `dist`Dimitri Papadopoulos2022-11-201-1/+1
| | |_|/ | |/| |
* | | | 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
|/ /