File: changelog

package info (click to toggle)
opendrop 3.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 26,924 kB
  • sloc: python: 18,943; cpp: 1,031; makefile: 25; sh: 7
file content (113 lines) | stat: -rw-r--r-- 4,504 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
opendrop (3.3.2-2) unstable; urgency=medium

  * Set HOME to a writable location inside debian/rules to fix FTBFS
    (Closes: #1086306).
  * Permit stderr from autopkgtest tests.

 -- Stuart Prescott <stuart@debian.org>  Wed, 13 Nov 2024 08:51:54 +1100

opendrop (3.3.2-1) unstable; urgency=medium

  * New upstream release
    - Build-Depends: libsundials-dev (>= 7~)
    - applies debian patches fix_DBo_2f7dc0e.patch
      pep517-scons-interpreter.patch
      pytest8.patch
      sundials_API6_cf9d5aa.patch
  * update Homepage to https://github.com/jdber1/opendrop
    opencolloids.com is no longer active
  * debian patch sundials7_MPI.patch configures SCONS to build with
    mpicxx instead of g++. SUNDIALS 7 now places MPI support in core
    libraries, so client programs must compile and link against the
    MPI library. Since OpenMPI components are located in subdirectories,
    the simplest method (without cmake) is to use mpicxx as the
    compiler.
  * debian patch sundials7_API.patch replaces deprecated ERK functions
    with their ARK counterparts, to avoid distracting compilation
    warnings. Note that ERKStepCreate, ERKStepSetTableNum and
    ERKStepReInit are not deprecated.
  * Standards-Version: 4.7.0

 -- Drew Parsons <dparsons@debian.org>  Fri, 11 Oct 2024 15:36:17 +0200

opendrop (3.3.1-6) unstable; urgency=medium

  * Add patch for compatibility with pytest 8 (Closes: #1063975).
  * Change icon handling to include UI icons in the package and fix broken
    symlink (Closes: #1040569).
  * Install example images into opendrop-doc package.

 -- Stuart Prescott <stuart@debian.org>  Tue, 20 Feb 2024 21:57:56 +1100

opendrop (3.3.1-5) unstable; urgency=medium

  * debian patch fix_DBo_2f7dc0e.patch applies upstream commit 2f7dc0e
    to fix analysis of Interfacial Tension.  Closes: #1032488.
  * replace debian patch sundials_nvector_API6.patch with
    sundials_API6_cf9d5aa.patch applying upstream commit
    cf9d5aa (dev branch) to fix build with sundials 6.
  * debian patch pygobject_gtk3.patch reduces gui errors by
    asserting use of Gtk 3.
  * Standards-Version: 4.6.2

 -- Drew Parsons <dparsons@debian.org>  Thu, 09 Mar 2023 02:24:59 +0100

opendrop (3.3.1-4) unstable; urgency=medium

  * debian/patches/sundials_nvector_API6.patch updates sundials
    (nvector) v6 API to use a SUNContext. Closes: #1025761.
  * mark opendrop-doc Multi-Arch: foreign
  * Standards-Version: 4.6.1

 -- Drew Parsons <dparsons@debian.org>  Tue, 13 Dec 2022 20:36:32 +0100

opendrop (3.3.1-3) unstable; urgency=medium

  * Switch to updated name for the pybuild PEP517 builder in the build-deps.

 -- Stuart Prescott <stuart@debian.org>  Wed, 09 Feb 2022 00:41:54 +1100

opendrop (3.3.1-2) unstable; urgency=medium

  * Fix building of documentation on the arch:all buildd.

 -- Stuart Prescott <stuart@debian.org>  Tue, 14 Dec 2021 16:50:50 +1100

opendrop (3.3.1-1) unstable; urgency=medium

  * New upstream version.
    - drop patch; no longer needed
    - update build-dependencies and binary package dependencies
    - switch opendrop package to be arch:any as it now contains compiled
      python modules to accelerate the computations
    - add patch to push hardening flags into scons
    - add patch to make PEP517 builder work with scons
    - add patch to make scons use the current python interpreter when building
      extensions.
  * Rework d/rules to use PEP517 plugin for pybuild as the buildsystem.
  * Test against all supported versions of Python 3 in autopkgtests tests.
  * Fix field name typo in debian/tests/control (Test => Tests).
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.6.0, no changes needed.

 -- Stuart Prescott <stuart@debian.org>  Tue, 14 Dec 2021 15:19:56 +1100

opendrop (3.1.7dev0-2) unstable; urgency=medium

  * opendrop Depends: python3-opencv,
    gir1.2-gdkpixbuf-2.0, gir1.2-gtk-3.0
  * move attribution comments from package description to
    debian/copyright. Closes: #972433.
  * Build-Depends: python3 not python3-all.
    python3-opencv does not currently build the cv2 extension for
    non-default python versions (see Bug#972566).

 -- Drew Parsons <dparsons@debian.org>  Tue, 20 Oct 2020 20:41:41 +0800

opendrop (3.1.7dev0-1) unstable; urgency=medium

  * Initial release (Closes: #968228)
  * debian patch app_main.patch fixes app loading for 3.1.7dev0

 -- Drew Parsons <dparsons@debian.org>  Wed, 12 Aug 2020 19:58:44 +0800