File: changelog

package info (click to toggle)
python-choreographer 1.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 660 kB
  • sloc: python: 2,841; makefile: 12; sh: 5
file content (45 lines) | stat: -rw-r--r-- 2,039 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
python-choreographer (1.2.1-4) unstable; urgency=medium

  * Update pyproject-add-version.diff to add a test which compares the version
    of the package from python metadata (and manually patched in) to the
    upstream one present in d/changelog. The rationale is that otherwise the two
    versions could get out of sync if the maintainer forgets to update the
    version number present in the patch.

 -- Francesco Ballarin <ballarin@debian.org>  Thu, 05 Mar 2026 06:43:12 +0000

python-choreographer (1.2.1-3) unstable; urgency=medium

  * Add missing build and test dependency on python3-numpy and
    python3-async-timeout.
  * Add patch drop-libs-ok.diff to simplify the verification of the chromium
    installation. The upstream implementation runs ldd /usr/bin/chromium, but on
    debian this results in
      $ ldd /usr/bin/chromium
          not a dynamic executable
    because
      $ file /usr/bin/chromium
      /usr/bin/chromium: POSIX shell script, ASCII text executable
  * Add replace_ubuntu_system_checks_with_debian.diff. The library is doing
    several checks to identify if the OS is ubuntu: replace them to check for
    debian instead of ubuntu.

 -- Francesco Ballarin <ballarin@debian.org>  Wed, 04 Mar 2026 16:37:30 +0000

python-choreographer (1.2.1-2) unstable; urgency=medium

  * Add missing build dependency on pybuild-plugin-pyproject.
  * Drop Testsuite: autopkgtest-pkg-pybuild because it does not support
    excluding architectures. Replace it with a simple d/tests/control which
    excludes arches on which chromium is not available.

 -- Francesco Ballarin <ballarin@debian.org>  Wed, 04 Mar 2026 13:50:38 +0000

python-choreographer (1.2.1-1) unstable; urgency=medium

  * Initial release. (Closes: #1129531)
  * Include patch pyproject-add-version.diff to manually add version number,
    because the generation of version number is done through
    setuptools-git-versioning, which is not available in debian.

 -- Francesco Ballarin <ballarin@debian.org>  Mon, 02 Mar 2026 15:29:00 +0000