File: changelog

package info (click to toggle)
jupyter-console 6.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 328 kB
  • sloc: python: 1,136; makefile: 168
file content (148 lines) | stat: -rw-r--r-- 4,922 bytes parent folder | download
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
147
148
jupyter-console (6.6.3-2) unstable; urgency=medium

  * Team upload.
  * Port to Sphinx 8.0 (closes: #1090099).

 -- Colin Watson <cjwatson@debian.org>  Fri, 03 Jan 2025 14:54:07 +0000

jupyter-console (6.6.3-1) unstable; urgency=medium

  * New upstream version 6.6.3
  * d/control: use pybuild-plugin-pyproject and hatchling instead of setuptools

 -- Gordon Ball <gordon@chronitis.net>  Sat, 22 Jul 2023 19:39:59 +0000

jupyter-console (6.4.4-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + python-jupyter-console-doc: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <jelmer@debian.org>  Fri, 25 Nov 2022 02:34:44 +0000

jupyter-console (6.4.4-1) unstable; urgency=medium

  * New upstream version 6.4.4
  * docs: fix substvar for built-using

 -- Gordon Ball <gordon@chronitis.net>  Sat, 27 Aug 2022 21:30:51 +0200

jupyter-console (6.4.3-1) unstable; urgency=medium

  * d/watch: allow leading v in version
  * New upstream version 6.4.3
  * Drop backport patch from 6.4.0-3

 -- Gordon Ball <gordon@chronitis.net>  Fri, 01 Apr 2022 11:24:08 +0000

jupyter-console (6.4.0-3) unstable; urgency=medium

  * Standards-Version: 4.6.0
  * Backport jupyter_console#244 to fix incompatibility with jupyter_client 7

 -- Gordon Ball <gordon@chronitis.net>  Tue, 09 Nov 2021 20:16:35 +0000

jupyter-console (6.4.0-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * source only upload to enable migration (Closes: #996945)

 -- Paul Gevers <elbrus@debian.org>  Thu, 21 Oct 2021 11:07:22 +0200

jupyter-console (6.4.0-2) unstable; urgency=medium

  * Update standards version to 4.5.1, no changes needed.

 -- Debian Janitor <janitor@jelmer.uk>  Sat, 21 Aug 2021 13:39:49 +0100

jupyter-console (6.4.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Gordon Ball ]
  * d/watch: new github tarball URL
  * New upstream version 6.4.0
  * Rebase patches

 -- Gordon Ball <gordon@chronitis.net>  Sun, 15 Aug 2021 18:33:25 +0000

jupyter-console (6.2.0-1) unstable; urgency=medium

  * New upstream version 6.2.0

 -- Gordon Ball <gordon@chronitis.net>  Mon, 31 Aug 2020 15:09:54 +0000

jupyter-console (6.1.0-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Gordon Ball ]
  * Fix pypi.d.n URL in d/watch
  * New upstream version 6.1.0
  * Update to debhelper compat level 13
  * Update to Standards-Version 4.5.0
  * Refresh patches; drop ipython compat patch from 6.0.0-2

 -- Gordon Ball <gordon@chronitis.net>  Fri, 15 May 2020 18:03:46 +0000

jupyter-console (6.0.0-2) unstable; urgency=medium

  * Patch out usage of a deprecated IPython python2 compatibility function
    which was dropped in IPython 7.11, causing import errors.

 -- Gordon Ball <gordon@chronitis.net>  Wed, 08 Jan 2020 22:21:32 +0000

jupyter-console (6.0.0-1) unstable; urgency=medium

  * New upstream release: 6.0.0
  * Depend on prompt-toolkit >= 2 and ipython >= 7
  * Update Standards-Version to 4.4.1
  * Set Rules-Requires-Root: no

 -- Gordon Ball <gordon@chronitis.net>  Mon, 06 Jan 2020 14:54:43 +0000

jupyter-console (5.2.0-2) unstable; urgency=medium

  * Drop support for python 2.7, and hence stop building the
    python-jupyter-console binary package (Closes: #936773)
  * Depend on debhelper-compat 12
  * Update Standards-Version to 4.3.0

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Fix Format URL to correct one
  * d/watch: Use https protocol
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs
  * Bump Standards-Version to 4.4.0.

 -- Gordon Ball <gordon@chronitis.net>  Fri, 27 Sep 2019 18:10:11 +0000

jupyter-console (5.2.0-1) unstable; urgency=medium

  * New upstream version
  * Add uversionmangle rule to d/watch to correctly sort beta versions
  * Update Standards-Version to 4.1.1
  * Add a dependency on jupyter-core for jupyter-console, to ensure that
    the jupyter console subcommand is available.
  * Use python3 sphinx for documentation, add ${sphinx:Built-Using} to the
    documentation package
  * Update years, use https URL in d/copyright
  * Convert from git-dpm to gbp patches-unapplied format
  * Patch out use of extension sphinxcontrib_github_alt in the documentation
  * Add Testsuite: autopkgtest-pkg-python to d/control (only an autodep8
    module-can-be-imported tested is performed)

 -- Gordon Ball <gordon@chronitis.net>  Thu, 26 Oct 2017 00:43:42 +0200

jupyter-console (5.0.0-1) unstable; urgency=medium

  * Initial release. (Closes: #842825)

 -- Gordon Ball <gordon@chronitis.net>  Tue, 01 Nov 2016 14:49:53 +0000