Revisions of python-neovim

buildservice-autocommit accepted request 1147273 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 40)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1147197 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 39)
- "Do not use %python_module for Requires"
   (from https://en.opensuse.org/openSUSE:Packaging_Python#Requires,_Provides_and_similar)
   Fixes bsc#1220005
- Also, clean up the SPEC file a bit.
buildservice-autocommit accepted request 1135605 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 38)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1135469 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 37)
- Remove deprecated python-rpm-macro definitions
- Update to version 0.5.0:
  * feat: Ex command ":py=" evaluate and print expression
  * test: always use the same python regardless of $PATH
  * packaging: Add pynvim.version attribute
  * fix: ignore flaky OSError on windows
  * fix: EOF error on piped stderr being closed on Windows
  * fix: do not leak resources across tests so as to prevent side effects
  * deps: Require greenlet >= 3.0 since it supports Python 3.12
  * fix: broken dynamic import of rplugin modules
  * fix: sphinx "invalid language code"
  * fix: mypy type annotation warnings
  * fix: sphinx "Unexpected indentation" warning
  * fix: PEP 484 prohibits implicit Optional
  * fix: undefined name 'original_find_module'
  * fix(test): Unknown config option: timeout warning
  * test_buffer: don't depend on version-dependent default values
  * fix: imp module is deprecated
  * Drop old python versions, add type annotations
  * docs: python 2 is not supported
  * test: update 'define' option default
  * refactor: remove usage of imp
  * packaging: conform to PEP 517 guidelines
  * fix: vim.eval('v:true') should return python bool
  * fix the first call to sync functions returning null
buildservice-autocommit accepted request 879884 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 36)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 35)
- Update to 0.4.3:
  - Detect encoding correctly on non-standard locales
buildservice-autocommit accepted request 846266 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 34)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 33)
- Update to 0.4.2:
  - Refactor: IOError was deprecated. Replace with OSError
  - refactor: Reduce usage of deprecated imp module
  - Modify all imports in the repository to absolute imports
  - Set unicode_errors in Unpacker
  - import vim module by default
- Remove setup_version.patch which has been included upstream.
buildservice-autocommit accepted request 796595 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 32)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 796560 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 31)
- Rewrite the package into proper single-spec style.
buildservice-autocommit accepted request 777951 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 30)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 777949 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 29)
- Update to 0.4.1:
  - Logging will be disabled on release tarballs and pip packages
    for performance reasons. use scripts/enable_log_statements.sh
    and scripts/disable_log_statements.sh to toggle the
    availability of logging.
  - 09bba08 remove scrutinizer
  - f048531 make pytest_runner an optional dependency
  - 5b50ce9 fix missing self.name for nvim_error_event
  - 175a2cc Test with python 3.8
  - 5a2b552 fix the disable logging script.
  - 2a31195 Update docs/tests to use --headless when needed
  - 1d121e0 Update tests for new global/local option behavior
  - 6310063 session: set client info (not only for host)
  - 58ff62f python2 compat: fix buffer inequality
  - a63cddb ci: fix coverage reporting
  - f4f3bf5 api: key deletion; use KeyError for maps (if_python
    compat)
  - d3c389f host: do not run __init__ in plugin until the plugin
    is invoked
- Add temporary patch setup_version.patch setting the version
  number in setup.py correctly. gh#neovim/pynvim#431
buildservice-autocommit accepted request 667629 from Ronan Chagas's avatar Ronan Chagas (Ronis_BR) (revision 28)
baserev update by copy to link target
Ronan Chagas's avatar Ronan Chagas (Ronis_BR) accepted request 667319 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 27)
- Update to 0.3.2:
  * Cleanup after the pynvim rename, as well as a few bugfixes
    and improvements.
  * support del vim.current.line
  * Handle nvim_error_event (errors from async requests)
  * Don't crash when subprocesses write to stdout
  * 22e5919 Continue pynvim rename
  * test with Python 3.7 in Travis.
- Make package buildable on EPEL7, while we give up on Fedora
buildservice-autocommit accepted request 651966 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 26)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 651653 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 25)
- Update to 0.3.1:
    * This release renames the the package name (for PyPI and
      importing) to pynvim.
    import neovim is still supported as an alias for backwards
    compatibility, but new API users should use import pynvim.
    * More informative error message for usage from non-main thread
    *  script host: Use the correct interface for a path entry
       finder
    * api: implement Remote.__repr__
    * event loop: Enable asyncio on windows again
    * host: Add client info (for nvim_list_chans())
    * host: make imports thread-safe
buildservice-autocommit accepted request 646075 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 24)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 646026 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 23)
- Upgrade to 0.2.6
    * Some minor fixes
    * Supported for communication with neovim in-process lua interpreter
- Clean-up SPEC file
buildservice-autocommit accepted request 597250 from Ronan Chagas's avatar Ronan Chagas (Ronis_BR) (revision 22)
baserev update by copy to link target
Ronan Chagas's avatar Ronan Chagas (Ronis_BR) committed (revision 21)
- Run spec-cleaner.
- Version bump to 0.2.4.
Displaying revisions 1 - 20 of 40
openSUSE Build Service is sponsored by