File: changelog

package info (click to toggle)
sasview 5.0.5-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 114,756 kB
  • sloc: python: 55,953; xml: 11,488; cpp: 6,412; sh: 523; javascript: 467; makefile: 173
file content (314 lines) | stat: -rw-r--r-- 11,435 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
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
sasview (5.0.5-5) unstable; urgency=medium

  * Add new patch to provide compatibility with numpy 1.24 (Closes: #1027248).
  * Update Standards-Version to 4.6.2 (no changes required).

 -- Stuart Prescott <stuart@debian.org>  Mon, 09 Jan 2023 18:17:54 +1100

sasview (5.0.5-4) unstable; urgency=medium

  * Cherry-pick upstream patch for compatibility with numpy 1.23
    (Closes: #1026349).

 -- Stuart Prescott <stuart@debian.org>  Mon, 19 Dec 2022 10:27:43 +1100

sasview (5.0.5-3) unstable; urgency=medium

  * Upload to unstable.
  * Convert package to Architecture: all.

 -- Stuart Prescott <stuart@debian.org>  Sun, 06 Nov 2022 18:10:17 +1100

sasview (5.0.5-2) experimental; urgency=medium

  * Add patch for matplotlib 3.5.x compatibility.
  * Add patch for recent qt/pyqt compatibility.
  * Add patch for setuptools 65 compatibility.
  * Add new dependencies on python3-dominate, python3-html2text,
    python3-uncertainties
  * Disable GUITests.py as the tests currently hang.

 -- Stuart Prescott <stuart@debian.org>  Sat, 24 Sep 2022 00:20:09 +1000

sasview (5.0.5-1) experimental; urgency=medium

  [ Stuart Prescott ]
  * New upstream version.
    - refresh patches
    - drop fix_dream_options_e655e0c.patch (applied upstream)
  * Update Standards-Version to 4.6.1 (no changes required).
  * Move cleanup file removals to debian/clean
  * Update lintian warnings to new formats.
  * Fix rst munger to handle trailing whitespace in the rst.

  [ Drew Parsons ]
  * debian patch help_dir_location.patch sets HELP_DIRECTORY_LOCATION
    to /usr/share/doc/sasview/html, as provided by sasview-doc.
    Closes: #999747
  * remove generated UI files ChangeNameUI.py, FileConverterUI.py,
    FrameSelectUI.py after dh_auto_clean
  * copy beam_profile.DAT to use in build-time GUI tests (qtgui)
  * debian patch fix_dream_options_e655e0c.patch applies upstream
    commit e655e0c to fix handling of DREAM options for bumps objects

 -- Stuart Prescott <stuart@debian.org>  Tue, 09 Aug 2022 18:12:24 +1000

sasview (5.0.4-1) unstable; urgency=medium

  * New upstream version.
    - refresh patches
    - update debian/copyright
    - add additional patch to not fail the build on sphinx warnings
  * Misc. fixes from lintian-brush.
  * Add dependency on tex-gyre to match new texlive packaging
    (Closes: #997312).
  * Add lots of lintian overrides so that real problems can be seen.
  * Increase version requirement on sasmodels packages.

 -- Stuart Prescott <stuart@debian.org>  Mon, 01 Nov 2021 17:58:17 +1100

sasview (5.0.3-3) unstable; urgency=medium

  * Build documentation within xvfb so that Qt modules can be imported
    (Closes: #980701).

 -- Stuart Prescott <stuart@debian.org>  Sat, 30 Jan 2021 15:59:03 +1100

sasview (5.0.3-2) unstable; urgency=medium

  * debian patch fix_h5py_value_PR1712.diff applies upstream PR1712 to
    fix usage of h5py values. Required for working with h5py 3.0.
    Closes: #974181.
  * delete qtgui detritus left behind by dh_python3 in python3* dirs
  * Standards-Version: 4.5.1

 -- Drew Parsons <dparsons@debian.org>  Wed, 02 Dec 2020 01:53:36 +0800

sasview (5.0.3-1) unstable; urgency=medium

  * New upstream release.
    - refresh patches
    - adjust build system to cope with new paths
  * Switch to debhelper-compat (= 13).
    - simplify rules with execute_* targets
  * Silence lots of noise from lintian so real problem can be seen.

 -- Stuart Prescott <stuart@debian.org>  Mon, 05 Oct 2020 15:06:23 +1100

sasview (5.0.1-3) unstable; urgency=medium

  * Fix package descriptions to not include references to Python 2
    (Closes: #960933).
  * Fix build of PDF documentation (Closes: #959626).

 -- Stuart Prescott <stuart@debian.org>  Mon, 01 Jun 2020 21:33:15 +1000

sasview (5.0.1-2) unstable; urgency=medium

  * Only test with py3versions -s in autopkgtests.
  * Update Standards-Version to 4.5.0 (no changes required).

 -- Stuart Prescott <stuart@debian.org>  Tue, 24 Mar 2020 19:08:21 +1100

sasview (5.0.1-1) unstable; urgency=medium

  * New upstream release.
   - drop patches incorporated upstream.

 -- Stuart Prescott <stuart@debian.org>  Tue, 12 Nov 2019 09:47:41 +1100

sasview (5.0.0+git20190820-4) unstable; urgency=medium

  [ Drew Parsons ]
  * rename debian patch formatParam_check_default_false.patch as
    formatParam_check_default.patch and set default Check=True
    to conform with upstream commit 66501cbf2.

  [ Stuart Prescott ]
  * Fix Build-Depends for when there are multiple Python 3 interpreters in
    the archive, with thanks to Steve Langasek for the patch (Closes: #943935).

 -- Stuart Prescott <stuart@debian.org>  Fri, 01 Nov 2019 18:02:12 +1100

sasview (5.0.0+git20190820-3) unstable; urgency=medium

  * debian/fetchdocs: update paths to sasmodels and bumps docs
  * don't install Thumbs.db (Windows thumbnails) with icons
  * don't install qtgui in dist-packages
    (pbuilder/pdebuild triggers an independent installation)

 -- Drew Parsons <dparsons@debian.org>  Sun, 13 Oct 2019 01:58:57 +0800

sasview (5.0.0+git20190820-2) unstable; urgency=medium

  * extend file_default_dir.patch to Qt GUI
    (by default load data from user home dir, not app dir)
  * debian/patches/formatParam_check_default_false.patch sets default
    value Check=False in qtgui's FittingUtilities.formatParameters()
  * Standards-Version: 4.4.1

 -- Drew Parsons <dparsons@debian.org>  Sat, 12 Oct 2019 17:46:13 +0800

sasview (5.0.0+git20190820-1) experimental; urgency=medium

  [ Drew Parsons ]
  * New upstream release (5.0.0).
    - Refresh patches.
  * Build-Depends-Indep: texlive-plain-generic
    not texlive-generic-extra. Closes: #933586.
  * Standards-Version: 4.4.0

  [ Stuart Prescott ]
  * New upstream git snapshot from ESS_GUI branch, 2019-08-20.
    - Refresh patches.
    - Add numerous patches to ensure documentation can be built, to allow
      tests to pass, make pytest usable.
    - Update dependencies to include PyQt5.
  * Switch to Python 3.
  * Switch to Qt5 GUI.
  * Ensure 'clean' target removes autogenerated UI files and pytest cache.
  * Override lintian warnings about location of UI files.
  * Run but don't fail on test of GUI elements (currently fails upstream) in
    both build and autopkgtest tests.

 -- Stuart Prescott <stuart@debian.org>  Thu, 22 Aug 2019 14:23:15 +1000

sasview (4.2.1-2) unstable; urgency=medium

  * Build-Depends-Indep: texlive-plain-generic
    not texlive-generic-extra. Closes: #933586.
  * Standards-Version: 4.4.0

 -- Drew Parsons <dparsons@debian.org>  Thu, 01 Aug 2019 16:47:35 +0800

sasview (4.2.1-1) unstable; urgency=medium

  * New upstream release.
  * Standards-Version: 4.3.0
  * debhelper compatibility level 12
  * mark sasview-doc as Multi-Arch: foreign

 -- Drew Parsons <dparsons@debian.org>  Sun, 17 Feb 2019 01:12:52 +0800

sasview (4.2.0-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version to 4.2.1 (no changes required).

 -- Stuart Prescott <stuart@debian.org>  Mon, 08 Oct 2018 23:59:46 +1100

sasview (4.2.0~git20180710.beta-1) unstable; urgency=medium

  * New upstream release (4.2.0-beta)
    - Drop patches included upstream.

 -- Stuart Prescott <stuart@debian.org>  Thu, 26 Jul 2018 00:34:26 +1000

sasview (4.2.0~git20180309-3) unstable; urgency=medium

  [ Drew Parsons ]
  * Debian patch file_default_dir.patch sets default dir to user home
    dir instead of application dir when loading and saving files and
    projects. Closes: #892797.
  * add desktop entry and icon (png 48×48, svg) for SasView app.

  [ Stuart Prescott ]
  * Add new matplotlibwx.patch to fix toolbar handling with matplotlib 2.2.

 -- Stuart Prescott <stuart@debian.org>  Sun, 22 Apr 2018 23:59:45 +1000

sasview (4.2.0~git20180309-2) unstable; urgency=medium

  * Add versioned build-dep on the required version of python-sasmodels-doc.

 -- Stuart Prescott <stuart@debian.org>  Sun, 11 Mar 2018 17:22:51 +1100

sasview (4.2.0~git20180309-1) unstable; urgency=medium

  * New upstream git snapshot.
    - drop patches applied upstream: filereader-class.patch
      help-lowercase.patch setup-entry-point.patch standalone-utests.patch
      uniquelist-builtin.patch
    - refresh other patches
    - add additional patch for finding utest resource
  * Update Vcs fields to point to salsa.debian.org.

 -- Stuart Prescott <stuart@debian.org>  Sun, 11 Mar 2018 12:46:18 +1100

sasview (4.2.0~git20171031-5) unstable; urgency=medium

  * Fix race condition in utest_corfunc.py that causes tests to sometimes fail.

 -- Stuart Prescott <stuart@debian.org>  Fri, 19 Jan 2018 11:55:01 +1100

sasview (4.2.0~git20171031-4) unstable; urgency=medium

  * Fix arch/indep split in debian/rules.
  * Stop converting filenames to lowercase when searching for help files
    (Closes: #886715).

 -- Stuart Prescott <stuart@debian.org>  Wed, 10 Jan 2018 01:59:18 +1100

sasview (4.2.0~git20171031-3) unstable; urgency=medium

  * Split arch-dependent and arch-independent build paths (Closes: #885889).
  * Update to debhelper compat 11.
    - update location of documentation to /usr/share/doc/sasview.
  * Update tests to fix recently developed failure.
  * Adjust documentation building for change in doc location for
    python-sasmodels and python-bumps.
  * Skip known-broken tests in autopkgtest test.
  * Update Standards-Version to 4.1.3 (no changes required).
  * Include patch from Chris Lamb to make the build reproducible
    (Closes: #885853).

 -- Stuart Prescott <stuart@debian.org>  Sun, 07 Jan 2018 23:46:54 +1100

sasview (4.2.0~git20171031-2) unstable; urgency=medium

  * Provide full text for CC-Attribution-ShareAlike licence
    (for report.png).

 -- Drew Parsons <dparsons@debian.org>  Sun, 24 Dec 2017 09:56:45 +1100

sasview (4.2.0~git20171031-1) unstable; urgency=medium

  [ Stuart Prescott ]
  * New upstream snapshot selected for compatibility with current numpy.
    - Refresh patches and drop unneeded handling of None in plotting.
  * Add further missing run-time and build-time dependencies.
  * Add patch to fix entry points for starting sasview.
  * Add patch to stop retrieval of external files during doc generation.
  * Add patch to make upstream test suite functional just using py.test,
    meaning that the tests now run automatically at build time.
  * Add autopkgtest tests using py.test to run the test suite.
  * Update documentation generation to include parts of bumps and sasmodels.
  * Disable broken man and info generation.

  [ Drew Parsons ]
  * Install SasView documentation in PDF format.
  * Add report.png to debian/copyright (CC Attribution-ShareAlike)
  * Standards-Version: 4.1.2
  * Provide sasview man page generated from 4.1.2 (man page generation
    is currently broken in 4.2.0)

 -- Drew Parsons <dparsons@debian.org>  Fri, 22 Dec 2017 11:54:57 +0800

sasview (4.1.2-2) unstable; urgency=medium

  [ Stuart Prescott ]
  * debian/control: Fix Vcs-* URLs to point to debian-science.
  * Add missing runtime-dependencies for python-sasview.
  * Use the packaged mathjax rather than the CDN.
  * Fix doc-base abstract for the sasview documentation.
  * Enable hardening of shared objects.

 -- Drew Parsons <dparsons@debian.org>  Mon, 30 Oct 2017 19:02:34 +0800

sasview (4.1.2-1) unstable; urgency=medium

  * Team upload.
  * Initial release (Closes: #879812)
    - currently supports python2 only

 -- Drew Parsons <dparsons@debian.org>  Mon, 30 Oct 2017 18:45:11 +0800