summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 60.8.0 → 60.8.1v60.8.1Jason R. Coombs2022-02-064-3/+11
* Ensure that _vendor/jaraco is available as a module. Fixes #3084.Jason R. Coombs2022-02-064-0/+3
* Bump version: 60.7.1 → 60.8.0v60.8.0Jason R. Coombs2022-02-054-3/+11
* Merge https://github.com/jaraco/skeletonJason R. Coombs2022-02-051-3/+3
|\
| * Use the parent category PytestDeprecationWarning, which is available on older...Jason R. Coombs2022-02-051-3/+3
* | Merge pull request #3086 from pypa/debt/remove-pkg-resourcesJason R. Coombs2022-02-05109-21/+5974
|\ \
| * | Update changelog.Jason R. Coombs2022-02-051-1/+1
| * | Replace use of parse_requirements with _reqs.parse.Jason R. Coombs2022-02-051-5/+6
| * | Replace use of parse_requirements with simple constructor.Jason R. Coombs2022-02-051-7/+3
| * | Move requirements processing to _reqs module. Add parse function.Jason R. Coombs2022-02-052-12/+21
| * | Update changelog.Jason R. Coombs2022-02-051-0/+1
| * | Pin vendored importlib dependencies for consistency.Jason R. Coombs2022-02-051-2/+2
| * | In build_meta, remove dependency on pkg_resources.Jason R. Coombs2022-02-051-2/+11
| * | Vendor jaraco.text with setuptools.Jason R. Coombs2022-02-0549-3/+2053
| * | Refresh importlib_metadata to 4.10.1.Jason R. Coombs2022-02-051-16/+13
| * | Move ensure_directory into setuptools.Jason R. Coombs2022-02-056-5/+16
| * | Add module for selectively loading importlib modules.Jason R. Coombs2022-02-051-0/+13
| * | Add importlib_resources and importlib_metadata to vendored packages.Jason R. Coombs2022-02-0552-1/+3867
* | | Merge pull request #3081 from mkoeppe/ci_sage_updateJason R. Coombs2022-02-051-5/+6
|\ \ \ | |/ / |/| |
| * | .github/workflows/ci-sage.yml: Replace centos-8 (EOL) by centos-stream-8, cen...Matthias Koeppe2022-02-041-1/+1
| * | .github/workflows/ci-sage.yml: Use https://trac.sagemath.org/ticket/33288 for...Matthias Koeppe2022-02-041-4/+5
* | | Merge https://github.com/jaraco/skeletonJason R. Coombs2022-02-042-1/+12
|\ \ \ | |/ / |/| / | |/
| * Add exclusions for pytest 7 deprecations in plugins. Fixes jaraco/skeleton#57.Jason R. Coombs2022-02-041-0/+11
| * Remove setup.py, no longer needed.Jason R. Coombs2022-02-011-6/+0
| * Update badge yearJason R. Coombs2022-02-011-1/+1
* | Merge pull request #2923 from mkoeppe/ci_sageJason R. Coombs2022-02-031-0/+155
|\ \
| * | .github/workflows/ci-sage.yml: Remove fedora-36, not readyMatthias Koeppe2022-01-301-1/+1
| * | .github/workflows/ci-sage.yml: Remove flaky platforms, add new platformsMatthias Koeppe2022-01-301-1/+1
| * | .github/workflows/ci-sage.yml: NewMatthias Koeppe2022-01-301-0/+155
* | | Merge pull request #3078 from abravalheri/fix-changelogJason R. Coombs2022-02-035-12/+21
|\ \ \
| * | | Modify tools.finalize.check_changes to validate extensionsAnderson Bravalheri2022-02-031-2/+9
| * | | Move lingering 'docs' files into correct sections in changelogAnderson Bravalheri2022-02-034-10/+12
|/ / /
* | | Bump version: 60.7.0 → 60.7.1v60.7.1Jason R. Coombs2022-02-024-3/+11
* | | Merge pull request #3077 from pypa/bugfix/suppress-lorem-ipsumJason R. Coombs2022-02-024-2/+3
|\ \ \
| * | | Remove 'lorem_ipsum' property from jaraco.text, bypassing the behavior on imp...Jason R. Coombs2022-02-024-2/+3
|/ / /
* | | Bump version: 60.6.0 → 60.7.0v60.7.0Jason R. Coombs2022-02-015-4/+15
* | | Merge pull request #3070 from domdfcoding/isue-3063Jason R. Coombs2022-02-012-1/+9
|\ \ \
| * | | Create a function for only_strs to help document its purpose.Jason R. Coombs2022-02-011-3/+8
| * | | Update changelog.Jason R. Coombs2022-02-011-0/+1
| * | | Skip non-string values from sysconfig.get_config_vars()Dominic Davis-Foster2022-02-011-1/+3
* | | | Merge pull request #3061 from pypa/feature/vendor-jaraco-textJason R. Coombs2022-02-0197-77/+10608
|\ \ \ \
| * | | | Update changelog.Jason R. Coombs2022-02-011-0/+1
| * | | | Remove workaround to add __init__ for vendored jaraco package, seemingly unne...Jason R. Coombs2022-01-292-3/+0
| * | | | Ensure text file from vendored package is included.Jason R. Coombs2022-01-293-0/+4
| * | | | Include all the dependencies needed to run on Python 3.7 and patch all of the...Jason R. Coombs2022-01-2960-5/+2634
| * | | | Vendor jaraco.text to supply yield_lines, drop_comment, and join_continuation.Jason R. Coombs2022-01-2939-77/+7977
* | | | | Merge pull request #3060 from pypa/bugfix/3059-simple-session-buildJason R. Coombs2022-02-012-6/+22
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Only resolve 'parent' directory when xdist is in use. Fixes #3059.Jason R. Coombs2022-01-292-6/+22
* | | | Bump version: 60.5.4 → 60.6.0v60.6.0Jason R. Coombs2022-01-307-6/+17
* | | | Merge pull request #3062 from pypa/distutils-b53a824ec3Jason R. Coombs2022-01-3012-13/+39
|\ \ \ \ | |_|/ / |/| | |