File: changelog

package info (click to toggle)
python-ase 3.24.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,448 kB
  • sloc: python: 144,945; xml: 2,728; makefile: 113; javascript: 47
file content (423 lines) | stat: -rw-r--r-- 14,575 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
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
python-ase (3.24.0-1) unstable; urgency=medium

  [ Alexandre Detiste ]
  * Team upload.
  * Remove dependency on python3-pkg-resources (Closes: #1083598)
  * Fix compatibility with Numpy 2.x (Closes: #1094768)

  [ Drew Parsons ]
  * New upstream release
    - supports Numpy 2
    - deprecates debian patch ignore-DeprecationWarnings.patch
  * Build-Depends: pybuild-plugin-pyproject
  * drop debian patch test_espresso_skip_no_error_raised.patch,
    need to handle raised errors
  * add debian patches
    - re_maxsplit.patch applies maxsplit by name in re.split
      (positional argument deprecated in Python 3.13)
    - doc_intersphinx.patch links intersphinx to local python3 docs
      Build-Depends: python3-doc <!nodoc>
  * build docs with MPLBACKEND=Agg to avoid accessing Tk, which breaks
    when not launched from the main thread.
  * after dh_install: remove .gitignore from gui/po in any python3* dir
    (only reduced to general python3 later with dh_python3)
  * debian/tests: deactivate cacheprovider, since upstream embedded their
    tests with the installed module (can't cache in /usr/lib)

 -- Drew Parsons <dparsons@debian.org>  Thu, 06 Mar 2025 04:23:13 +0100

python-ase (3.23.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release. Closes: #1075834.
    - applies or deprecates debian patches
      2582.patch
      2629.patch
      disable-cacheprovider.patch
      fix-importlib.util.patch
      fix-test-infrastructure.patch
      increase-test-tolerance.patch
      matplotlib-3.6.patch
      no-importlib.find_loader.patch
      pytest.warns-none.patch
      python-3.11.patch
      scipy1.8.patch
      sphinx5.0.patch
    - debian/copyright: ase/io/fortranfile.py no longer shipped
  * debian patch test_espresso_skip_no_error_raised.patch drops
    expectation of raised error in test_espresso.py. See upstream
    Issue#1461. Closes: #1077733.
  * skip test_versionnumber in build tests. The new version being
    built may not match the existing system version detected by
    importlib.metadata.version.
  * stop skipping lammps-write test in debian patch
    skip-failing-tests.patch
  * update generated doc files in debian/clean
  * after dh_install, remove .gitignore from ase/gui/po/
  * Standards-Version: 4.7.0

 -- Drew Parsons <dparsons@debian.org>  Thu, 01 Aug 2024 12:56:34 +0200

python-ase (3.22.1-6) unstable; urgency=medium

  * Run autopkgtest for all supported Python versions.

 -- Andrius Merkys <merkys@debian.org>  Mon, 01 Jul 2024 05:18:37 -0400

python-ase (3.22.1-5) unstable; urgency=medium

  [ Timo Röhling ]
  * Avoid FTBFS with pytest 8+ (Closes: #1071225)

 -- Graham Inggs <ginggs@debian.org>  Sun, 19 May 2024 11:01:13 +0000

python-ase (3.22.1-4) unstable; urgency=medium

  [ Andrius Merkys ]
  * Add forward information for recently introduced patches.

  [ Graham Inggs ]
  * Cherry-pick upstream commit for Sphinx 5.0 compatibility
    (Closes: #1056184)
  * Cherry-pick upstream commits for Python 3.12 compatibility
  * Ignore DeprecationWarnings during tests to avoid FTBFS
  * Only run autopkgtest against the default Python version since
    spglib stopped building for all supported versions, see #1057858

 -- Graham Inggs <ginggs@debian.org>  Sun, 07 Jan 2024 11:23:38 +0000

python-ase (3.22.1-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
  * Remove constraints unnecessary since buster

  [ Andrius Merkys ]
  * Add a patch to fix compatibility with Python 3.11 (Closes: #1023972).
    Thanks Simon McVittie.
  * Restore compatibility of tests (Closes: #1026207)
  * Describe patches.
  * Bump copyright years.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.2, no changes needed.
  * Adjust dependencies and environment needed to build documentation.

 -- Andrius Merkys <merkys@debian.org>  Mon, 16 Jan 2023 09:43:57 -0500

python-ase (3.22.1-2) unstable; urgency=medium

  * Fix test failure due to the usage of deprecated scipy API
    (Closes: #1013085).
  * Adapt to pytest7 (Closes: #1013714).

 -- Andrius Merkys <merkys@debian.org>  Fri, 15 Jul 2022 02:22:52 -0400

python-ase (3.22.1-1) unstable; urgency=medium

  * New upstream version 3.22.1 (Closes: #999531)
  * Add upstream patch to fix failing tests on arm64/ppc64el (Closes: #994785)
  * Removing unused paragraph from debian/copyright.

 -- Andrius Merkys <merkys@debian.org>  Wed, 01 Dec 2021 09:55:43 -0500

python-ase (3.22.0-1) unstable; urgency=medium

  * New upstream version 3.22.0
  * Refreshing patches.

 -- Andrius Merkys <merkys@debian.org>  Wed, 18 Aug 2021 01:53:06 -0400

python-ase (3.21.1-2) unstable; urgency=medium

  * Increasing tolerance in one of the tests as arm64 and ppc64el return
    slightly larger values.

 -- Andrius Merkys <merkys@debian.org>  Fri, 29 Jan 2021 01:22:20 -0500

python-ase (3.21.1-1) unstable; urgency=medium

  * New upstream version 3.21.1
  * Refreshing patches.
  * Refreshing copyright years.
  * Adding missing test dependency on python3-pytest-mock.
  * Adding missing build dependency on povray-includes.
  * Setting $TERM variable in debian/rules to enable runtime tests.

 -- Andrius Merkys <merkys@debian.org>  Mon, 25 Jan 2021 11:56:11 -0500

python-ase (3.20.1-2) unstable; urgency=medium

  * Disabling pytest cache usage (Closes: #979294).

 -- Andrius Merkys <merkys@debian.org>  Tue, 05 Jan 2021 02:23:27 -0500

python-ase (3.20.1-1) unstable; urgency=medium

  * New upstream version 3.20.1
  * Adding myself to the Uploaders list.
  * Skipping failing tests via patches.
  * Tests depend on python3-pytest.
  * Adding build-depends on python3-tk.
  * Refreshing debian/clean.
  * Removing .pytest_cache.

 -- Andrius Merkys <merkys@debian.org>  Wed, 12 Aug 2020 04:12:44 -0400

python-ase (3.19.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 3.19.2

 -- Andrius Merkys <merkys@debian.org>  Thu, 23 Jul 2020 04:38:29 -0400

python-ase (3.19.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 3.19.1 (Closes: #954619)

 -- Andrius Merkys <merkys@debian.org>  Sun, 05 Apr 2020 01:24:43 -0400

python-ase (3.19.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 3.19.0
  * Allowing STDERR in autopkgtest.

 -- Andrius Merkys <merkys@debian.org>  Thu, 19 Dec 2019 01:29:49 -0500

python-ase (3.18.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 3.18.1
  * Autogenerating the manpage.

 -- Andrius Merkys <merkys@debian.org>  Mon, 23 Sep 2019 01:23:31 -0400

python-ase (3.18.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 3.18.0
  * Updating copyright years.
  * Dropping big-endian.patch: integrated upstream.
  * Dropping socket-io-test-tolerance.patch: integrated upstream.
  * Dropping python3-only.patch: integrated upstream.
  * Adding Suggests: python3-netcdf4 and python3-pycodcif.
  * Adding build- and test-depends on python3-netcdf4 and python3-pycodcif.

 -- Andrius Merkys <merkys@debian.org>  Mon, 05 Aug 2019 03:41:46 -0400

python-ase (3.17.0-4) unstable; urgency=medium

  * Stop building python-ase Python 2 package
  * Drop Breaks/Replaces on obsolete python-ase versions
  * Bump Standards-Version to 4.4.0, no changes

 -- Graham Inggs <ginggs@debian.org>  Thu, 11 Jul 2019 08:51:28 +0000

python-ase (3.17.0-3) unstable; urgency=medium

  * Make tolerance in socket io test less strict to avoid
    autopkgtest failure with glibc 2.29 on some archictures
  * Update MathJax replacement for Sphinx 1.8.5
  * Drop fix-privacy-breach.patch and use sed instead
  * Switch to debhelper 12
  * Rules-Requires-Root: no

 -- Graham Inggs <ginggs@debian.org>  Thu, 04 Jul 2019 15:49:28 +0000

python-ase (3.17.0-2) unstable; urgency=medium

  * Fix autopkgtest on big-endian systems
  * Bump Standards-Version to 4.3.0, no changes

 -- Graham Inggs <ginggs@debian.org>  Sat, 19 Jan 2019 08:32:01 +0000

python-ase (3.17.0-1) unstable; urgency=medium

  * New upstream release
  * Regenerate manpage
  * Generate documentation with Sphinx
  * Register documentation in doc-base
  * Bump Standards-Version to 4.2.1, no changes

 -- Graham Inggs <ginggs@debian.org>  Tue, 11 Dec 2018 11:36:48 +0000

python-ase (3.16.2-1) unstable; urgency=medium

  * New upstream release
  * Drop fix-broken-ase.db.app-test.patch included upstream
  * Indicate that python3-ase breaks gpaw (<< 1.4.0~), see #895033
  * Mark python-ase-doc as Multi-Arch: foreign
  * Add dependency on python3-spglib for python3-ase (Closes: #896530)

 -- Graham Inggs <ginggs@debian.org>  Wed, 06 Jun 2018 12:59:55 +0000

python-ase (3.16.0-2) unstable; urgency=medium

  * Update debian/watch
  * Fix broken ase.db.app test, thanks Daniel Watkins (Closes: #900310)
  * Bump Standards-Version to 4.1.4, no changes

 -- Graham Inggs <ginggs@debian.org>  Tue, 29 May 2018 00:26:03 +0000

python-ase (3.16.0-1) unstable; urgency=medium

  * New upstream release
  * Update Vcs-* URIs for move to salsa.debian.org
  * Update debian/copyright
  * Turn debhelper up to 11
  * Regenerate manpage
  * Bump Standards-Version to 4.1.3, no changes

 -- Graham Inggs <ginggs@debian.org>  Tue, 03 Apr 2018 12:24:35 +0000

python-ase (3.15.0-1) unstable; urgency=medium

  * New upstream release
  * Update debian/watch
  * Drop update-desktop.patch, included upstream
  * Regenerate manpage
  * Remove trailing whitespace from debian/changelog, thanks Lintian!
  * Bump Standards-Version to 4.1.1, no changes

 -- Graham Inggs <ginggs@debian.org>  Tue, 31 Oct 2017 16:09:23 +0000

python-ase (3.14.1-2) unstable; urgency=medium

  * Add dependency on python3-pkg-resources
  * Remove VCS control file from python-ase-doc, thanks Lintian!
  * Update ase-gui.desktop
  * Drop old /usr/bin/ase-* scripts

 -- Graham Inggs <ginggs@debian.org>  Sat, 08 Jul 2017 12:39:14 +0200

python-ase (3.14.1-1) unstable; urgency=medium

  * New upstream release
  * Drop fix-typo.patch, included upstream
  * Regenerate manpages, add new manpage for /usr/bin/ase
  * Add debian/clean
  * Add Build-Depends on {python,python3}-setuptools
  * Fix privacy breach: use Debian packages of jquery,
    jquery-ui, bootstrap and font-awesome instead of
    fetching data from external websites
  * Update build-time tests
  * Update autopkgtest, run for python3 only
  * Update debian/copyright

 -- Graham Inggs <ginggs@debian.org>  Thu, 06 Jul 2017 17:23:59 +0200

python-ase (3.13.0-2) unstable; urgency=medium

  * Update debian/copyright (Closes: #860938)
  * Add autopkgtest dependency on ase, needed by test/db.py
  * Fix typo in ase/db/cli.py and man/ase-db.1, thanks Lintian!
  * Use DEB_VERSION_UPSTREAM instead of dpkg-parsechangelog
  * Bump Standards-Version to 4.0.0, no further changes

 -- Graham Inggs <ginggs@debian.org>  Mon, 19 Jun 2017 14:14:25 +0200

python-ase (3.13.0-1) experimental; urgency=medium

  * New upstream release.
  * Regenerate manpages.
  * Drop numpy1.12.patch, included upstream.
  * Switch to debhelper 10.
  * Ship new python3 ase-gui, recommend {python,python3}-tk
    instead of python-gtk2.
  * Update debian/copyright.
  * Install the icon in the correct location for AppStream.
  * Ship executable scripts in new 'ase' package.
  * Add autopkgtest.

 -- Graham Inggs <ginggs@debian.org>  Fri, 21 Apr 2017 13:39:28 +0200

python-ase (3.12.0-2) unstable; urgency=medium

  * Fix FTBFS with NumPy 1.12 (Closes: #848744)

 -- Graham Inggs <ginggs@debian.org>  Sat, 24 Dec 2016 16:20:40 +0200

python-ase (3.12.0-1) unstable; urgency=medium

  * New upstream release.
  * Regenerate manpages.

 -- Graham Inggs <ginggs@debian.org>  Mon, 31 Oct 2016 17:40:37 +0200

python-ase (3.11.0-1) unstable; urgency=medium

  * New upstream release.
  * Update debian/watch for move to GitLab.
  * Drop numpy-1.10-compatibility.patch, included upstream.
  * Use secure URI for Vcs-Git field.
  * Update debian/docs.
  * Documentation is no longer installed by setup.py,
    so use debian/python-ase-doc.install instead.
  * Install PNG instead of XPM icon.
  * Regenerate manpages.
  * Add build dependencies on {python,python3}-scipy,
    bump from Recommends to Depends.
  * Update PYBUILD_TEST_ARGS for new test runner.
  * Bump Standards-Version to 3.9.8, no further changes.

 -- Graham Inggs <ginggs@debian.org>  Tue, 31 May 2016 14:57:32 +0200

python-ase (3.9.1.4567-3) unstable; urgency=medium

  * Fix build with NumPy >= 1.10, thanks Ask. (Closes: #810903)

 -- Graham Inggs <ginggs@debian.org>  Thu, 25 Feb 2016 18:18:14 +0200

python-ase (3.9.1.4567-2) unstable; urgency=medium

  * Update my email address.
  * Drop db-test.patch, set PATH in d/rules to run db tests during build.
  * Build a python3 package, separate documentation package.
  * Force LC_ALL=C.UTF-8 for the tests, thanks jodal and tumbleweed.

 -- Graham Inggs <ginggs@debian.org>  Mon, 28 Dec 2015 22:52:14 +0200

python-ase (3.9.1.4567-1) unstable; urgency=medium

  * New upstream release.
  * Change maintainer to Debichem Team, add myself to uploaders
    (with Ask Hjorth Larsen's blessing).
  * Add Vcs-* fields.
  * Drop fix_optionparser_error_arguments.patch included upstream.
  * Install .desktop file and icon for ase-gui.
  * Update debian/copyright, use templates from dh-make.
  * Fix executable-not-elf-or-script Lintian warning.
  * Add Build-Depends on python-numpy, new db-test.patch
    and enable setup.py tests (thanks Stefano Rivera).
  * Add generate-manpages custom target to debian/rules.
  * Regenerate manpages.

 -- Graham Inggs <graham@nerve.org.za>  Fri, 24 Jul 2015 10:36:34 +0200

python-ase (3.8.1.3440-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream release. (Closes: #736055)
  * File names no longer conflict with silversearcher-ag. (Closes: #717989)
  * Dropped old patches and outdated README.Debian.
  * Moved suggested to recommended packages, as recommended by upstream.
  * Changed copyright to machine-readable format.
  * Regenerated manpages by help2man.
  * Added watch file.

 -- Reiner Herrmann <reiner@reiner-h.de>  Fri, 26 Sep 2014 21:42:09 +0200

python-ase (3.6.0.2515-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Convert to dh_python2. (Closes: #708890)

 -- Andrea Colangelo <warp10@ubuntu.com>  Wed, 03 Jul 2013 00:06:23 +0200

python-ase (3.6.0.2515-1) unstable; urgency=low

  * Initial upload (Closes: #602126).

 -- Ask Hjorth Larsen <asklarsen@gmail.com>  Sun, 27 May 2012 02:32:46 +0200