File: changelog

package info (click to toggle)
python-nbstripout 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 464 kB
  • sloc: python: 1,068; sh: 20; makefile: 13
file content (48 lines) | stat: -rw-r--r-- 1,830 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
python-nbstripout (0.9.0-1) unstable; urgency=medium

  * Upload to unstable.

 -- Francesco Ballarin <ballarin@debian.org>  Sun, 15 Feb 2026 15:14:41 +0000

python-nbstripout (0.9.0-1~exp2) experimental; urgency=medium

  * Add build dependency on pybuild-plugin-pyproject.

 -- Francesco Ballarin <ballarin@debian.org>  Sun, 08 Feb 2026 13:16:41 +0000

python-nbstripout (0.9.0-1~exp1) experimental; urgency=medium

  * New upstream release 0.9.0
  * Add man page to nbstripout executable using help2man
  * Standards-Version: 4.7.3 (routine-update)
  * Update F. Ballarin's email address.
  * Run autopkgtests against all supported python versions.

 -- Francesco Ballarin <ballarin@debian.org>  Sun, 08 Feb 2026 10:25:27 +0000

python-nbstripout (0.8.1-2) unstable; urgency=medium

  * Source-only upload to allow migration to testing

 -- Francesco Ballarin <francesco.ballarin@unicatt.it>  Sat, 22 Mar 2025 06:38:00 +0000

python-nbstripout (0.8.1-1) unstable; urgency=medium

  [ Francesco Ballarin ]
  * Initial release. Closes: #1096128.
  * Add pytest-without-ruff.patch: skip running ruff checks while testing,
    since upstream requires pytest-ruff, which is not packaged yet in debian,
    and since ruff checks are not relevant for us anyways.
  * Allow stderr on debci because tests use git, which prints errors like
       hint: Using 'master' as the name for the initial branch
    if unconfigured.
  * Run pytest at build time.
    - set PYBUILD_TEST_PYTEST=0 and manually run pytest in the step
      execute_after_dh_auto_install, because the tests needs the nbstripout
      executable which is produced by install_scripts in dh_auto_install
  * Move the command line interface to its own package.

  [ Drew Parsons ]
  * Team upload.

 -- Drew Parsons <dparsons@debian.org>  Tue, 11 Mar 2025 15:10:36 +0100