| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version: 44.0.0 → 45.0.0v45.0.0 | Jason R. Coombs | 2020-01-11 | 5 | -4/+9 |
| | | |||||
| * | Merge pull request #1954 from gpotter2/patch-2 | Jason R. Coombs | 2020-01-11 | 1 | -2/+2 |
| |\ | | | | | Fix dead link | ||||
| | * | Update setuptools.txt | Gabriel | 2020-01-02 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #1957 from di/fix-upload-uri | Jason R. Coombs | 2020-01-11 | 1 | -1/+1 |
| |\ \ | | | | | | | Fix TestPyPI upload URI | ||||
| | * | | Fix TestPyPI upload URI | Dustin Ingram | 2020-01-06 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #1955 from pypa/drop-py2 | Jason R. Coombs | 2020-01-11 | 6 | -12/+25 |
| |\ \ | | | | | | | Require Python 3.5 or later, dropping support for Python 2. | ||||
| | * | | Add obnoxious warning about Python 2 being unsupported on this release with ↵ | Jason R. Coombs | 2020-01-03 | 2 | -0/+20 |
| | | | | | | | | | | | | | guidance on how to avoid the warning and what to do if that guidance was ineffective. | ||||
| | * | | Require Python 3.5 or later, dropping support for Python 2. | Jason R. Coombs | 2020-01-02 | 4 | -12/+5 |
| | |/ | | | | | | | This change does not yet remove any of the compatibility for Python 2, but only aims to declare the dropped support. | ||||
| * | | Merge pull request #1959 from hugovk/fix-flake8-2020 | Jason R. Coombs | 2020-01-11 | 12 | -31/+32 |
| |\ \ | |/ |/| | Fix for Python 4: replace unsafe six.PY3 with PY2 | ||||
| | * | Add changelog | Hugo | 2020-01-08 | 1 | -0/+1 |
| | | | |||||
| | * | Fix for Python 4: replace unsafe six.PY3 with PY2 | Hugo | 2020-01-08 | 11 | -31/+31 |
| |/ | |||||
| * | Bump version: 43.0.0 → 44.0.0v44.0.0 | Jason R. Coombs | 2020-01-01 | 4 | -3/+8 |
| | | |||||
| * | Merge pull request #1908 from benoit-pierre/drop_py34_support | Jason R. Coombs | 2020-01-01 | 8 | -13/+8 |
| |\ | | | | | drop support for Python 3.4 | ||||
| | * | drop support for Python 3.4 | Benoit Pierre | 2019-11-15 | 8 | -13/+8 |
| | | | |||||
| * | | Fix latin1 and utf8 tests on Python 2 | Jason R. Coombs | 2020-01-01 | 1 | -2/+11 |
| | | | |||||
| * | | Restore Python 2.7 compatibility | Jason R. Coombs | 2020-01-01 | 1 | -5/+1 |
| | | | |||||
| * | | Merge pull request #1938 from maggyero/patch-1 | Jason R. Coombs | 2019-12-31 | 1 | -6/+6 |
| |\ \ | | | | | | | Update setuptools.txt | ||||
| | * | | Update setuptools.txt | Géry Ogam | 2019-12-12 | 1 | -6/+6 |
| | | | | |||||
| * | | | Remove unused import | Jason R. Coombs | 2019-12-31 | 1 | -1/+0 |
| | | | | |||||
| * | | | Remove instance attribute; rely on tmpdir fixture; re-use touch helper. | Jason R. Coombs | 2019-12-31 | 1 | -8/+7 |
| | | | | |||||
| * | | | Rewrite TestSdistTest setup/teardown_method as pytest fixture. | Jason R. Coombs | 2019-12-31 | 1 | -18/+17 |
| | | | | |||||
| * | | | Bump version: 42.0.2 → 43.0.0v43.0.0 | Jason R. Coombs | 2019-12-31 | 5 | -4/+9 |
| | | | | |||||
| * | | | Merge pull request #1650 from pypa/feature/include-pyproject.toml | Jason R. Coombs | 2019-12-31 | 4 | -0/+62 |
| |\ \ \ | | | | | | | | | Include pyproject.toml in sdist | ||||
| | * | | | Restore Python 2.7 compatibilityfeature/include-pyproject.toml | Jason R. Coombs | 2019-12-31 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | Add test for exclusion expectation. Ref #1650. | Jason R. Coombs | 2019-12-31 | 1 | -0/+16 |
| | | | | | |||||
| | * | | | Mark the change as a breaking change. | Jason R. Coombs | 2019-12-29 | 2 | -1/+1 |
| | | | | | |||||
| | * | | | Add test ensuring pyproject.toml is included during PEP 517 build. | Tzu-ping Chung | 2019-12-29 | 1 | -0/+21 |
| | | | | | |||||
| | * | | | Merge branch 'master' into feature/include-pyproject.toml | Jason R. Coombs | 2019-12-29 | 117 | -2899/+4958 |
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge pull request #1927 from pypa/bugfix/1644-build-backend | Jason R. Coombs | 2019-12-29 | 3 | -7/+4 |
| |\ \ \ \ | | | | | | | | | | | Restore build-backend and remove switch to avoid pep517. | ||||
| | * | | | | Add changelog entry. Ref #1927. | Jason R. Coombs | 2019-12-29 | 1 | -0/+1 |
| | | | | | | |||||
| | * | | | | Add backend-path for future Pips | Jason R. Coombs | 2019-12-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Co-Authored-By: Paul Ganssle <paul@ganssle.io> | ||||
| | * | | | | Restore build-backend and remove switch to avoid pep517. Ref #1644. | Jason R. Coombs | 2019-12-01 | 2 | -7/+2 |
| | | | | | | |||||
| * | | | | | Extract methods to separate _safe_data_files behavior and _add_data_files. | Jason R. Coombs | 2019-12-21 | 1 | -8/+21 |
| | |_|/ / |/| | | | |||||
| * | | | | Ensure tox is present for cutting release. Ref #1925.v42.0.2 | Jason R. Coombs | 2019-12-01 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Bump version: 42.0.1 → 42.0.2 | Jason R. Coombs | 2019-12-01 | 5 | -4/+9 |
| | | | | | |||||
| * | | | | Publish release notes to tidelift following release. | Jason R. Coombs | 2019-12-01 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | Merge pull request #1926 from pypa/feature/tox-release | Jason R. Coombs | 2019-12-01 | 2 | -20/+21 |
| |\ \ \ \ | | | | | | | | | | | Simplified mechanized release process through tox | ||||
| | * | | | | Restore 'setup.py' release step | Jason R. Coombs | 2019-12-01 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | Simply invoke the tox 'release' environment to cut releases. | Jason R. Coombs | 2019-12-01 | 1 | -17/+3 |
| | | | | | | |||||
| | * | | | | Invoke bootstrap prior to cutting release. | Jason R. Coombs | 2019-12-01 | 1 | -0/+1 |
| | | | | | | |||||
| | * | | | | Add 'release' tox environment from jaraco/skeleton | Jason R. Coombs | 2019-11-30 | 1 | -0/+15 |
| | | | | | | |||||
| | * | | | | Don't pin to old Python as 'default' | Jason R. Coombs | 2019-11-30 | 1 | -3/+2 |
| | |/ / / | |||||
| * | | | | Merge pull request #1921 from ↵ | Jason R. Coombs | 2019-12-01 | 3 | -2/+50 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | benoit-pierre/fix_handling_of_find-links_in_setup.cfg fix support for easy_install's find-links option in setup.cfg | ||||
| | * \ \ \ | Merge branch 'master' into fix_handling_of_find-links_in_setup.cfg | Jason R. Coombs | 2019-12-01 | 5 | -10/+76 |
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #1922 from ↵ | Jason R. Coombs | 2019-12-01 | 3 | -2/+59 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | benoit-pierre/fix_possible_issue_with_transitive_build_dependencies_from_extras fix possible issue with transitive build dependencies | ||||
| | * | | | | Extract function to strip the marker for concise code in the long function. | Jason R. Coombs | 2019-12-01 | 1 | -5/+14 |
| | | | | | | |||||
| | * | | | | Reword changelog to give more context | Jason R. Coombs | 2019-12-01 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | fix possible issue with transitive build dependencies | Benoit Pierre | 2019-11-27 | 3 | -2/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Handle the case where a missing transitive build dependency is required by an extra for an already installed build dependency. | ||||
| * | | | | | Rename 'Professional support' to 'For Enterprise' and add section on 'For ↵ | Jason R. Coombs | 2019-11-30 | 2 | -8/+17 |
| |/ / / / | | | | | | | | | | | | | Enterprise' to the README (linking to Tidelift). | ||||
| | * / / | fix support for easy_install's find-links option in setup.cfg | Benoit Pierre | 2019-11-26 | 3 | -2/+50 |
| |/ / / | |||||
