summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 58.3.0 → 58.4.0v58.4.0Jason R. Coombs2021-10-316-8/+19
* Merge pull request #2840 from pypa/feature/deprecate-legacy-warningJason R. Coombs2021-10-313-0/+9
|\
| * Raise a deprecation warning when an invalid version is encountered. Ref #2497...Jason R. Coombs2021-10-313-0/+9
|/
* Drop tests against pip < 20, which no longer work without 'wheel' specified i...Jason R. Coombs2021-10-311-8/+0
* Merge pull request #2833 from abravalheri/remove-data-files-from-exampleJason R. Coombs2021-10-313-8/+9
|\
| * Remove data_files from declarative config exampleAnderson Bravalheri2021-10-263-8/+9
* | Merge pull request #2831 from abravalheri/improve-docs-paverJason R. Coombs2021-10-311-2/+11
|\ \
| * | Docs: Add reference + short description for PaverAnderson Bravalheri2021-10-261-2/+11
| |/
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-10-316-11/+18
|\ \
| * | Remove wheel from build requirements. It's implied for wheel builds. Ref pypa...Jason R. Coombs2021-10-221-1/+1
| * | Rely on pytest 6 and drop workaround for pytest-dev/pytest#6178.Jason R. Coombs2021-10-072-3/+1
| * | Test on Python 3.10 (final).Jason R. Coombs2021-10-051-3/+6
| * | Add intersphinx mappings for Python to prevent spurious nitpicky failures. Fi...Jason R. Coombs2021-09-171-0/+7
| * | .editorconfig: Set max_line_length to 88 for Python files.Alan Fregtman2021-09-041-0/+1
* | | Merge pull request #2829 from hugovk/patch-1Jason R. Coombs2021-10-311-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix typo and add code formattingHugo van Kemenade2021-10-251-1/+1
|/ /
* | Bump version: 58.2.0 → 58.3.0v58.3.0Jason R. Coombs2021-10-228-10/+21
* | Merge pull request #2824 from pypa/debt/deprecate-setup-requiresJason R. Coombs2021-10-226-11/+39
|\ \
| * | Deprecate setup.py install and easy_install. Ref #917.Jason R. Coombs2021-10-224-0/+18
| * | Emit a SetuptoolsDeprecationWarning when setup_requires is used. Ref #2823.debt/deprecate-setup-requiresJason R. Coombs2021-10-223-11/+21
* | | Rename changelog. Ref #2785.Jason R. Coombs2021-10-221-0/+0
* | | Rename changelog. Ref #1988.Jason R. Coombs2021-10-221-0/+0
* | | Add minimum versions for setup_requires, python_requires, py_modules. Closes ...Jason R. Coombs2021-10-221-3/+3
|/ /
* | Merge pull request #2762 from tanvimoharir/codecov-changesJason R. Coombs2021-10-202-0/+6
|\ \
| * | Rename changelog to match expected syntax.Jason R. Coombs2021-10-201-0/+0
| * | Create 2762-misc.rstTanvi Moharir2021-10-201-0/+2
| * | Removing additional configurationsTanvi Moharir2021-09-081-3/+0
| * | Update codecov.ymlTanvi Moharir2021-08-301-0/+7
* | | Fix usage of virtualenv to ensure that tests are run in the bare virtualenv. ...Jason R. Coombs2021-10-191-2/+3
* | | Merge https://github.com/pypa/distutilsJason R. Coombs2021-10-183-20/+13
|\ \ \
| * | | Fix typosKian-Meng, Ang2021-10-181-2/+2
| * | | Reword comments and eliminate unnecessary 'else'Jason R. Coombs2021-09-261-11/+9
| * | | Merge pull request #55 from isuruf/WlRJason R. Coombs2021-09-262-17/+12
| |\ \ \
| | * | | consolidate the two code paths and update commentIsuru Fernando2021-09-262-15/+10
| | * | | Use -Wl,-R instead of -RIsuru Fernando2021-09-212-3/+3
| |/ / /
* | | | Merge pull request #2808 from jensecj/patch-1Jason R. Coombs2021-10-051-1/+1
|\ \ \ \
| * | | | Update docs/userguide/distribution.rstJens C. Jensen2021-10-031-1/+1
| * | | | fix typo: above -> belowJens C. Jensen2021-10-031-1/+1
|/ / / /
* | | | Bump version: 58.1.0 → 58.2.0v58.2.0Jason R. Coombs2021-10-016-7/+18
* | | | Merge pull request #2758 from nsait-linaro/win_arm64_launchersJason R. Coombs2021-10-016-3/+37
|\ \ \ \
| * | | | Make changelog a 'change' (not docs change) and tweak wording.Jason R. Coombs2021-10-012-1/+1
| * | | | Rebuilt arm executables from source on a repeatable builder (Docker image).Jason R. Coombs2021-10-013-1/+3
| * | | | Revert removed lines from msvc-build-launcher.cmdNiyas Sait2021-09-301-0/+3
| * | | | remove arm launcher compilation from msvc-build-launcher.cmdNiyas Sait2021-09-301-13/+0
| * | | | Add msvc-build-launcher-arm64.cmd to use VS 2019 to compile arm binariesNiyas Sait2021-09-301-0/+17
| * | | | Fix linting errorsNiyas Sait2021-09-062-1/+2
| * | | | use distutils.util.get_platform to find the target platformNiyas Sait2021-08-261-1/+1
| * | | | add changelogNiyas Sait2021-08-261-0/+1
| * | | | add win/arm64 launchersNiyas Sait2021-08-265-3/+26
* | | | | Merge pull request #2800 from jmarshall/feature/sdist-owner-groupJason R. Coombs2021-09-262-0/+7
|\ \ \ \ \