summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 60.9.3 → 60.10.0v60.10.0Anderson Bravalheri2022-03-1613-24/+38
* Fix towncrier command in tools/finalizeAnderson Bravalheri2022-03-161-0/+1
* Enable CI for windows-2019 (#3168)Anderson Bravalheri2022-03-142-2/+8
|\
| * Just skip the most problematic test for PyPy on WindowsAnderson Bravalheri2022-03-142-5/+7
| * Exclude PyPy+Windows from test matrixAnderson Bravalheri2022-03-141-0/+5
| * Use windows-2019 for tests in GitHub ActionsAnderson Bravalheri2022-03-132-5/+1
| * Attempt to re-enable Windows testsAnderson Bravalheri2022-03-132-2/+5
* | [Docs] Improve documentation about migration from distutils (#3171)Anderson Bravalheri2022-03-132-5/+8
|\ \ | |/ |/|
| * Link packagingAnderson Bravalheri2022-03-132-2/+3
| * Fix PEP 632 link displayAnderson Bravalheri2022-03-131-1/+1
| * Fix version of setuptools for default local distutilsAnderson Bravalheri2022-03-131-1/+1
| * [Docs] Improve documentation about migration from distutilsAnderson Bravalheri2022-03-131-4/+6
|/
* Merge pull request #3170 from pypa/feature/nspektrJason R. Coombs2022-03-1314-19/+278
|\
| * 👹 Feed the hobgoblins (delint).Jason R. Coombs2022-03-131-1/+1
| * Update changelog.Jason R. Coombs2022-03-131-0/+1
| * Vendor nspektr. Utilize it in Distribution._install_dependencies.Jason R. Coombs2022-03-1313-18/+276
* | [CI] Allow pre-built distribution to be used in tests with virtualenvs (#3156)Anderson Bravalheri2022-03-113-0/+14
|\ \
| * | Update changelog.d/3147.misc.rstAnderson Bravalheri2022-03-081-1/+1
| * | [CI] Allow pre-built distribution to be used in tests with virtualenvsAnderson Bravalheri2022-03-073-0/+14
* | | [CI] Disable test_pip_upgrade_from_source when network if off (#3158)Anderson Bravalheri2022-03-111-36/+20
|\ \ \ | |/ / |/| |
| * | [CI] Disable test_pip_upgrade_from_source when network if offAnderson Bravalheri2022-03-071-36/+20
|/ /
* | [Docs] Add setup.py code for console_scripts (#3144)Anderson Bravalheri2022-03-072-4/+26
|\ \
| * | Add news fragmentXing Han Lu2022-03-061-0/+1
| * | Update entry_point.rstXing Han Lu2022-03-021-4/+25
* | | Merge pull request #3148 from abravalheri/manifest-linksAnderson Bravalheri2022-03-057-26/+150
|\ \ \ | |/ / |/| |
| * | Update docs/userguide/miscellaneous.rstAnderson Bravalheri2022-03-041-1/+1
| * | Apply suggestions from code reviewAnderson Bravalheri2022-03-041-1/+1
| * | Clarify the relationship between wheel <> sdistAnderson Bravalheri2022-03-042-21/+50
| * | Apply suggestions from code reviewAnderson Bravalheri2022-03-041-2/+2
| * | Emphasize data files should be included inside the packageAnderson Bravalheri2022-03-031-1/+1
| * | Avoid using a same set of words repeatedly too closeAnderson Bravalheri2022-03-031-1/+1
| * | Add another missing link to PyPUGAnderson Bravalheri2022-03-031-1/+1
| * | Add missing link to PyPUG MANIFEST.in docsAnderson Bravalheri2022-03-031-1/+1
| * | Add news fragmentAnderson Bravalheri2022-03-032-0/+7
| * | Add link to MANIFEST.in in quickstartAnderson Bravalheri2022-03-031-1/+7
| * | Add section about distributed files to miscellaneousAnderson Bravalheri2022-03-032-14/+40
| * | Modify datafiles docs to emphasize importlib.resources over pkg_resoruecesAnderson Bravalheri2022-03-032-12/+15
| * | Add a note about data files being read-onlyAnderson Bravalheri2022-03-031-0/+16
| * | Add links to MANIFEST.in docs and clarify data files inclusionAnderson Bravalheri2022-03-032-16/+53
|/ /
* | Merge pull request #3133 from befeleme/fix-tests-for-fedoraAnderson Bravalheri2022-02-283-1/+26
|\ \ | |/ |/|
| * Apply suggestions from code reviewAnderson Bravalheri2022-02-272-2/+2
| * Add news fragmentKarolina Surma2022-02-271-0/+1
| * Prevent leaking PYTHONPATH to spawned processes in testsKarolina Surma2022-02-272-1/+25
* | Use super throughout.Jason R. Coombs2022-02-271-2/+2
|/
* Merge pull request #3138 from abravalheri/fix-samefile-problemsJason R. Coombs2022-02-272-2/+4
|\
| * Just check for if destination file existsAnderson Bravalheri2022-02-272-4/+4
| * Check for file existence before using samefileAnderson Bravalheri2022-02-272-2/+4
|/
* Merge pull request #3137 from pypa/feature/samefile-nativeJason R. Coombs2022-02-263-20/+4
|\
| * Use samefile from stdlib, supported on Windows since Python 3.2.Jason R. Coombs2022-02-263-20/+4
* | Disable tests on Windows while build issues exist. Ref pypa/distutils#118.Jason R. Coombs2022-02-261-1/+2