1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146
|
python-neovim (0.3.0-1) unstable; urgency=medium
* New upstream version 0.3.0
- Last version under python-neovim namespace
* Refresh d/patches, drop 0002-Fix-dead-lock-in-test_async_call
as it was upstreamed
* Bump Std-Ver to 4.3.0, no changes needed
-- Víctor Cuadrado Juan <me@viccuad.me> Tue, 08 Jan 2019 15:27:39 +0100
python-neovim (0.2.6-3) unstable; urgency=medium
* Add new patch to fix dead-lock on test_async_call (Closes: #867886)
* Fix style on d/t/python{,3}-neovim
-- Víctor Cuadrado Juan <me@viccuad.me> Sat, 21 Jul 2018 17:03:14 +0200
python-neovim (0.2.6-2) unstable; urgency=medium
* Add Provides: vim-python{,3} (Closes: #872942)
-- Víctor Cuadrado Juan <me@viccuad.me> Sun, 15 Jul 2018 13:38:54 +0200
python-neovim (0.2.6-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
[ Víctor Cuadrado Juan ]
* New upstream version 0.2.6
* Build-Depend on msgpack >= 0.5.0
* Build-Depend on pytest instead of nose
* Move from nose to pytest in autopkgtests
* Add 0001-Add-test-conftest.py-as-not-shipped-in-sdist.patch
* Convert from git-dpm to patches unapplied format (gbp)
* Bump compat level to 11, no changes needed
* Bump Std-Ver to 4.1.5, add Rules-Requires-Root: no
-- Víctor Cuadrado Juan <me@viccuad.me> Sun, 15 Jul 2018 12:52:45 +0200
python-neovim (0.2.0-1) unstable; urgency=medium
* New upstream release: 0.2.0
- Brings it up to date with neovim 0.2.1
- Fix tests on windows
- Fix an indexing bug when setting lines in a Range object
- Documentation update
- Make sure logging always uses UTF-8 regardless of locale
- Add argument to allow nested notification handlers
* Update Std-Ver to 4.1.1 (no changes needed)
* Drop "Testsuite: autopkgtest*" from d/control as it isn't needed
* Update Breaks and Build-Depends to neovim 0.2.1
* Add "Recommends: neovim"
-- Víctor Cuadrado Juan <me@viccuad.me> Mon, 13 Nov 2017 21:16:15 +0100
python-neovim (0.1.13-3) unstable; urgency=medium
* Rename d/tests/control.autodep8 to d/tests/control
* Pass -vv to nosetests, to investigate flaky tests (see #867886)
* Update Std-Ver to 4.0.1
-- Víctor Cuadrado Juan <me@viccuad.me> Tue, 15 Aug 2017 22:33:56 +0200
python-neovim (0.1.13-2) unstable; urgency=medium
* Enable nosetests in autopkgtest
-- Víctor Cuadrado Juan <me@viccuad.me> Mon, 27 Feb 2017 19:11:52 +0100
python-neovim (0.1.13-1) unstable; urgency=medium
* New Upstream release: 0.1.13
- Python 3.6 is officially supported
- Fix spawning a child on python 3.6 (Closes: #848230)
- Conform to pyuv 1.0 API
- Use tox for testing and add python 3.6 to test matrix
- Thanks to James McCoy (jamessan) for doing the
leg-work on fixing this version's bugs
* New Upstream release: 0.1.12
- Fixed version number in pypi tar.gz
* New upstream release: 0.1.11
- Supports python2.7, python3.3+
- Declare api level 1, for neovim >= 0.1.6
* Update Breaks: neovim (<< 0.1.6)
* First upload to Unstable
-- Víctor Cuadrado Juan <me@viccuad.me> Sat, 28 Jan 2017 20:19:58 +0100
python-neovim (0.1.10-1) experimental; urgency=medium
* New upstream release
- Last version supporting python2.6
- This version supports neovim >=0.15
* Update Build-Depends to neovim (>= 0.1.5)
* Update Breaks to neovim (<< 0.1.5)
-- Víctor Cuadrado Juan <me@viccuad.me> Fri, 28 Oct 2016 22:40:45 +0200
python-neovim (0.1.9-1) experimental; urgency=medium
* new upstream version
-- Víctor Cuadrado Juan <me@viccuad.me> Sat, 18 Jun 2016 16:45:08 +0200
python-neovim (0.1.8-1) experimental; urgency=medium
* Import python-neovim_0.1.8.orig.tar.gz
-- Víctor Cuadrado Juan <me@viccuad.me> Fri, 20 May 2016 00:04:26 +0200
python-neovim (0.1.7-1) experimental; urgency=medium
* New upstream release
* Reword descriptions; you don't need both python2 and 3 packages
* Update Std-Ver to 3.9.8
* Drop Build-Depends on dtach as tests lift their own nvim instance
* Add Breaks and Build-Depends on neovim 0.1.3
-- Víctor Cuadrado Juan <me@viccuad.me> Wed, 20 Apr 2016 16:39:06 +0200
python-neovim (0.1.5-1) experimental; urgency=medium
[ Víctor Cuadrado Juan ]
* New upstream release
* Update d/copyright to 2016
* Add README.md to docs now that upstream ships it
[ Ondřej Nový ]
* Fixed homepage (https)
-- Víctor Cuadrado Juan <me@viccuad.me> Tue, 05 Apr 2016 01:48:01 +0200
python-neovim (0.1.4-1) experimental; urgency=medium
* New upstream release.
* Add .git-dpm.
-- Víctor Cuadrado Juan <me@viccuad.me> Thu, 10 Mar 2016 23:44:09 +0100
python-neovim (0.1.3-1) experimental; urgency=medium
* Initial release. (Closes: #808176)
-- Víctor Cuadrado Juan <me@viccuad.me> Thu, 03 Mar 2016 14:06:55 +0100
|