summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 54.2.0 → 55.0.0v55.0.0Jason R. Coombs2021-03-304-3/+11
* Merge pull request #2566 from hroncok/remove_bdist_wininstJason R. Coombs2021-03-306-55/+9
|\
| * Filter out distutils deprecation warning until the situation is resolvedMiro Hrončok2021-03-081-0/+5
| * Remove bdist_wininstMiro Hrončok2021-03-085-55/+4
* | Section for 'find' and 'find_namespace' options is 'options.packages.find'. F...Jason R. Coombs2021-03-301-1/+1
* | Merge pull request #2622 from webknjaz/bugfixes/2614-sphinx-inline-tabsJason R. Coombs2021-03-281-1/+1
|\ \
| * | Use sphinx-inline-tabs from PyPISviatoslav Sydorenko2021-03-281-1/+1
|/ /
* | Merge branch 'rtd/unified'Jason R. Coombs2021-03-271-1/+0
|\ \
| * | Remove latent comment. Meant for previous commit.Jason R. Coombs2021-03-271-1/+0
* | | Merge pull request #2619 from pypa/rtd/unifiedJason R. Coombs2021-03-273-10/+4
|\ \ \ | |/ /
| * | Reset RTD config to match skeleton and rely on package metadata for docs buil...Jason R. Coombs2021-03-273-10/+4
* | | Merge pull request #2617 from jugmac00/patch-1Jason R. Coombs2021-03-271-1/+1
|\ \ \ | |/ / |/| |
| * | remove duplicate wordJürgen Gmach2021-03-241-1/+1
* | | Pin to upstream main branch for sphinx-inline-tabs. Workaround for #2614.Jason R. Coombs2021-03-271-1/+1
* | | Merge https://github.com/jaraco/tideliftJason R. Coombs2021-03-241-1/+0
|\ \ \ | |/ / |/| |
| * | Remove Tidelift from main.yml, no longer neededJason R. Coombs2021-03-231-6/+0
* | | Merge https://github.com/jaraco/tideliftJason R. Coombs2021-03-221-3/+0
|\ \ \ | |/ /
| * | Tidelift no longer requires or expects publishing release notes.Jason R. Coombs2021-03-221-7/+0
* | | Bump version: 54.1.3 → 54.2.0v54.2.0Jason R. Coombs2021-03-224-4/+12
* | | Merge pull request #2608 from layday/pep517-better-error-on-missing-distJason R. Coombs2021-03-223-1/+19
|\ \ \
| * | | Remove superfluous else.Jason R. Coombs2021-03-221-2/+1
| * | | fixup! build_meta: produce informative error when a dist is not foundlayday2021-03-211-2/+4
| * | | fixup! fixup! build_meta: produce informative error when a dist is not foundlayday2021-03-212-7/+4
| * | | fixup! build_meta: produce informative error when a dist is not foundlayday2021-03-161-1/+1
| * | | build_meta: produce informative error when a dist is not foundlayday2021-03-163-2/+22
* | | | Bump version: 54.1.2 → 54.1.3v54.1.3Jason R. Coombs2021-03-223-2/+8
* | | | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-03-221-1/+3
|\ \ \ \
| * | | | Add leading */ to coverage.run.omit. Workaround for pytest-dev/pytest-cov#456.Jason R. Coombs2021-03-151-1/+3
* | | | | Merge pull request #2613 from pypa/feature/restore-editable-pythonpathJason R. Coombs2021-03-222-0/+68
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Expect failure on PyPy.feature/restore-editable-pythonpathJason R. Coombs2021-03-211-0/+4
| * | | | Cast values to str and retain other environ vars for Windows' sakeJason R. Coombs2021-03-211-1/+3
| * | | | Illustrate how one might leverage sitecustomize.py to make a project availabl...Jason R. Coombs2021-03-211-12/+30
| * | | | Add test capturing missed expectation. Ref #2612.Jason R. Coombs2021-03-202-0/+44
|/ / / /
* | | | Bump version: 54.1.1 → 54.1.2v54.1.2Jason R. Coombs2021-03-144-3/+11
* | | | Merge pull request #2600 from melissa-kun-li/reduce_dash_deprecation_scopeJason R. Coombs2021-03-143-10/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add changelogMelissa Li2021-03-081-0/+1
| * | | Fix formatting of tests and change dash deprecation method nameMelissa Li2021-03-082-10/+10
| * | | Reduce scope of dash deprecation warning to Setuptools and distutilsMelissa Li2021-03-081-0/+8
|/ / /
* | | Don't bother testing old versions of pip on Python 3.10 and later. Fixes #2599.Jason R. Coombs2021-03-071-3/+8
* | | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-03-071-1/+2
|\ \ \ | |/ /
| * | Also deny black on Python 3.10 as workaround for python/typed_ast#156.Jason R. Coombs2021-03-071-1/+2
| * | Bump minimums on pytest-checkdocs and pytest-enabler as found on Setuptools.Jason R. Coombs2021-03-071-2/+2
* | | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-03-074-32/+49
|\ \ \ | |/ /
| * | Exclude mypy on Python 3.10 as workaround for python/typed_ast#156.Jason R. Coombs2021-03-071-1/+2
| * | Add comments indicating why the exclusions are presentJason R. Coombs2021-03-071-0/+2
| * | Require twine 3 with keyring unconditionally required.Jason R. Coombs2021-03-061-1/+1
| * | Bump minimum pytestJason R. Coombs2021-02-211-1/+1
| * | It's no longer necessary to filter this warning and it's not a warning anymore.Jason R. Coombs2021-02-211-2/+0
| * | Added an .editorconfig. Pull request jaraco/skeleton#43.KOLANICH2021-02-212-2/+17
| * | Exclude dist from discovered packages. Fixes jaraco/skeleton#46.Jason R. Coombs2021-02-211-0/+1