- 13 Aug, 2019 1 commit
-
-
Jason R. Coombs authored
-
- 12 Aug, 2019 2 commits
-
-
mergify[bot] authored
travis: update PyPy jobs to use more recent versions
-
Benoit Pierre authored
-
- 23 Jul, 2019 3 commits
-
-
mergify[bot] authored
tests: fix `test_pip_upgrade_from_source` on Python 3.4
-
Benoit Pierre authored
Do not test pip's master on 3.4, as support for it has been dropped.
-
Benoit Pierre authored
Perform a more thorough check of package_data structure
-
- 16 Jul, 2019 2 commits
-
-
Daniel Himmelstein authored
Ensure the dictionary values are lists/tuples of strings. Fix #1459.
-
Daniel Himmelstein authored
value=None raises TypeError DistutilsSetupError: 2 must be a list of strings (got None)
-
- 13 Jul, 2019 1 commit
-
-
Chris Jerdonek authored
Include the file path in get_metadata() UnicodeDecodeErrors.
-
- 30 Jun, 2019 3 commits
-
-
mergify[bot] authored
Fix CI
-
Benoit Pierre authored
-
Benoit Pierre authored
-
- 19 Jun, 2019 3 commits
-
-
Paul Ganssle authored
Use license classifiers rather than the license field.
-
mergify[bot] authored
stop using deprecated HTMLParser.unescape
-
Inada Naoki authored
HTMLParser.unescape is accessed even when unused - this will cause an exception when `HTMLParser.unescape` is removed in Python 3.9.
-
- 10 Jun, 2019 1 commit
-
-
Jason R. Coombs authored
-
- 01 Jun, 2019 1 commit
-
-
Cyril Roelandt authored
The license field has a 'free' format, while the classifiers are unique identifiers, similar to SPDX identifiers. In the documentation, we should therefore showcase the use of classifiers.
-
- 28 May, 2019 3 commits
-
-
mergify[bot] authored
tests: unpin pytest
-
Benoit Pierre authored
The new releases for pytest-fixture-config and pytest-shutil are compatible with pytest>=4.0.
-
Benoit Pierre authored
Force metadata-version = 1.2 when project urls are present.
-
- 17 May, 2019 1 commit
-
-
Bastian Venthur authored
-
- 16 May, 2019 2 commits
-
-
Bastian Venthur authored
-
Bastian Venthur authored
Closes: #1756
-
- 15 May, 2019 3 commits
-
-
Paul Ganssle authored
Migrate constants from setup.py to setup.cfg
-
Bastian Venthur authored
-
Bastian Venthur authored
This also makes wheel an unconditional setup_requires dependency. Closes: #1697
-
- 14 May, 2019 4 commits
-
-
Benoit Pierre authored
Fix CIs.
-
Benoit Pierre authored
Fix the `list_dependencies_command` so arguably the most important packages are not hidden (pip, setuptools, and wheel).
-
Benoit Pierre authored
Update virtualenv so the tox environment use a more recent version of pip (and probably setuptools/wheel too).
-
Benoit Pierre authored
* ignore distutils' warning (`Unknown distribution option: 'python_requires'`) * fix test on Windows
-
- 24 Apr, 2019 1 commit
-
-
mergify[bot] authored
build_meta: fix 2 issues with `build_wheel` / `build_sdist`
-
- 23 Apr, 2019 1 commit
-
-
Benoit Pierre authored
-
- 22 Apr, 2019 8 commits
-
-
Benoit Pierre authored
Fix the following cases: * `build_sdist` is called with another sdist already present in the destination directory * `build_wheel` is called with the destination directory not already created
-
Benoit Pierre authored
-
Benoit Pierre authored
Now that the issue with invalid coverage data has been fixed.
-
Paul Ganssle authored
Fix error with PEP 517 builds when wheel exists (GH #1761)
-
Paul Ganssle authored
Limit workers in ProcessPoolExecutor
-
Paul Ganssle authored
As a mitigation for #1730, this commit limits the number of workers in the ProcessPoolExecutor to 1 (default is the number of CPUs). On PyPy, having a higher number of available workers dramatically increases the number of concurrent processes, leading to some resource exhaustion issues. This does not address the root issue, but should improve the situation until the root issue is addressed.
-
Paul Ganssle authored
Use xenial and latest pypy3 on Travis CI.
-
Benoit Pierre authored
-