-
Notifications
You must be signed in to change notification settings - Fork 127
Comparing changes
Open a pull request
base repository: neovim/pynvim
base: 0.5.1
head repository: neovim/pynvim
compare: 0.5.2
- 7 commits
- 3 files changed
- 4 contributors
Commits on Nov 1, 2024
-
fix(ci): do not use matrix variables for OS-specific commands
The use of `matrix.NIGHTLY`, `matrix.EXTRACT`, etc. makes CI matrix configuration difficult. Instead, let the shell script for the neovim installation step take care of OS specializations.
Configuration menu - View commit details
-
Copy full SHA for 648b0c7 - Browse repository at this point
Copy the full SHA 648b0c7View commit details -
fix(ci): macOS CI failing with python{3.7, 3.8, 3.9}
Problem: macos-latest now points to M1 runners (macos-14-arm64) which do not support python 3.7 - 3.9. Solution: For these python versions, use the macos-12 (x86_64) runner.
Configuration menu - View commit details
-
Copy full SHA for a6175a4 - Browse repository at this point
Copy the full SHA a6175a4View commit details
Commits on Nov 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2b5a327 - Browse repository at this point
Copy the full SHA 2b5a327View commit details -
fix: remove deprecated universal wheels setting
running bdist_wheel /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:111: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. By 2025-Aug-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !!Configuration menu - View commit details
-
Copy full SHA for 31550a7 - Browse repository at this point
Copy the full SHA 31550a7View commit details -
Merge #579 from wookayin/ci-macos
fix(ci): macOS CI failing with python{3.7, 3.8, 3.9}Configuration menu - View commit details
-
Copy full SHA for 503af55 - Browse repository at this point
Copy the full SHA 503af55View commit details
Commits on Nov 4, 2024
-
build: fix conditional install_requires #581
Fix conditional `install_requires` in `setup.py` to use environment markers instead of inline conditions. The latter do not work correctly with universal wheels -- e.g. a wheel made on Python 3.12 would not have a dependency on `typing-extensions` at all, even if it were installed on Python 3.11 or older, and the other way around.
Configuration menu - View commit details
-
Copy full SHA for a2adeec - Browse repository at this point
Copy the full SHA a2adeecView commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b0c32e - Browse repository at this point
Copy the full SHA 5b0c32eView 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.5.1...0.5.2