Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

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: neovim/pynvim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.1
Choose a base ref
...
head repository: neovim/pynvim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.2
Choose a head ref
  • 7 commits
  • 3 files changed
  • 4 contributors

Commits on Nov 1, 2024

  1. 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.
    wookayin committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    648b0c7 View commit details
    Browse the repository at this point in the history
  2. 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.
    wookayin committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    a6175a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. chore: Bump version

    jamessan committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    2b5a327 View commit details
    Browse the repository at this point in the history
  2. 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.
                ********************************************************************************
    
        !!
    jamessan committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    31550a7 View commit details
    Browse the repository at this point in the history
  3. Merge #579 from wookayin/ci-macos

    fix(ci): macOS CI failing with python{3.7, 3.8, 3.9}
    justinmk authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    503af55 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. 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.
    mgorny authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a2adeec View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Pynvim 0.5.2

    - a2adeec build: fix conditional install_requires #581
    - 31550a7 fix: remove deprecated universal wheels setting
    - a6175a4 fix(ci): macOS CI failing with python{3.7, 3.8, 3.9}
    - 648b0c7 fix(ci): do not use matrix variables for OS-specific commands
    jamessan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5b0c32e View commit details
    Browse the repository at this point in the history
Loading