summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version: 46.1.1 → 46.1.2v46.1.2Jason R. Coombs2020-03-254-3/+8
|
* Update warning message to direct users to file a template instead of ↵Jason R. Coombs2020-03-252-3/+3
| | | | commenting in #1458.
* Merge branch 'master' of https://github.com/pypa/setuptoolsJason R. Coombs2020-03-251-0/+48
|\
| * Add template for Python 2 incompatibilityJason R. Coombs2020-03-251-0/+48
| |
* | Remove changelog entry, intended for v46.1.1Jason R. Coombs2020-03-211-1/+0
|/
* Remove deploy step from travis. Let Azure pipelines cut the release.Jason R. Coombs2020-03-211-5/+0
|
* Sync badges with jaraco/skeletonJason R. Coombs2020-03-211-5/+8
|
* Solicit tidelift token from environment variables. Add Funding.yml.Jason R. Coombs2020-03-212-0/+2
|
* Add badge for Azure pipelinesJason R. Coombs2020-03-211-0/+3
|
* Bump version: 46.1.0 → 46.1.1v46.1.1Jason R. Coombs2020-03-213-2/+8
|
* Update changelog. Ref #1424.Jason R. Coombs2020-03-211-0/+1
|
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-03-211-1/+2
|
* Bump version: 46.0.0 → 46.1.0v46.1.0Jason R. Coombs2020-03-217-6/+17
|
* Merge tag 'v44.1.0'Jason R. Coombs2020-03-213-4/+11
|\
| * Bump version: 44.0.0 → 44.1.0v44.1.0Jason R. Coombs2020-03-216-6/+10
| |
| * Avoid install during finalizeJason R. Coombs2020-03-211-0/+1
| |
| * Replace playbook with code for finalizing a release.Jason R. Coombs2020-03-213-33/+73
| |
| * Merge pull request #1994 from con-f-use/masterJason R. Coombs2020-02-152-3/+4
| |\ | | | | | | honor order attribute in "finalize_distibution_options" group of entrypoints
| | * changelog for #1994con-f-use2020-02-151-0/+1
| | |
| | * use finalize_distribution_options entrypoint ordercon-f-use2020-02-151-3/+3
| | | | | | | | | | | | fixes #1993
* | | Merge pull request 1424 from jorikdima.Jason R. Coombs2020-03-213-1/+29
|\ \ \
| * | | Add test capturing expectation. Ref #1451.Jason R. Coombs2020-03-211-0/+27
| | | |
| * | | Merge branch 'master' into jorikdima-masterJason R. Coombs2020-03-21141-3692/+6462
| |\ \ \
| * | | | Don't keep file modes for package data.Dmitry Kuznetsov2018-12-122-1/+2
| | | | |
* | | | | Merge pull request #1563 from alhirzel/masterJason R. Coombs2020-03-212-4/+9
|\ \ \ \ \ | | | | | | | | | | | | Change find_module to find_spec for py37 compat
| * | | | | Trap AttributeError in exactly one place.Jason R. Coombs2020-03-211-8/+4
| | | | | |
| * | | | | Update changelog entryJason R. Coombs2020-03-211-1/+1
| | | | | |
| * | | | | updated per comments from @pganssle in #1563Alex Hirzel2018-11-091-8/+11
| | | | | |
| * | | | | Merge remote-tracking branch 'upstream/master'Alex Hirzel2018-11-0927-182/+476
| |\ \ \ \ \
| * | | | | | add changelog entryAlex Hirzel2018-10-281-0/+1
| | | | | | |
| * | | | | | default to find_module, fall-back to find_spec, fail gracefully afterAlex Hirzel2018-10-281-5/+9
| | | | | | |
| * | | | | | change find_module to find_spec for py37 compatAlex Hirzel2018-10-281-4/+5
| | | | | | |
* | | | | | | Merge pull request #1431 from hroncok/fedora-makedirsJason R. Coombs2020-03-212-0/+7
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Make install directory if it doesn't exist yet
| * | | | | | Rename changefile and clean up changelog.Jason R. Coombs2020-03-212-3/+1
| | | | | | |
| * | | | | | Make install directory if it doesn't exist yetMiro Hrončok2018-07-202-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: In Fedora, `sudo python3 setup.py install` installs to /usr/local/lib/pythonX.Y/site-packages. However that directory is not always there as it is not installed together with the python3 package (Fedora packages should not install stuff to /usr/local). When the directory does not exist an installation attempt fails with: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/site-packages/test-easy-install-11875.write-test' Solution: Make the directory if it doesn't exists yet. If user has no permissions, the above error is preserved, yet with root (sudo) it works now.
* | | | | | | Merge pull request #2026 from pypa/feature/308-bypass-normalizationJason R. Coombs2020-03-204-11/+27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add 'sic' function to bypass version number normalization
| * | | | | | | Trim excess whitespaceJason R. Coombs2020-03-201-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'master' into feature/308-bypass-normalizationJason R. Coombs2020-03-201-66/+57
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Rely on partial now that pattern makes senseJason R. Coombs2020-03-151-2/+2
| | | | | | | |
* | | | | | | | Trim up syntax on test cases, including removing hanging indents.Jason R. Coombs2020-03-151-56/+54
| | | | | | | |
* | | | | | | | Remove superfluous test and re-organize tests for clarity.Jason R. Coombs2020-03-151-6/+2
| | | | | | | |
| * | | | | | | Merge test from commit 'b6076' into feature/308-bypass-normalizationJason R. Coombs2020-03-151-0/+8
| |\ \ \ \ \ \ \
| | * | | | | | | Add test capturing use-case for normalized version. Ref #308.Jason R. Coombs2020-03-151-0/+7
| |/ / / / / / / |/| | | | | | |
| * | | | | | | Add changelog entry.Jason R. Coombs2020-03-151-0/+1
| | | | | | | |
| * | | | | | | Extract method for normalization, allowing for bypass when the version is ↵Jason R. Coombs2020-03-152-11/+21
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | wrapped in 'sic'. Fixes #308.
* | | | | | | Extract method for validating version.Jason R. Coombs2020-03-151-9/+14
| | | | | | |
* | | | | | | Suppress Pytest 5.4 warnings. Closes #2025Jason R. Coombs2020-03-151-0/+2
| | | | | | |
* | | | | | | Avoid install during finalizeJason R. Coombs2020-03-081-0/+1
| | | | | | |
* | | | | | | Replace playbook with code for finalizing a release.Jason R. Coombs2020-03-083-33/+73
| | | | | | |
* | | | | | | Bump version: 45.3.0 → 46.0.0v46.0.0Jason R. Coombs2020-03-088-7/+12
| | | | | | |