-
-
Notifications
You must be signed in to change notification settings - Fork 677
Comparing changes
Open a pull request
base repository: bazel-contrib/rules_python
base: 0.3.0
head repository: bazel-contrib/rules_python
compare: 0.4.0
- 18 commits
- 35 files changed
- 9 contributors
Commits on Jun 23, 2021
-
ensure pip_compile_requirements py_binary target can recieve 'tags' (#…
…496)
Jonathon Belotti authoredJun 23, 2021 Configuration menu - View commit details
-
Copy full SHA for e887347 - Browse repository at this point
Copy the full SHA e887347View commit details
Commits on Jun 24, 2021
-
update README to point at latest release, 0.3.0, and latest master co…
…mmit (#494)
Jonathon Belotti authoredJun 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 4a0edcc - Browse repository at this point
Copy the full SHA 4a0edccView commit details
Commits on Jun 25, 2021
-
remove wording incorrectly suggesting python2 was supported by pip_in…
…stall (#495) Co-authored-by: Henry Fuller <hrofuller@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 46b8d99 - Browse repository at this point
Copy the full SHA 46b8d99View commit details -
setuptools: Bump version to 54.0.0 (#422)
* setuptools: Bump version to 54.0.0 * requirements Co-authored-by: Jonathon Belotti <jonathon@canva.com> Co-authored-by: Henry Fuller <hrofuller@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 929d5a1 - Browse repository at this point
Copy the full SHA 929d5a1View commit details
Commits on Jul 5, 2021
-
Improve README documentation of pip_install rule [tiny] (#501)
Jonathon Belotti authoredJul 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 9256757 - Browse repository at this point
Copy the full SHA 9256757View commit details
Commits on Jul 8, 2021
-
Terminology update 'master' to 'main' in DEVELOPING.md (#502)
Jonathon Belotti authoredJul 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 736b7ef - Browse repository at this point
Copy the full SHA 736b7efView commit details
Commits on Jul 10, 2021
-
Fix regression in pip parse for finding implicit namespace packages. (#…
…504) * Fix regression in pip parse for finding implicit namespace packages. Pathlib.Path normalizes path names, which caused lookups of relative paths using the special '.' directory path to fail to find parents of standard packages. * use paths everywhere, add test for cwd case * refactor for mypy Co-authored-by: Jonathon Belotti <jonathon@canva.com>
Configuration menu - View commit details
-
Copy full SHA for fbbecae - Browse repository at this point
Copy the full SHA fbbecaeView commit details
Commits on Jul 16, 2021
-
Fix extract_single_wheel for Windows (#498)
On Windows, when using pip_parse, pip would fail with following error: Could not open requirements file: [Errno 13] Permission denied: ... This is due to Python holding a handle to the temporary file preventing pip, which is run as a sub-process, from reading it. For more information, see: https://bugs.python.org/issue14243 Closing the requirements file before running pip solves the problem.Configuration menu - View commit details
-
Copy full SHA for cd64466 - Browse repository at this point
Copy the full SHA cd64466View commit details
Commits on Jul 30, 2021
-
feat: allow setting custom environment variables on pip_repository an…
…d whl_library (#460) * feat: allow setting custom environment variables on pip_repository and whl_library * Serialize and deserialize environment dict in python process instead of starlark. * Refactor shared functions between extract_wheel and extract_single_wheel. * Every structured arg now has the same key when serialized. fixes #490 * test for pip_data_exclude in arguments parsing test. * Also update docs in repository rule attr definition Co-authored-by: Jonathon Belotti <jonathon@canva.com> Co-authored-by: Henry Fuller <hrofuller@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 304b85c - Browse repository at this point
Copy the full SHA 304b85cView commit details
Commits on Aug 18, 2021
-
replace obsolete 'master' branch refs (#513)
Jonathon Belotti authoredAug 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 0824042 - Browse repository at this point
Copy the full SHA 0824042View commit details
Commits on Aug 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dfbf9bf - Browse repository at this point
Copy the full SHA dfbf9bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a10fdb - Browse repository at this point
Copy the full SHA 9a10fdbView commit details
Commits on Sep 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bef2244 - Browse repository at this point
Copy the full SHA bef2244View commit details
Commits on Sep 7, 2021
-
Allow the
--isolatedpip flag to be optionally unset (#512)* Allow the `--isolated` flag to be optionally unset * Update python/pip_install/pip_repository.bzl Co-authored-by: Henry Fuller <hrofuller@gmail.com> Co-authored-by: Henry Fuller <hrofuller@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9f59762 - Browse repository at this point
Copy the full SHA 9f59762View commit details
Commits on Sep 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d2d08a7 - Browse repository at this point
Copy the full SHA d2d08a7View commit details -
py_library generated from wheel shouldn't include tests/ folders (#528)
This is a python convention that wheels are shipped to pypi including their tests. These shouldn't be used in user code. We have observed these files expose modules which collide with first-party targets.
Configuration menu - View commit details
-
Copy full SHA for 7609526 - Browse repository at this point
Copy the full SHA 7609526View commit details -
pip_parse: Fix when using a python wrapper script (#505)
* pip_parse: Transmit the interpreter arguments * Clarify --python_interpreter_target doc
Configuration menu - View commit details
-
Copy full SHA for fd43414 - Browse repository at this point
Copy the full SHA fd43414View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1646c4 - Browse repository at this point
Copy the full SHA e1646c4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.3.0...0.4.0