Commit Graph

6466 Commits

Author SHA1 Message Date
Jason R. Coombs df51e62984 Bump version: 44.1.0 → 44.1.1 2020-05-28 21:00:39 -04:00
Jason R. Coombs 474e904437
Merge pull request #2159 from pypa/bugfix/2158-defer-finalize-options
Defer finalize options
2020-05-28 21:00:11 -04:00
Jason R. Coombs 2dc4b62da3 Update changelog. 2020-05-28 20:20:10 -04:00
Jason R. Coombs 4020c9a5fe Avoid loading working set during `Distribution.finalize_options` prior to invoking `_install_setup_requires`, broken since v42.0.0. Fixes #2158. 2020-05-28 20:20:03 -04:00
Jason R. Coombs 1988125e80 Bump version: 44.0.0 → 44.1.0 2020-03-21 14:41:31 -04:00
Jason R. Coombs c020b5f885 Avoid install during finalize 2020-03-21 14:40:56 -04:00
Jason R. Coombs b1abc23f01 Replace playbook with code for finalizing a release. 2020-03-21 14:40:49 -04:00
Jason R. Coombs ad8bfa8825
Merge pull request #1994 from con-f-use/master
honor order attribute in "finalize_distibution_options" group of entrypoints
2020-02-15 18:16:14 -05:00
Jason R. Coombs fd25f0cdaa Suppress failures due to unfortunate combination of issues. Ref #2000. 2020-02-15 14:07:11 -05:00
Jason R. Coombs 35d052786f
Merge pull request #1999 from pypa/bugfix/1998-virtualenv-site-conflict
Pin virtualenv to <20 as workaround for #1998.
2020-02-15 12:17:24 -05:00
Jason R. Coombs a99aeb82b2 Pin virtualenv to <20 as workaround for #1998. 2020-02-15 11:51:53 -05:00
con-f-use 3f8fb00e44 changelog for #1994 2020-02-15 17:01:22 +01:00
con-f-use 4835f01c41 use finalize_distribution_options entrypoint order
fixes #1993
2020-02-15 17:01:22 +01:00
Jason R. Coombs 0559f17d45 Bootstrap the environment in tox, allowing simple 'tox' to run tests and simplifying all of the pipelines. 2020-02-06 18:15:35 -05:00
Jason R. Coombs 1314828202 Add azure pipelines from jaraco/skeleton 2020-02-05 21:56:07 -05:00
Jason R. Coombs b5022cdbf6 Merge branch 'sys_argv' of https://github.com/aimileus/setuptools into maint/44.x 2020-01-14 18:43:48 -05:00
Jason R. Coombs d1bf0d2a92
Merge pull request #1962 from pypa/debt/pip-version
Rely on tox-pip-version to upgrade pip
2020-01-12 11:38:59 -05:00
Jason R. Coombs 6cb025eadf Rely on tox-pip-version to upgrade pip and minimize the hack for removing setuptools from the environment. 2020-01-12 11:31:58 -05:00
Jason R. Coombs 70b3ec0bf0
Merge pull request #1959 from hugovk/fix-flake8-2020
Fix for Python 4: replace unsafe six.PY3 with PY2
2020-01-11 23:28:50 -05:00
Hugo b84a0997af Add changelog 2020-01-08 19:21:05 +02:00
Hugo 796abd8dbe Fix for Python 4: replace unsafe six.PY3 with PY2 2020-01-08 19:10:11 +02:00
Jason R. Coombs 7e97def477 Bump version: 43.0.0 → 44.0.0 2020-01-01 18:33:05 -05:00
Jason R. Coombs 95accbbd4f
Merge pull request #1908 from benoit-pierre/drop_py34_support
drop support for Python 3.4
2020-01-01 18:31:19 -05:00
Jason R. Coombs 3d5b7775b7 Fix latin1 and utf8 tests on Python 2 2020-01-01 18:16:35 -05:00
Jason R. Coombs 90922a5eb9 Restore Python 2.7 compatibility 2020-01-01 11:54:53 -05:00
Jason R. Coombs d95a7da316
Merge pull request #1938 from maggyero/patch-1
Update setuptools.txt
2019-12-31 16:26:04 -05:00
Jason R. Coombs a87f975e65 Remove unused import 2019-12-31 13:32:57 -05:00
Jason R. Coombs 9e3149802e Remove instance attribute; rely on tmpdir fixture; re-use touch helper. 2019-12-31 13:31:37 -05:00
Jason R. Coombs 9c40ab8861 Rewrite TestSdistTest setup/teardown_method as pytest fixture. 2019-12-31 13:29:43 -05:00
Jason R. Coombs 47aab65251 Bump version: 42.0.2 → 43.0.0 2019-12-31 13:14:50 -05:00
Jason R. Coombs d971118ebf
Merge pull request #1650 from pypa/feature/include-pyproject.toml
Include pyproject.toml in sdist
2019-12-31 12:57:54 -05:00
Jason R. Coombs 2eb3ba19f3 Restore Python 2.7 compatibility 2019-12-31 12:50:25 -05:00
Jason R. Coombs f171cde150 Add test for exclusion expectation. Ref #1650. 2019-12-31 12:47:46 -05:00
Jason R. Coombs 589a70571a Mark the change as a breaking change. 2019-12-29 12:57:51 -05:00
Tzu-ping Chung 8a7a627294 Add test ensuring pyproject.toml is included during PEP 517 build. 2019-12-29 12:47:46 -05:00
Jason R. Coombs a5b66a8581 Merge branch 'master' into feature/include-pyproject.toml 2019-12-29 12:47:31 -05:00
Jason R. Coombs e6bdf25f6a
Merge pull request #1927 from pypa/bugfix/1644-build-backend
Restore build-backend and remove switch to avoid pep517.
2019-12-29 12:21:47 -05:00
Jason R. Coombs 8495fb9c59 Add changelog entry. Ref #1927. 2019-12-29 12:21:15 -05:00
Jason R. Coombs dea5858f1e
Add backend-path for future Pips
Co-Authored-By: Paul Ganssle <paul@ganssle.io>
2019-12-29 11:59:05 -05:00
Jason R. Coombs 3910bbb8d5 Extract methods to separate _safe_data_files behavior and _add_data_files. 2019-12-21 22:23:20 -05:00
Géry Ogam 0fc2a2acd6
Update setuptools.txt 2019-12-12 13:55:07 +01:00
Jason R. Coombs 1d03fdc94c Ensure tox is present for cutting release. Ref #1925. 2019-12-01 10:04:20 -05:00
Jason R. Coombs 6fa879b961 Bump version: 42.0.1 → 42.0.2 2019-12-01 09:52:47 -05:00
Jason R. Coombs 53b2eb605d Publish release notes to tidelift following release. 2019-12-01 09:51:09 -05:00
Jason R. Coombs e939db3fbe
Merge pull request #1926 from pypa/feature/tox-release
Simplified mechanized release process through tox
2019-12-01 09:48:50 -05:00
Jason R. Coombs a8d95686d6
Merge pull request #1921 from benoit-pierre/fix_handling_of_find-links_in_setup.cfg
fix support for easy_install's find-links option in setup.cfg
2019-12-01 09:46:23 -05:00
Jason R. Coombs f8a6f27b42 Merge branch 'master' into fix_handling_of_find-links_in_setup.cfg 2019-12-01 09:44:24 -05:00
Jason R. Coombs 812b83c9b4
Merge pull request #1922 from benoit-pierre/fix_possible_issue_with_transitive_build_dependencies_from_extras
fix possible issue with transitive build dependencies
2019-12-01 09:41:01 -05:00
Jason R. Coombs a2e883e1b8 Extract function to strip the marker for concise code in the long function. 2019-12-01 09:38:13 -05:00
Jason R. Coombs 2292718a15
Reword changelog to give more context 2019-12-01 09:23:31 -05:00