Revisions of python-neovim

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 879884 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 17)
- Update to 0.4.3:
  - Detect encoding correctly on non-standard locales
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 846266 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 16)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 777951 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 14)
- 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 (forwarded request 777949 from mcepl)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 597250 from Ronan Chagas's avatar Ronan Chagas (Ronis_BR) (revision 10)
- Run spec-cleaner.
- Version bump to 0.2.4.
  Upstream changelog:
  Version 0.2.4
    Temporarily disable asyncio on windows again, as stdio is not
    functional with asyncio yet.
    The new nvim.loop attribute is for the moment only available on
    POSIX systems.
  Version 0.2.3
    In this release support of python3.3 is dropped. Henceforth we
    want python3 rplugins to be able to assume the usage of
    asyncio, so they can use the asyncio event loop and libraries
    that build on it.
    Furthermore, a close() method is added on nvim session objects.
    When used as a library for externally connecting to a nvim
    instance (i e not rplugins), it is recommended to call the
    close() method on the session object when it is not needed
    anymore. Alternatively, sessions can be used as a context
    manager:
      with neovim.attach('socket', path=thepath) as nvim:
          # do stuff with nvim session in this block:
          print(nvim.funcs.getpid())
          print(nvim.current.line)
    * 2689ddc add tests for plugin decorators #298
    * 63f257f allow library users to properly cleanup the event
      loop #303
    * 59c184f expose the asyncio event loop as nvim.loop (python
      3.4+ only) #294
  Version 0.2.1
    Adds compability with msgpack 0.5.2.
    * e800c64 discover_runtime_directories refactor (#287)
    * 9cf971f Travis lint refactor (#288)
    * 93e6b5b msgpack-python was renamed to msgpack (#293)
    * 6fc0343 fix for msgpack 0.5.2 (#301)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 541604 from Ronan Chagas's avatar Ronan Chagas (Ronis_BR) (revision 9)
- Run spec-cleaner.
- Version bump to 0.2.0.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 493813 from Ronan Chagas's avatar Ronan Chagas (Ronis_BR) (revision 7)
Version bump to 0.1.13.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 398121 from Ronan Chagas's avatar Ronan Chagas (Ronis_BR) (revision 3)
Remove unneeded dependencies since the GUI was moved to another package.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 397340 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 2)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 389690 from Ronan Chagas's avatar Ronan Chagas (Ronis_BR) (revision 1)
Library for scripting Nvim processes through its msgpack-rpc API.
Displaying all 19 revisions
openSUSE Build Service is sponsored by