- 16 May, 2019 1 commit
-
-
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 11 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
-
Benoit Pierre authored
As it will soon become the default: https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment
-
Shashank Singh authored
-
Shashank Singh authored
`build_meta.build_wheel` assumes that the only wheel in its output directory is the one it builds, but prior to this, it also used the `dist/` folder as its working output directory. This commit uses a temporary directory instead, preventing an error that was triggered when previously-generated wheel files were still sitting in `dist/`. Fixes GH #1671
-
- 21 Apr, 2019 2 commits
-
-
mergify[bot] authored
Add failing test for issue #1671 (ValueError when .whl is present)
-
Floris Lambrechts authored
Currently, this will fail because setuptools.build_meta.build_wheel assumes that no wheels already exist in the `dist/` directory. See GH #1671
-
- 14 Apr, 2019 2 commits
-
-
Jason R. Coombs authored
Update super old CHANGES.rst dead links
-
gpotter2 authored
-
- 12 Apr, 2019 2 commits
-
-
Jason R. Coombs authored
FIX: git and hg revision checkout under Windows
-
Jason R. Coombs authored
-
- 11 Apr, 2019 3 commits
-
-
2xB authored
Checking for new implementation solving issue #1740
-
2xB authored
-
2xB authored
Windows does not change the working directory for a process via `cd .. && <process>` (see e.g. this question: https://stackoverflow.com/q/55641332/8575607 ). This commit replaces the use of `cd .. &&` with arguments provided by `git` and `hg` respectively.
-
- 05 Apr, 2019 10 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
uniquify paths in PYTHONPATH
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
When reading config files, require them to be encoded with UTF-8.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-