summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Jason R. Coombs2022-02-051-3/+3
| | | | | | | | older pytest versions. Fixes jaraco/skeleton#57.
* | Merge pull request #3086 from pypa/debt/remove-pkg-resourcesJason R. Coombs2022-02-05109-21/+5974
|\ \ | | | | | | Remove reliance on ensure_directory and parse_requirements from pkg_resources
| * | 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
|\ \ \ | |/ / |/| | Ci sage update
| * | .github/workflows/ci-sage.yml: Replace centos-8 (EOL) by centos-stream-8, ↵Matthias Koeppe2022-02-041-1/+1
| | | | | | | | | | | | centos-stream-9
| * | .github/workflows/ci-sage.yml: Use https://trac.sagemath.org/ticket/33288 ↵Matthias Koeppe2022-02-041-4/+5
| | | | | | | | | | | | for CI fixes
* | | 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
|\ \ | | | | | | Add integration testing with python from Debian, Ubuntu, Fedora, Gentoo, Arch Linux, OpenSUSE, Slackware
| * | .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
|\ \ \ | | | | | | | | Consolidate lingering news fragments named 'docs'
| * | | Modify tools.finalize.check_changes to validate extensionsAnderson Bravalheri2022-02-031-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous existing implementation would just check for the existence of a preconfigured substring (e.g. `changes`, `doc`, ...). However that can be problematic when the used extension contains one of the valid substrings but is not valid itself. For example `changelog.d/3034.docs.rst` contains the valid `doc` substring but is not a valid name itself. The correct would be `changelog.d/3034.doc.rst`.
| * | | 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 from jaraco.text when vendored.
| * | | Remove 'lorem_ipsum' property from jaraco.text, bypassing the behavior on ↵Jason R. Coombs2022-02-024-2/+3
|/ / / | | | | | | | | | import and other issues.
* | | 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
|\ \ \ | | | | | | | | Skip non-string values from sysconfig.get_config_vars()
| * | | 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
|\ \ \ \ | | | | | | | | | | Vendor jaraco.text
| * | | | Update changelog.Jason R. Coombs2022-02-011-0/+1
| | | | |
| * | | | Remove workaround to add __init__ for vendored jaraco package, seemingly ↵Jason R. Coombs2022-01-292-3/+0
| | | | | | | | | | | | | | | | | | | | unnecessary.
| * | | | 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 ↵Jason R. Coombs2022-01-2960-5/+2634
| | | | | | | | | | | | | | | | | | | | them to work in a vendored environment.
| * | | | 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
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | Rely on session context when building sdist and wheel
| * | | 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
|\ \ \ \ | |_|/ / |/| | | Merge with distutils b53a824ec3
| * | | Add py_version_nodot_plat substitution support to easy_install.Jason R. Coombs2022-01-301-0/+6
| | | |
| * | | Merge branch 'main' into distutils-b53a824ec3Jason R. Coombs2022-01-30450-135/+72710
| |\ \ \ | | |/ /