-
Notifications
You must be signed in to change notification settings - Fork 220
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ekalinin/nodeenv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ekalinin/nodeenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.9.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 11 files changed
- 9 contributors
Commits on Oct 5, 2023
-
* Switch to packaging * install package * fix * support isolated builds
Configuration menu - View commit details
-
Copy full SHA for 441de9c - Browse repository at this point
Copy the full SHA 441de9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaa9de9 - Browse repository at this point
Copy the full SHA eaa9de9View commit details
Commits on May 28, 2024
-
* workflows: add a workflow_dispatch trigger to start workflows manually To be able to manually run a workflow from the Github web interface, add a workflow_dispatch trigger. Note that this does only work once this change has hit the default branch. * workflow: remove python 2.7 testing Python 2.7 is long obsolete, deprecated and not supported any more. Remove it from the tests. This test job is especially supposed to run on ubuntu-20.04, which doesn't have Python 2.7 any more. Without this patch, this workflow fails with: Warning: The support for python 2.7 will be removed on June 19. Related issue: actions/setup-python#672 Version 2.7 was not found in the local cache Error: The version '2.7' with architecture 'x64' was not found for Ubuntu 20.04. The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json * setup.py: ignore flake8 warning about module import at top of file Flake8 is unhappy with us because we violate PEP8: rsc@leda:~/git/nodeenv$ flake8 --extend-ignore=E127 nodeenv.py tests setup.py setup.py:16:1: E402 module level import not at top of file Ignore this warning in this case. * nodeenv.py: do not compare types According to this flake8 error: (env) rsc@leda:~/git/nodeenv$ flake8 --extend-ignore=E127 nodeenv.py tests setup.py nodeenv.py:421:19: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` we should not compare types but use isinstance() instead, which can handle subclasses as well. See https://www.flake8rules.com/rules/E721.html for details.
Configuration menu - View commit details
-
Copy full SHA for bbffd9b - Browse repository at this point
Copy the full SHA bbffd9bView commit details -
Add Python 3.11 and 3.12 Test Coverage (#348)
* workflows: add test coverage for Python 3.12 Python 3.12 has been released for a while, add test coverage support in our workflows. * tox: add environment for Python 3.11 Create a Python 3.11 test environment. * tox: add environment for Python 3.12 Create a Python 3.12 test environment.
Configuration menu - View commit details
-
Copy full SHA for 3e574a5 - Browse repository at this point
Copy the full SHA 3e574a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc114e1 - Browse repository at this point
Copy the full SHA dc114e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for de428ee - Browse repository at this point
Copy the full SHA de428eeView commit details -
On Python 3.3+, replace pipes.quote with shlex.quote (#342)
* On Python 3.3+, replace pipes.quote with shlex.quote The pipes.quote() function was undocumented, and the pipes module was deprecated in Python 3.11 and will be removed in Python 3.13. Fixes #341. * Choose shlex or pipes based on Python version It was pointed out that pyupgrade can handle this better than try/except.
Configuration menu - View commit details
-
Copy full SHA for c1dffc5 - Browse repository at this point
Copy the full SHA c1dffc5View commit details -
* fix tests after #342 * add coverage files into gitignore
Configuration menu - View commit details
-
Copy full SHA for 066a02c - Browse repository at this point
Copy the full SHA 066a02cView commit details -
Remove usage of non-portable
which(#346)* Use Python's shutil.which() instead of shelling out to `which` to find Python 2 * Use `command -v` instead of `which` in README Fixes: #333
Configuration menu - View commit details
-
Copy full SHA for 1024f4f - Browse repository at this point
Copy the full SHA 1024f4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aaed3c - Browse repository at this point
Copy the full SHA 5aaed3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aa4a49 - Browse repository at this point
Copy the full SHA 2aa4a49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d74cd8 - Browse repository at this point
Copy the full SHA 9d74cd8View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69e310a - Browse repository at this point
Copy the full SHA 69e310aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 231431e - Browse repository at this point
Copy the full SHA 231431eView commit details
Loading
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 1.8.0...1.9.1