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 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423
|
ipython (8.35.0-1) unstable; urgency=medium
* New upstream version 8.35.0
* d/patches: drop backport patches python-3.13.1-pdb, sphinx-8.0
(no longer needed)
* d/control: update version constraints (prompt-toolkit, traitlets)
* d/control: standards-version 4.7.2 (no changes)
* d/lintian-overrides: update context patterns
* d/copyright: clean up references to paths which no longer exist
-- Gordon Ball <gordon@chronitis.net> Sat, 26 Apr 2025 21:20:13 +0200
ipython (8.30.0-2) unstable; urgency=medium
* Team upload.
* Port to Sphinx 8.0 (closes: #1090234).
-- Colin Watson <cjwatson@debian.org> Thu, 19 Dec 2024 01:53:10 +0000
ipython (8.30.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Fix pdb issues in Python 3.13.1 (closes: #1088322).
-- Colin Watson <cjwatson@debian.org> Mon, 09 Dec 2024 01:11:42 +0000
ipython (8.29.0-1) unstable; urgency=medium
[ Julian Gilbey ]
* fix nodocs -> nodoc
[ Gordon Ball ]
* New upstream version 8.29.0 (Closes: #1063945)
-- Gordon Ball <gordon@chronitis.net> Mon, 11 Nov 2024 23:03:15 +0100
ipython (8.20.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- Adds support for Python 3.12. (Closes: #1056414)
* Refresh patches.
* Drop the broken embedding patch, superseded upstream.
* Clean correctly. (Closes: #1049281)
* Copy the manpage instead of moving it. (Closes: #1049598)
* Depend on python3-pandas, python3-pickleshare, and python3-trio in
autotpkgtest for extra coverage.
* Run the autopkgtest against the installed package.
* Skip test_pretty_environ as it is broken.
-- Stefano Rivera <stefanor@debian.org> Sun, 14 Jan 2024 20:32:19 -0400
ipython (8.14.0-2) unstable; urgency=medium
* Team upload.
[ L. Guruprasad ]
* Add upstream patch to fix broken embedding when using
IPython.terminal.embed.InteractiveShellEmbed. (Closes: #1053223)
-- Colin Watson <cjwatson@debian.org> Thu, 05 Oct 2023 00:12:56 +0100
ipython (8.14.0-1) unstable; urgency=medium
* New upstream version 8.14.0
* Rebase patches; drop patches which apply to versions of jedi and
stack-data below the version in stable.
* Build-depend on python3-typing-extensions (for docs only)
-- Gordon Ball <gordon@chronitis.net> Sat, 22 Jul 2023 19:20:13 +0000
ipython (8.5.0-4) unstable; urgency=medium
* Team upload.
* Add upstream patch for pygments > 2.14 (Closes: #1028617)
-- Jochen Sprickerhof <jspricke@debian.org> Fri, 20 Jan 2023 08:19:58 +0100
ipython (8.5.0-3) unstable; urgency=medium
* Team upload.
* Add workaround for stack_data in testing
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 17 Dec 2022 15:16:53 +0100
ipython (8.5.0-2) unstable; urgency=medium
* Team upload.
* Add upstream patch for new python-stack-data
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 17 Dec 2022 07:52:47 +0100
ipython (8.5.0-1) unstable; urgency=medium
* New upstream version 8.5.0
* patches: drop backport from 8.4.0-2, applied upstream
-- Gordon Ball <gordon@chronitis.net> Sat, 01 Oct 2022 18:26:44 +0000
ipython (8.4.0-2) unstable; urgency=medium
* d/control: inject dependency on python3-setuptools
* patches: backport ipython#d858213,7a49386 to fix test_pprint_heap_allocated_type
-- Gordon Ball <gordon@chronitis.net> Sat, 17 Sep 2022 21:08:27 +0000
ipython (8.4.0-1) experimental; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Security-Contact.
[ Gordon Ball ]
* New upstream version 8.4.0
-- Gordon Ball <gordon@chronitis.net> Sat, 27 Aug 2022 22:27:11 +0000
ipython (8.1.0-1) experimental; urgency=medium
* New upstream version 8.1.0
-- Gordon Ball <gordon@chronitis.net> Mon, 14 Mar 2022 19:35:09 +0000
ipython (8.0.1-1) experimental; urgency=medium
* New upstream version 8.0.1
* Rebase patches, drop setuptools patch
* Build using pybuild-plugin-pyproject instead of setuptools directly
* Update dependencies: +black, +stack-data, +pytest-asyncio, -nose
* Install manpages explicitly rather than via setuptools data_files
* Skip tests known to fail with jedi 0.18.0
-- Gordon Ball <gordon@chronitis.net> Fri, 28 Jan 2022 11:40:45 +0000
ipython (7.31.1-1) unstable; urgency=medium
* New upstream version 7.31.1
* Fixes CVE-2022-21699 (execution of config files from the current
directory, which might allow cross-user attacks if ipython is run from a
directory multiple users can write). Closes: #1004122
-- Gordon Ball <gordon@chronitis.net> Mon, 24 Jan 2022 20:22:25 +0000
ipython (7.31.0-1) unstable; urgency=medium
[ Julien Puydt ]
* New upstream version 7.29.0.
* Remove Built-Using from the arch:all -doc package.
* Rework patches.
* Add some -doc packages as b-dep with nodoc tag.
* Drop 0007-forgotten-sys.patch (useless?).
[ Gordon Ball ]
* Run pytest against all supported python versions
* New upstream version 7.31.0
-- Gordon Ball <gordon@chronitis.net> Fri, 07 Jan 2022 15:09:47 +0000
ipython (7.27.0-1) unstable; urgency=medium
[ Gordon Ball ]
* New upstream version 7.26.0
* d/control: new dependency python3-matplotlib-inline
[ Julien Puydt ]
* Bump standards-version to 4.6.0.
* New upstream version 7.27.0.
-- Gordon Ball <gordon@chronitis.net> Sat, 06 Nov 2021 19:22:12 +0000
ipython (7.22.0-1) unstable; urgency=medium
[ Julien Puydt ]
* Fix d/watch.
[ Gordon Ball ]
* New upstream version 7.22.0
-- Gordon Ball <gordon@chronitis.net> Sun, 15 Aug 2021 18:04:37 +0000
ipython (7.20.0-1) unstable; urgency=medium
* New upstream version 7.20.0
* Drop upstreamed patches for jedi, sip
* Run the testsuite as an autopkgtest, enable autodep8 test
-- Gordon Ball <gordon@chronitis.net> Tue, 02 Feb 2021 19:50:23 +0000
ipython (7.19.0-3) unstable; urgency=medium
* Team upload.
* More Patches for new jedi version
* Add patch for new python-sip (Closes: #966035)
-- Jochen Sprickerhof <jspricke@debian.org> Fri, 01 Jan 2021 10:13:33 +0100
ipython (7.19.0-2) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* debian/copyright: use spaces rather than tabs to start continuation lines.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
[ Jochen Sprickerhof ]
* Add patches for new jedi version
-- Jochen Sprickerhof <jspricke@debian.org> Tue, 29 Dec 2020 17:40:23 +0100
ipython (7.19.0-1) unstable; urgency=medium
* New upstream version 7.19.0
-- Gordon Ball <gordon@chronitis.net> Sun, 01 Nov 2020 11:15:43 +0000
ipython (7.18.1-2) 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 ]
* Add missing build-dependency: python3-decorator (Closes: #971180)
* Rename the git repository from ipython4 -> ipython, and update Vcs-*
fields accordingly.
-- Gordon Ball <gordon@chronitis.net> Tue, 27 Oct 2020 19:07:53 +0000
ipython (7.18.1-1) unstable; urgency=medium
* New upstream version 7.18.1
* Refresh patches
* Update lintian-overrides for python3-ipython
-- Gordon Ball <gordon@chronitis.net> Mon, 31 Aug 2020 15:03:45 +0000
ipython (7.17.0-1) unstable; urgency=medium
* New upstream release 7.17.0.
* Use my @debian.org mail address.
* Add copyright assignment for debian/* in d/copyright.
-- Julien Puydt <jpuydt@debian.org> Mon, 03 Aug 2020 17:39:37 +0200
ipython (7.16.1-1) unstable; urgency=medium
* New upstream version 7.16.1
-- Gordon Ball <gordon@chronitis.net> Sun, 05 Jul 2020 10:50:24 +0000
ipython (7.15.0-1) unstable; urgency=medium
* New upstream version 7.15.0
* d/control: use debhelper compatibility level 13
-- Gordon Ball <gordon@chronitis.net> Thu, 04 Jun 2020 18:08:35 +0000
ipython (7.14.0-1) unstable; urgency=medium
* New upstream version 7.14.0
-- Gordon Ball <gordon@chronitis.net> Mon, 04 May 2020 18:10:06 +0000
ipython (7.13.0-1) unstable; urgency=medium
[ Gordon Ball ]
* New upstream version 7.13.0
[ Julien Puydt ]
* Suggest the doc package (Closes: #807125).
-- Julien Puydt <jpuydt@debian.org> Wed, 04 Mar 2020 13:03:33 +0100
ipython (7.12.0-1) unstable; urgency=medium
* New upstream version 7.12.0
* d/control: update Standards-Version to 4.5.0
-- Gordon Ball <gordon@chronitis.net> Tue, 04 Feb 2020 20:04:33 +0000
ipython (7.11.1-1) unstable; urgency=medium
[ Emmanuel Arias ]
* New upstream version 7.11.1 (Closes: #949137)
-- Gordon Ball <gordon@chronitis.net> Mon, 20 Jan 2020 18:42:30 +0000
ipython (7.11.0-2) unstable; urgency=medium
* Upload to unstable.
-- Gordon Ball <gordon@chronitis.net> Mon, 06 Jan 2020 14:07:42 +0000
ipython (7.11.0-1) experimental; urgency=medium
* New upstream version 7.11.0 (Closes: #887101, #942660)
* d/control:
+ Drop simplegeneric, ipython_genutils from build-depends
+ Add backcall, jedi to build-depends
+ Drop ancient breaks/replaces for oldoldstable
* d/copyright: drop outdated stanza for file dropped upstream
* Drop custom entrypoint script: ipython3 previously shipped a custom shell
script as the entrypoint, we'll now use the standard setuptools-generated
entrypoint script; ipython3 accordingly gains an explicit dependency on
python3.
* Rebase patches
+ Drop 0003-Backport-ipython-11593-for-python-3.8-compat.patch
-- Gordon Ball <gordon@chronitis.net> Mon, 30 Dec 2019 20:46:41 +0000
ipython (5.8.0-2) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
[ Gordon Ball ]
* Stop building binary packages python-ipython, ipython from this source.
For this time being, these packages are built from the ipython-py2 source
package. This will allow ipython3 to be updated past the 5.x series which
is the last to support python 2.7.
* d/control: Update Standards-Version to 4.4.1
* d/control: Update to debhelper compat level 12
* d/control: Set Rules-Requires-Root: no
* d/watch: Update to use github as upstream, unpin from 5.x series
* Backport ipython#11593 from IPython 7, which fixes compatibility with
python 3.8 (needed until dependencies are available to upgrade to the
fixed version).
-- Gordon Ball <gordon@chronitis.net> Tue, 24 Dec 2019 21:22:58 +0000
ipython (5.8.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* d/changelog: Remove trailing whitespaces
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
[ Gordon Ball ]
* New upstream release
* Remove d/.git-dpm and move to git-buildpackage style master branch with
unapplied patches
* Update Standards-Version to 4.2.1
* Add lintian override for the README_STARTUP file, which is used by the
ipython startup directory skeleton
[ Nicolas Dandrimont ]
* Block network access when building sphinx docs
-- Nicolas Dandrimont <olasd@debian.org> Wed, 17 Oct 2018 21:06:28 +0200
ipython (5.5.0-1) unstable; urgency=medium
[ Gordon Ball ]
* New upstream release
* Update Standards-Version to 4.1.0
* Update debhelper compat to 10
* Set minimum python3 version to 3.3
* Use python3 sphinx for documentation, add ${sphinxdoc:Built-Using}
to documentation package
* Add autopkgtests for importability and simple syntax examples
* Install the upstream changelog
* Fix python2 pexpect dependency of python3-ipython
* Add myself to uploaders
* Add pydist-overrides file mapping IPython to python-ipython, and
equivalent for python3
* Quote arguments to ipython -c (closes: #843793)
[ Diane Trout ]
* Update debian/copyright for IPython/utils/_get_terminal_size.py
-- Gordon Ball <gordon@chronitis.net> Thu, 26 Oct 2017 00:41:52 +0200
ipython (5.1.0-2) unstable; urgency=medium
* Team upload.
* Update wrapper scripts to avoid a deprecation warning.
-- Ximin Luo <infinity0@debian.org> Mon, 31 Oct 2016 08:47:51 +0100
ipython (5.1.0-1) experimental; urgency=medium
[ Julien Cristau ]
* Add missing dependencies. dh_python{,3} does not handle PEP 496
environment markers, so these need to be added manually for now.
[ Julien Puydt ]
* New upstream release.
-- Julien Puydt <julien.puydt@laposte.net> Thu, 18 Aug 2016 07:06:56 +0200
ipython (5.0.0-1) experimental; urgency=medium
[ Julien Cristau ]
* Add missing python3-pickleshare build-dep.
[ Julien Puydt ]
* Bump standards-version.
* New upstream release.
* Add missing python-backport-shutil-get-terminal-size and
python-sphinx-rtd-theme build-deps.
-- Julien Puydt <julien.puydt@laposte.net> Thu, 21 Jul 2016 13:05:20 +0200
ipython (4.1.2-1) experimental; urgency=medium
* Team upload
[ Julien Puydt ]
* New upstream version. (Closes: #780408)
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Julien Cristau ]
* Update to 4.1.2.
* Bump Standards-Version to 3.9.7.
-- Julien Cristau <jcristau@debian.org> Fri, 08 Apr 2016 13:36:06 +0200
|