summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3923 from pypa/debt/disable-cygwinHEADmainJason R. Coombs2023-05-111-1/+2
|\ | | | | Disable cygwin for now
| * Disable ruff on cygwin where rust compiler isn't available. Ref ↵Jason R. Coombs2023-05-111-1/+2
|/ | | | pypa/setuptools#3921.
* Merge https://github.com/jaraco/skeletonJason R. Coombs2023-05-106-35/+10
|\ | | | | | | | | | | | | # Conflicts: # .flake8 # pyproject.toml # setup.cfg
| * Replace flake8 with ruff. Fixes jaraco/skeleton#79 and sheds debt.Jason R. Coombs2023-05-104-25/+4
| |
| * Remove unnecessary and incorrect copyright notice. Fixes jaraco/skeleton#78.Jason R. Coombs2023-04-101-2/+0
| |
| * Feat: initial permissions to main.yml (jaraco/skeleton#76)Joyce2023-03-181-0/+5
| | | | | | | | Signed-off-by: Joyce <joycebrumu.u@gmail.com>
* | Adequate venv fixtures to the latest change in virtualenv for Python 3.12 ↵Anderson Bravalheri2023-05-034-5/+8
|\ \ | | | | | | | | | (#3915)
| * | Attempt to use a valid PEP 440 version fallbackAnderson Bravalheri2023-05-021-2/+2
| | |
| * | Add news fragmentAnderson Bravalheri2023-05-021-0/+1
| | |
| * | Adequate venv fixtures to the latest change in virtualenvAnderson Bravalheri2023-05-022-3/+5
|/ / | | | | | | | | | | | | | | Since version v20.23.0, `virtualenv` will no longer include `wheel` and `setuptools` in the created folders. Some tests in the setuptools test suite assume that these packages are always present. So we need to adequate these tests.
* | Fix typo in extension module docs (#3910)Anderson Bravalheri2023-04-261-1/+1
|\ \
| * | Fix typo in docsBo Bayles2023-04-251-1/+1
|/ /
* | Bump version: 67.7.1 → 67.7.2v67.7.2Anderson Bravalheri2023-04-244-3/+11
| |
* | Fix URLs in warnings and logs (#3902)Anderson Bravalheri2023-04-244-3/+5
|\ \
| * | Add news fragmentAnderson Bravalheri2023-04-241-0/+1
| | |
| * | Avoid bitly linksAnderson Bravalheri2023-04-242-2/+3
| | |
| * | Remove redundant URL partAnderson Bravalheri2023-04-241-1/+1
|/ /
* | Bump version: 67.7.0 → 67.7.1v67.7.1Anderson Bravalheri2023-04-214-3/+11
| |
* | Change issue number to 3898Jam Hernandez Quiceno2023-04-201-0/+0
| |
* | Add changelogJam Hernandez Quiceno2023-04-201-0/+1
| |
* | Fix . When value is false return instead of raising DistutilsSetupError ↵Jam Hernandez Quiceno2023-04-201-0/+1
| | | | | | | | exception
* | Bump version: 67.6.1 → 67.7.0v67.7.0Anderson Bravalheri2023-04-207-10/+24
| |
* | Fix sphinx errors in news fragmentAnderson Bravalheri2023-04-201-1/+1
| |
* | Add news fragment for warnings overhaulAnderson Bravalheri2023-04-201-0/+1
| |
* | Rename news fragment fileAnderson Bravalheri2023-04-201-0/+0
| |
* | Overhaul for better visibility of warnings (#3849)Anderson Bravalheri2023-04-2027-358/+660
|\ \
| * | Apply suggestions from code reviewAnderson Bravalheri2023-03-196-10/+10
| | | | | | | | | Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
| * | Cluster deprecations due_dateAnderson Bravalheri2023-03-0710-14/+14
| | |
| * | Enforce deprecation warnings in setuptools test suiteAnderson Bravalheri2023-03-072-1/+3
| | |
| * | Use new warnings in setuptools/package_index.pyAnderson Bravalheri2023-03-071-2/+6
| | |
| * | Use new warnings in setuptools/installer.pyAnderson Bravalheri2023-03-071-12/+8
| | |
| * | Use new warnings in setuptools/dist.pyAnderson Bravalheri2023-03-071-30/+52
| | |
| * | Use new warnings in setuptools/config/setupcfg.pyAnderson Bravalheri2023-03-072-51/+66
| | |
| * | Use new warnings in setuptools/config/pyprojecttoml.pyAnderson Bravalheri2023-03-071-22/+20
| | |
| * | Use new warnings in setuptools/config/expand.pyAnderson Bravalheri2023-03-071-2/+2
| | |
| * | Use new warnings in setuptools/config/_apply_pyprojecttoml.pyAnderson Bravalheri2023-03-072-22/+18
| | |
| * | Use new warnings in setuptools/config/__init__.pyAnderson Bravalheri2023-03-071-11/+18
| | |
| * | Use new warnings in setuptools/command/upload_docs.pyAnderson Bravalheri2023-03-071-6/+9
| | |
| * | Use new warnings in setuptools/command/install.pyAnderson Bravalheri2023-03-071-8/+14
| | |
| * | Use new warnings in setuptools/command/egg_info.pyAnderson Bravalheri2023-03-071-18/+34
| | |
| * | Use new warnings in setuptools/command/editable_wheel.pyAnderson Bravalheri2023-03-071-65/+66
| | |
| * | Use new warnings in setuptools/command/easy_install.pyAnderson Bravalheri2023-03-071-15/+18
| | |
| * | Use new warnings in setuptools/command/dist_info.pyAnderson Bravalheri2023-03-071-2/+3
| | |
| * | Use new warnings in setuptools/command/build_py.pyAnderson Bravalheri2023-03-071-27/+45
| | |
| * | Use new warnings in setuptools/command/build.pyAnderson Bravalheri2023-03-071-8/+11
| | |
| * | Use new warnings in setuptools/command/bdist_rpm.pyAnderson Bravalheri2023-03-071-6/+9
| | |
| * | Use new warnings in setuptools/build_meta.pyAnderson Bravalheri2023-03-071-6/+9
| | |
| * | Use new warnings in setuptools/_normalization.pyAnderson Bravalheri2023-03-071-16/+13
| | |
| * | Use new warnings in setuptools/_importlib.pyAnderson Bravalheri2023-03-061-8/+11
| | |
| * | Use new warnings in setuptools/__init__.pyAnderson Bravalheri2023-03-061-8/+10
| | |