File: changelog

package info (click to toggle)
python-pysam 0.15.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 17,604 kB
  • sloc: ansic: 125,787; python: 7,782; sh: 284; makefile: 222; perl: 41
file content (359 lines) | stat: -rw-r--r-- 11,649 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
python-pysam (0.15.2+ds-2) unstable; urgency=medium

  * Team upload.
  * For the Tabix tests: test the index contents, not the compression scheme.
    Closes: #919928, #920250

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Wed, 20 Feb 2019 02:45:47 -0800

python-pysam (0.15.2+ds-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Standards-Version: 4.3.0, no changes needed
  * added Py2 and Py3 versions of ${python:Provides}
  * Fix lintian found spelling typos.
  * debian/tests/control.autodep8 → debian/tests/control.
  * remove errant log.txt from the packages.

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Thu, 17 Jan 2019 01:25:11 -0800

python-pysam (0.15.1+ds-1) unstable; urgency=medium

  * Team upload.

  * New upstream version.
    - Removes autogenerated config.h - [many thanks!]
      https://github.com/pysam-developers/pysam/issues/714
    - Explicit compatibility with Python 3.7
  * Removed patch skipping test that complained on missing file

 -- Steffen Moeller <moeller@debian.org>  Fri, 14 Sep 2018 10:44:51 +0200

python-pysam (0.15.0.1+ds-2) unstable; urgency=medium

  * Remove ancient fields X-Python*-Version
  * Adjust patches for build time test suite
  * Standards-Version: 4.2.1

 -- Andreas Tille <tille@debian.org>  Wed, 12 Sep 2018 18:37:42 +0200

python-pysam (0.15.0.1+ds-1) experimental; urgency=medium

  * Team upload.

  [ Steffen Moeller ]
  * New upstream version.

  [ Afif Elghraoui ]
  * New upstream version 0.14.1+ds
  * Update patches

  [ Andreas Tille ]
  * Testsuite: autopkgtest-pkg-python
  * Rename d/tests/control to d/tests/control.autodep8
  * Standards-Version: 4.1.4

 -- Steffen Moeller <moeller@debian.org>  Sun, 29 Jul 2018 00:51:38 +0200

python-pysam (0.14+ds-2) unstable; urgency=medium

  * Team upload
  * Add Python 2.7 compatibility symlink for libchtslib.so (Closes: #890748)
  * Update Vcs-* URIs for move to salsa.debian.org
  * Remove trailing whitespace from debian/changelog

 -- Graham Inggs <ginggs@debian.org>  Mon, 19 Feb 2018 10:11:17 +0000

python-pysam (0.14+ds-1) unstable; urgency=medium

  * New upstream version
  * d/rules: Exclude tests using http access
  * Bump versioned dependencies to samtools and related from 1.6 to 1.7
  * cme fix dpkg-control
  * debhelper 11
  * do not remove samtools/tmp_file.h in clean target
  * do not depend from non-existing data file in make test target
  * Update d/copyright
  * Update lintian overrides

 -- Andreas Tille <tille@debian.org>  Sat, 17 Feb 2018 21:45:07 +0100

python-pysam (0.13.0+ds-1) unstable; urgency=medium

  * New upstream version
  * Bump versioned Build-Depends on libhts-dev, samtools and bcftools to 1.6
  * Exclude tests accessing remote http sites
  * Lintian-override for false positive
  * Remove unused paragraphs from d/copyright

 -- Andreas Tille <tille@debian.org>  Thu, 14 Dec 2017 16:36:43 +0100

python-pysam (0.12.0.1+ds-4) unstable; urgency=medium

  * Team upload.
  * Revert "Skip tests on ppc64el to avoid build-dep on bcftools currently
    uninstallable".  It seems to be installable now, and anyway now that the
    python3 transition is done we should fix it properly anyway.
  * d/control:
    + Bump the libhts-dev buil-dep to 1.5-3, to make sure we gain appropriate
      versioned symbols and therefore an appropriate versioned dependency on
      libhts2.  Closes: #879867
    + Bump Standards-Version to 4.1.1.

 -- Mattia Rizzolo <mattia@debian.org>  Fri, 10 Nov 2017 12:56:10 +0100

python-pysam (0.12.0.1+ds-3) unstable; urgency=medium

  * Team upload.
  * Support DEB_BUILD_OPTIONS=nocheck.
  * Skip tests on ppc64el to avoid build-dep on bcftools which is currently
    uninstallable.
    Hopefully this will help unstuck the current python3 transition.

 -- Mattia Rizzolo <mattia@debian.org>  Tue, 24 Oct 2017 18:54:29 +0200

python-pysam (0.12.0.1+ds-2) unstable; urgency=low

  * Update autopkgtest for new test suite driver

 -- Afif Elghraoui <afif@debian.org>  Fri, 06 Oct 2017 23:38:45 -0400

python-pysam (0.12.0.1+ds-1) unstable; urgency=medium

  [ Andreas Tille ]
  * Drop patch applied upstream
  * Standards-Version: 4.1.0 (no changes needed)
  * Apply upstream patch to fix test suite
  * Use pytest instead of nosetest

  [ Afif Elghraoui ]
  * New upstream version
    Closes: #871083, #834856
  * Bump htslib suite minimum versions
  * Use Build Profiles to mark build-dependencies needed only for tests
  * Temporarily skip a failing test (reported upstream)

  [ Steffen Moeller ]
  * created debian/upstream/metadata: references to registries

 -- Afif Elghraoui <afif@debian.org>  Sun, 01 Oct 2017 12:30:30 -0400

python-pysam (0.11.2.2+ds-3) unstable; urgency=medium

  * Team upload
  * Link with -Wl,--as-needed and avoid another Python 2.7
    compatibility symlink for libchtslib.so

 -- Graham Inggs <ginggs@debian.org>  Tue, 01 Aug 2017 14:15:58 +0200

python-pysam (0.11.2.2+ds-2) unstable; urgency=medium

  * Team upload
  * Mark debian/python-pysam.links executable for dh-exec
  * Drop exclude_test_tyring_to_access_remote_ftpserver.patch,
    fixed upstream
  * Drop pysam_stdout_linkage.patch, not needed since
    compatibility symlinks were added

 -- Graham Inggs <ginggs@debian.org>  Mon, 31 Jul 2017 14:05:22 +0200

python-pysam (0.11.2.2+ds-1) unstable; urgency=medium

  [ Afif Elghraoui ]
  * Imported Upstream version 0.11.2.2+ds
  * Update patches

  [ Andreas Tille ]
  * Apply patches suggested by Steve Langasek (thanks for this Steve)
    Closes: #867017, LP: #1701268
  * debhelper 10
  * Standards-Version: 4.0.0 (no changes needed)
  * Add some symlinks to run autopkgtests correctly

 -- Andreas Tille <tille@debian.org>  Sat, 29 Jul 2017 09:03:05 +0200

python-pysam (0.10.0+ds-2) unstable; urgency=medium

  * d/rules:
     - Add some files that need to be removed after running tests
     - Remove other autogenerated files to build twice in a row
  * Exclude test tyring to access remote ftpserver
    Closes: #861496

 -- Andreas Tille <tille@debian.org>  Thu, 04 May 2017 15:06:21 +0200

python-pysam (0.10.0+ds-1) unstable; urgency=medium

  [ Afif Elghraoui ]
  * New upstream release
  * Update patches

  [ Andreas Tille ]
  * d/rules: Remove redundant get-orig-source target
  * hardening=+all
  * Fix lintian overrides

  [ Afif Elghraoui ]
  * Do not use internal htslib

 -- Afif Elghraoui <afif@debian.org>  Thu, 26 Jan 2017 04:36:11 -0800

python-pysam (0.9.1.4+ds-1) unstable; urgency=medium

  * Imported Upstream version 0.9.1.4+ds
  * Drop patch applied upstream
  * Drop unused lintian overrides
  * Fix spelling issues

 -- Afif Elghraoui <afif@debian.org>  Sat, 23 Jul 2016 18:47:31 -0700

python-pysam (0.9.1+ds-1) unstable; urgency=medium

  * Imported Upstream version 0.9.1+ds
  * Force at least matching versions of the samtools suite
  * Bump Standards-Version to 3.9.8
  * Globally use C.UTF-8 locale
  * Update patch for external htslib
  * Refresh patch
  * Drop obsolete patches
  * Fix handling of configuration headers generated at build time
  * Rely more on pybuild for build-time tests and respect exit code
  * Fix autopkgtests

 -- Afif Elghraoui <afif@debian.org>  Sun, 19 Jun 2016 18:43:53 -0700

python-pysam (0.9.0+ds-1) unstable; urgency=medium

  * Add filenamemangle to d/watch and space out content
  * Imported Upstream version 0.9.0+ds (Closes: #814765)
  * Bump htslib and samtools minimum versions
  * Update policy statndards-version to 3.9.7
  * Use encrypted protocols for Vcs URLs in d/control
  * Use readthedocs page as pysam's homepage
  * Update packaging for external htslib link
  * Refresh patches
  * Delete obsolete patch

 -- Afif Elghraoui <afif@debian.org>  Wed, 09 Mar 2016 23:43:59 -0800

python-pysam (0.8.4+ds-1) unstable; urgency=medium

  * Add version constraints to build-dependencies.
  * Drop ds suffix versioning.
  * Imported Upstream version 0.8.4+ds
  * Remove patches applied upstream
  * Refresh existing patches
  * Refine d/rules
  * Set Vcs-Browser to point to cgit rather than gitweb
  * Reduce dependencies in autopktest dependencies
  * Replace patch for network-dependent tests
  * Add new lintian overrides

 -- Afif Elghraoui <afif@ghraoui.name>  Fri, 13 Nov 2015 22:15:14 -0800

python-pysam (0.8.3+ds1-3) unstable; urgency=medium

  * Backport upstream commit 6efb22b to permit building with Cython 0.23.x
    (Closes: 800794)
  * Revise lintian overrides.

 -- Afif Elghraoui <afif@ghraoui.name>  Tue, 06 Oct 2015 00:57:19 -0700

python-pysam (0.8.3+ds1-2) unstable; urgency=medium

  [ Afif Elghraoui ]
  * Improve python3 compatibility for upstream test sources
  * Refresh older patches
  * Fix autopkgtests
  * Fix error in sam_mpileup.patch
  * Remove unused lintian override

  [ Andreas Tille ]
  * Remove tests relying on online connection from test suite
  * For the moment do some dirty tricks in test run script
  * The automatic nosetest trigger does not work and this it is
    switched back to manual nosetests invocation

 -- Afif Elghraoui <afif@ghraoui.name>  Fri, 24 Jul 2015 10:12:41 +0200

python-pysam (0.8.3+ds1-1) experimental; urgency=medium

  * Team upload.

  [ Jorge Soares ]
  * New upstream version
  * provide python3-pysam

  [ Charles Plessy ]
  * Requires Python 2.7 or higher.

  [ Andreas Tille ]
  * Link against htslib
  * d/watch: dversionmangle

  [ Afif Elghraoui ]
  * New upstream releases (Closes: #763218)
  * Remove unnecessary test-suite declaration in d/control
  * Remove nonexistent files from copyright explanations
  * Allow building of the package when non-ASCII characters are in the path
  * Add to package long description
  * Resolve lintian "duplicated-compressed-file"
  * Make package descriptions unique
  * Remove extra license definitions from d/copyright
  * Fix spelling errors in source distribution (forwarded upstream as well)
  * Add lintian overrides
  * Exclude bundled htslib convenience-copy
  * Provide get-orig-source rule
  * Support building with missing htslib directory
  * Add dependency on cython for autopkgtests to provide pyximport
  * Revamp debian/copyright

 -- Afif Elghraoui <afif@ghraoui.name>  Thu, 25 Jun 2015 10:44:30 +0200

python-pysam (0.7.7-1) unstable; urgency=medium

  * New upstream releases.
  * Upstream source code moved to GitHub.
  * Watch the Python Package Index since there are no relevant tags on GitHub.
  * Added a git-buildpackage configuration file to mark its usage.
  * Build-depend samtools (>= 0.1.19); this is needed for the regression tests
    in Wheezy.
  * debian/patches/offline-tests.patch: correction from a later release.

 -- Charles Plessy <plessy@debian.org>  Sat, 19 Apr 2014 14:17:42 +0900

python-pysam (0.7.5-5) unstable; urgency=medium

  * Add make to autopkgtest dependencies
    Closes: #741274

 -- Andreas Tille <tille@debian.org>  Wed, 19 Mar 2014 13:30:15 +0100

python-pysam (0.7.5-4) unstable; urgency=medium

  * Fix autotest
    Closes: #741274

 -- Andreas Tille <tille@debian.org>  Tue, 11 Mar 2014 20:08:15 +0100

python-pysam (0.7.5-3) unstable; urgency=medium

  * Do not install tests in world writable dir
    Closes: #739575

 -- Andreas Tille <tille@debian.org>  Sat, 01 Mar 2014 23:40:21 +0100

python-pysam (0.7.5-2) unstable; urgency=medium

  * debian/rules: Set PYTHONPATH correctly using dh_python
    (thanks to Piotr Ożarowski <piotr@debian.org> for the patch)
    Closes: #739631

 -- Andreas Tille <tille@debian.org>  Thu, 20 Feb 2014 19:01:46 +0100

python-pysam (0.7.5-1) unstable; urgency=low

  * Initial release (Closes: #738665)

 -- Andreas Tille <tille@debian.org>  Fri, 07 Feb 2014 18:29:40 +0100