| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 60.7.1 → 60.8.0v60.8.0 | Jason R. Coombs | 2022-02-05 | 4 | -3/+11 |
| | | |||||
| * | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2022-02-05 | 1 | -3/+3 |
| |\ | |||||
| | * | Use the parent category PytestDeprecationWarning, which is available on ↵ | Jason R. Coombs | 2022-02-05 | 1 | -3/+3 |
| | | | | | | | | | older pytest versions. Fixes jaraco/skeleton#57. | ||||
| * | | Merge pull request #3086 from pypa/debt/remove-pkg-resources | Jason R. Coombs | 2022-02-05 | 109 | -21/+5974 |
| |\ \ | | | | | | | Remove reliance on ensure_directory and parse_requirements from pkg_resources | ||||
| | * | | Update changelog. | Jason R. Coombs | 2022-02-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | Replace use of parse_requirements with _reqs.parse. | Jason R. Coombs | 2022-02-05 | 1 | -5/+6 |
| | | | | |||||
| | * | | Replace use of parse_requirements with simple constructor. | Jason R. Coombs | 2022-02-05 | 1 | -7/+3 |
| | | | | |||||
| | * | | Move requirements processing to _reqs module. Add parse function. | Jason R. Coombs | 2022-02-05 | 2 | -12/+21 |
| | | | | |||||
| | * | | Update changelog. | Jason R. Coombs | 2022-02-05 | 1 | -0/+1 |
| | | | | |||||
| | * | | Pin vendored importlib dependencies for consistency. | Jason R. Coombs | 2022-02-05 | 1 | -2/+2 |
| | | | | |||||
| | * | | In build_meta, remove dependency on pkg_resources. | Jason R. Coombs | 2022-02-05 | 1 | -2/+11 |
| | | | | |||||
| | * | | Vendor jaraco.text with setuptools. | Jason R. Coombs | 2022-02-05 | 49 | -3/+2053 |
| | | | | |||||
| | * | | Refresh importlib_metadata to 4.10.1. | Jason R. Coombs | 2022-02-05 | 1 | -16/+13 |
| | | | | |||||
| | * | | Move ensure_directory into setuptools. | Jason R. Coombs | 2022-02-05 | 6 | -5/+16 |
| | | | | |||||
| | * | | Add module for selectively loading importlib modules. | Jason R. Coombs | 2022-02-05 | 1 | -0/+13 |
| | | | | |||||
| | * | | Add importlib_resources and importlib_metadata to vendored packages. | Jason R. Coombs | 2022-02-05 | 52 | -1/+3867 |
| | | | | |||||
| * | | | Merge pull request #3081 from mkoeppe/ci_sage_update | Jason R. Coombs | 2022-02-05 | 1 | -5/+6 |
| |\ \ \ | |/ / |/| | | Ci sage update | ||||
| | * | | .github/workflows/ci-sage.yml: Replace centos-8 (EOL) by centos-stream-8, ↵ | Matthias Koeppe | 2022-02-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | centos-stream-9 | ||||
| | * | | .github/workflows/ci-sage.yml: Use https://trac.sagemath.org/ticket/33288 ↵ | Matthias Koeppe | 2022-02-04 | 1 | -4/+5 |
| | | | | | | | | | | | | | for CI fixes | ||||
| * | | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2022-02-04 | 2 | -1/+12 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | Add exclusions for pytest 7 deprecations in plugins. Fixes jaraco/skeleton#57. | Jason R. Coombs | 2022-02-04 | 1 | -0/+11 |
| | | | |||||
| | * | Remove setup.py, no longer needed. | Jason R. Coombs | 2022-02-01 | 1 | -6/+0 |
| | | | |||||
| | * | Update badge year | Jason R. Coombs | 2022-02-01 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #2923 from mkoeppe/ci_sage | Jason R. Coombs | 2022-02-03 | 1 | -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 ready | Matthias Koeppe | 2022-01-30 | 1 | -1/+1 |
| | | | | |||||
| | * | | .github/workflows/ci-sage.yml: Remove flaky platforms, add new platforms | Matthias Koeppe | 2022-01-30 | 1 | -1/+1 |
| | | | | |||||
| | * | | .github/workflows/ci-sage.yml: New | Matthias Koeppe | 2022-01-30 | 1 | -0/+155 |
| | | | | |||||
| * | | | Merge pull request #3078 from abravalheri/fix-changelog | Jason R. Coombs | 2022-02-03 | 5 | -12/+21 |
| |\ \ \ | | | | | | | | | Consolidate lingering news fragments named 'docs' | ||||
| | * | | | Modify tools.finalize.check_changes to validate extensions | Anderson Bravalheri | 2022-02-03 | 1 | -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 changelog | Anderson Bravalheri | 2022-02-03 | 4 | -10/+12 |
| |/ / / | |||||
| * | | | Bump version: 60.7.0 → 60.7.1v60.7.1 | Jason R. Coombs | 2022-02-02 | 4 | -3/+11 |
| | | | | |||||
| * | | | Merge pull request #3077 from pypa/bugfix/suppress-lorem-ipsum | Jason R. Coombs | 2022-02-02 | 4 | -2/+3 |
| |\ \ \ | | | | | | | | | Remove lorem_ipsum from jaraco.text when vendored. | ||||
| | * | | | Remove 'lorem_ipsum' property from jaraco.text, bypassing the behavior on ↵ | Jason R. Coombs | 2022-02-02 | 4 | -2/+3 |
| |/ / / | | | | | | | | | | import and other issues. | ||||
| * | | | Bump version: 60.6.0 → 60.7.0v60.7.0 | Jason R. Coombs | 2022-02-01 | 5 | -4/+15 |
| | | | | |||||
| * | | | Merge pull request #3070 from domdfcoding/isue-3063 | Jason R. Coombs | 2022-02-01 | 2 | -1/+9 |
| |\ \ \ | | | | | | | | | Skip non-string values from sysconfig.get_config_vars() | ||||
| | * | | | Create a function for only_strs to help document its purpose. | Jason R. Coombs | 2022-02-01 | 1 | -3/+8 |
| | | | | | |||||
| | * | | | Update changelog. | Jason R. Coombs | 2022-02-01 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Skip non-string values from sysconfig.get_config_vars() | Dominic Davis-Foster | 2022-02-01 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Merge pull request #3061 from pypa/feature/vendor-jaraco-text | Jason R. Coombs | 2022-02-01 | 97 | -77/+10608 |
| |\ \ \ \ | | | | | | | | | | | Vendor jaraco.text | ||||
| | * | | | | Update changelog. | Jason R. Coombs | 2022-02-01 | 1 | -0/+1 |
| | | | | | | |||||
| | * | | | | Remove workaround to add __init__ for vendored jaraco package, seemingly ↵ | Jason R. Coombs | 2022-01-29 | 2 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | unnecessary. | ||||
| | * | | | | Ensure text file from vendored package is included. | Jason R. Coombs | 2022-01-29 | 3 | -0/+4 |
| | | | | | | |||||
| | * | | | | Include all the dependencies needed to run on Python 3.7 and patch all of ↵ | Jason R. Coombs | 2022-01-29 | 60 | -5/+2634 |
| | | | | | | | | | | | | | | | | | | | | | them to work in a vendored environment. | ||||
| | * | | | | Vendor jaraco.text to supply yield_lines, drop_comment, and join_continuation. | Jason R. Coombs | 2022-01-29 | 39 | -77/+7977 |
| | | | | | | |||||
| * | | | | | Merge pull request #3060 from pypa/bugfix/3059-simple-session-build | Jason R. Coombs | 2022-02-01 | 2 | -6/+22 |
| |\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | Rely on session context when building sdist and wheel | ||||
| | * | | | Only resolve 'parent' directory when xdist is in use. Fixes #3059. | Jason R. Coombs | 2022-01-29 | 2 | -6/+22 |
| | | | | | |||||
| * | | | | Bump version: 60.5.4 → 60.6.0v60.6.0 | Jason R. Coombs | 2022-01-30 | 7 | -6/+17 |
| | | | | | |||||
| * | | | | Merge pull request #3062 from pypa/distutils-b53a824ec3 | Jason R. Coombs | 2022-01-30 | 12 | -13/+39 |
| |\ \ \ \ | |_|/ / |/| | | | Merge with distutils b53a824ec3 | ||||
| | * | | | Add py_version_nodot_plat substitution support to easy_install. | Jason R. Coombs | 2022-01-30 | 1 | -0/+6 |
| | | | | | |||||
| | * | | | Merge branch 'main' into distutils-b53a824ec3 | Jason R. Coombs | 2022-01-30 | 450 | -135/+72710 |
| | |\ \ \ | | |/ / | |||||
