File: changelog

package info (click to toggle)
python-pyfaidx 0.8.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 712 kB
  • sloc: python: 3,001; makefile: 16; sh: 6
file content (267 lines) | stat: -rw-r--r-- 8,421 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
python-pyfaidx (0.8.1.3-2) unstable; urgency=medium

  * Team upload.
  * Drop dependency on python3-importlib-metadata
    that was not needed anymore since Python 3.8

 -- Alexandre Detiste <tchet@debian.org>  Sun, 04 May 2025 15:42:22 +0200

python-pyfaidx (0.8.1.3-1) unstable; urgency=medium

  * New upstream version 0.8.1.3
  * rm-setuptools.patch: delete: applied upstream.
  * manual-layout.patch: refresh.

 -- Étienne Mollier <emollier@debian.org>  Wed, 16 Oct 2024 20:37:25 +0200

python-pyfaidx (0.8.1.2-2) unstable; urgency=medium

  * d/control: remove build-dependency on deprecated python3-pkg-resources.
  * rm-setuptools.patch: new: do not depend on setuptools. (Closes: #1083691)
  * manual-layout.patch: unfuzz.

 -- Étienne Mollier <emollier@debian.org>  Wed, 09 Oct 2024 18:22:26 +0200

python-pyfaidx (0.8.1.2-1) unstable; urgency=medium

  * New upstream version 0.8.1.2
  * d/control: declare compliance to standards version 4.7.0.
  * d/python3-pyfaidx.lintian-overrides: delete.
    The false positive is not flagged anymore by new lintian versions.

 -- Étienne Mollier <emollier@debian.org>  Sun, 11 Aug 2024 19:20:33 +0200

python-pyfaidx (0.8.1.1-2) unstable; urgency=medium

  * Team upload.
  * d/control: build-dep on setuptools-scm to fix wrong "0.0.0" version

 -- Michael R. Crusoe <crusoe@debian.org>  Fri, 26 Apr 2024 14:29:27 +0200

python-pyfaidx (0.8.1.1-1) unstable; urgency=medium

  * New upstream version

 -- Étienne Mollier <emollier@debian.org>  Sat, 20 Jan 2024 18:36:47 +0100

python-pyfaidx (0.8.0-2) unstable; urgency=medium

  * Team Upload
  * remove extraneous dependency on python3-six

 -- Alexandre Detiste <tchet@debian.org>  Mon, 15 Jan 2024 22:32:34 +0100

python-pyfaidx (0.8.0-1) unstable; urgency=medium

  [ Alexandre Detiste ]
  * remove extraneous build-dep in python3-mock
    an extensive cleanup PR has been provided upstream:
      https://github.com/mdshw5/pyfaidx/pull/215

  [ Étienne Mollier ]
  * New upstream version 0.8.0
  * d/rules: clean genes.fasta.gz after use by tests.
  * manual-layout.patch: refresh.
  * test-locale-to-c.patch: refresh.

 -- Étienne Mollier <emollier@debian.org>  Sat, 13 Jan 2024 17:49:36 +0100

python-pyfaidx (0.7.2.2-1) unstable; urgency=medium

  * New upstream version 0.7.2.2
  * manual-layout.patch: refresh.
  * d/control: new test dependency.
    Upstream replace pkg_resource usage by python3-import-metadata.
  * fix-pkg-resources.patch: remove.
    With upstream moving to importlib_metadata, this patch is now just
    interfering with the test suite, so removed.
  * d/*lintian-overrides: refer to python as python2.
    This fixes a lintian pedantic notice about Python capitalization.
  * d/python3-pyfaidx.lintian-overrides: new.
    Fix false positive lintian information about top_level.txt dist-info
    file being documentation outside /usr/share/doc.

 -- Étienne Mollier <emollier@debian.org>  Tue, 28 Nov 2023 22:14:27 +0100

python-pyfaidx (0.7.2.1-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * test-locale-to-c.patch: refresh.
  * no_setuptools-scm.patch: delete: file removed upstream.
  * biopython-1.80.patch: delete: applied upstream.
  * d/control: build depends on pybuild-plugin-pyproject.
    This is because upstream removed setup.py and is now exclusively
    relying on pyproject.toml.
  * manual-layout.patch: add: fix build failure.
    The build failure is caught because the debian/ directory breaks the
    expectation that the autodiscovery in flat-layout mode will work.

 -- Étienne Mollier <emollier@debian.org>  Tue, 18 Jul 2023 18:16:37 +0200

python-pyfaidx (0.7.1-2) unstable; urgency=medium

  * biopython-1.80.patch: add; fix test failure with biopython 1.80.
  * d/control: add myself to uploaders.
  * d/t/run-unit-test: run on supported python3 versions.
  * d/python-pyfaidx-examples.lintian-overrides: silence warning.
  * d/t/control: test depends on python3-all.

 -- Étienne Mollier <emollier@debian.org>  Fri, 25 Nov 2022 22:51:46 +0100

python-pyfaidx (0.7.1-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.1 (routine-update)
  * d/watch: create proper upstream file name

 -- Andreas Tille <tille@debian.org>  Thu, 25 Aug 2022 17:22:01 +0200

python-pyfaidx (0.6.4-1) unstable; urgency=medium

  * Team Upload.
  [ Andreas Tille ]
  * Fix watchfile to detect new versions on github
  * New upstream version
  * Apply multi-arch hints.
    + python-pyfaidx-examples: Add Multi-Arch: foreign.
  * Do not use setuptools-scm
  * Build-Depends: python3-pytest, python3-pkg-resources;
    Remove python3-nose from Build-Depends
  * Simplify build time test

  [ Nilesh Patra ]
  * Add patch to fix FTBFS
  * Add B-D on python3-biopython
  * Revert "Update patches"
  * Properly re-diff locale patch
  * Add Depends on python3-biopython
  * Add Depends on python3-biopython
  * Update/fix autopkgtest

 -- Nilesh Patra <nilesh@debian.org>  Thu, 17 Feb 2022 22:40:38 +0530

python-pyfaidx (0.6.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Standards-Version: 4.6.0 (routine-update)
  * Add d/gbp.conf
  * d/p/remove-ignore-docstring.patch: Remove extra
    option from setup.cfg

 -- Nilesh Patra <nilesh@debian.org>  Fri, 03 Sep 2021 20:15:54 +0530

python-pyfaidx (0.5.9.5-1) unstable; urgency=medium

  * Team Upload.
  * Fix watch URL
  * New upstream version 0.5.9.5

 -- Nilesh Patra <nilesh@debian.org>  Sun, 15 Aug 2021 17:38:41 +0530

python-pyfaidx (0.5.9.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Standards-Version: 4.5.1 (routine-update)

 -- Nilesh Patra <npatra974@gmail.com>  Sat, 12 Dec 2020 18:30:23 +0530

python-pyfaidx (0.5.9.1-1) unstable; urgency=medium

  [ Andreas Tille ]
  * New upstream version
  * debhelper-compat 13 (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)

  [ Sao I Kuan ]
  * Add patch for changing test locale to C
  * Add autopkgtest unit test

 -- Andreas Tille <tille@debian.org>  Wed, 30 Sep 2020 16:32:05 +0200

python-pyfaidx (0.5.8-2) unstable; urgency=medium

  * Build-Depends: tabix <!nocheck>
    Closes: #950030

 -- Andreas Tille <tille@debian.org>  Tue, 28 Jan 2020 22:31:45 +0100

python-pyfaidx (0.5.8-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Standards-Version: 4.5.0
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.
  * Improved clean.
  * Creating bgzipped test data

 -- Steffen Moeller <moeller@debian.org>  Sat, 25 Jan 2020 18:58:55 +0100

python-pyfaidx (0.5.7-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Standards-Version: 4.4.1
  * Set upstream metadata fields: Repository, Repository-Browse.

 -- Steffen Moeller <moeller@debian.org>  Wed, 01 Jan 2020 19:58:16 +0100

python-pyfaidx (0.5.5.2-2) unstable; urgency=medium

  * Drop Python2 support
    Closes: #938064
  * debhelper-compat 12
  * Standards-Version: 4.4.0
  * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target

 -- Andreas Tille <tille@debian.org>  Mon, 02 Sep 2019 14:39:41 +0200

python-pyfaidx (0.5.5.2-1) unstable; urgency=medium

  * New upstream version
    Closes: #911874
  * Standards-Version: 4.2.1
  * Secure URI in copyright format

 -- Andreas Tille <tille@debian.org>  Sat, 27 Oct 2018 07:11:40 +0200

python-pyfaidx (0.5.4-1) unstable; urgency=medium

  * New upstream version

 -- Andreas Tille <tille@debian.org>  Tue, 29 May 2018 08:57:08 +0200

python-pyfaidx (0.5.3.1-1) unstable; urgency=medium

  * New upstream version
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.1.4
  * debhelper 11
  * Testsuite: autopkgtest-pkg-python

 -- Andreas Tille <tille@debian.org>  Mon, 16 Apr 2018 13:12:29 +0200

python-pyfaidx (0.4.8.1-1) unstable; urgency=medium

  * New upstream version
  * debhelper 10
  * d/watch: version=4
  * New Build-Depends: python-mock, python3-mock

 -- Andreas Tille <tille@debian.org>  Sun, 11 Dec 2016 17:37:58 +0100

python-pyfaidx (0.4.7.1-1) unstable; urgency=medium

  * New upstream version
  * cme fix dpkg-control

 -- Andreas Tille <tille@debian.org>  Sat, 14 May 2016 23:49:10 +0200

python-pyfaidx (0.4.5.2-1) unstable; urgency=medium

  * Initial upload (Closes: #801721)

 -- Andreas Tille <tille@debian.org>  Tue, 17 Nov 2015 22:36:06 +0100