File: changelog

package info (click to toggle)
python-fabio 0.8.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,116 kB
  • sloc: python: 15,111; ansic: 1,091; sh: 233; makefile: 200
file content (210 lines) | stat: -rw-r--r-- 6,702 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
python-fabio (0.8.0+dfsg-1) unstable; urgency=medium

  * New upstream version 0.8.0+dfsg
  * Added the Salsa CI pipeline
  * d/patches
    + 0004-reproducible-build.patch.patch (added)

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Mon, 26 Nov 2018 20:26:28 +0100

python-fabio (0.7.0+dfsg-2) unstable; urgency=medium

  * d/rules
    - Installed the mathjax link only in the python-fabio-doc packages
    (Closes: #905207)

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Wed, 01 Aug 2018 23:37:51 +0200

python-fabio (0.7.0+dfsg-1) unstable; urgency=medium

  * New upstream version 0.7.0+dfsg (Closes: #904262)
  * d/control
    - Switched VCS-X to salsa URL's
    - Removed obsolete X-Python[3]-Version
    - Use system mathjax for privacy breach.
    - Build-Depends
      + Added libjs-mathjax
  * d/patches
    + 0003-use-the-system-mathjax.patch (Added)
  * d/watch
    + Use the pypi redirector once again.

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Tue, 31 Jul 2018 09:54:20 +0200

python-fabio (0.6.0+dfsg-1) unstable; urgency=medium

  * New upstream version 0.6.0+dfsg
  * Added DEP8 autopkgtests
  * d/control
    * Bump Stabdards-Version 4.1.1 (nothing to do)
    * Build-Depends:
      + Added sphinx >= 1.4.9,
        pandoc, python[3]-nbsphinx, python[3]-pyqt5[-dbg]
      - Removed python-qt4[-dbg], python3-pyqt4[-dbg]
    * Changed fabio-viewer section (python -> science) (Closes: #832210)
  * d/patch
    - Refreshed the series for 0.6.0
  * d/watch
    - Do not use the pypi redirector

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Sun, 21 Jan 2018 15:07:49 +0100

python-fabio (0.5.0+dfsg-2) unstable; urgency=medium

  * d/control
    - python-qt4 -> python3-pyqt4-dbg (Closes: #876288)

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Wed, 20 Sep 2017 20:17:29 +0200

python-fabio (0.5.0+dfsg-1) unstable; urgency=medium

  * New upstream version 0.5.0+dfsg
  * switch to compat level 10
  * d/control
    - fabio-viewer scripts python2 -> python3
    - Bump Standard-Versions to 4.1.0 (extra -> optional)
    - cme fixed
    - wrap-and-sort
    - Build-Depends
      + Added help2man,
        python[3]-h5py[-dbg],
        python[3]-matplotlib[-dbg],
        python-pil[-dbg],
        python-qt4|dbg], python3-pyqt4[-dbg],
        xauth, xvfb
      - Removed python-imaging[-dbg]
  * d/copyright
    - updated the Files-excludes for 0.5.0
    - Setting up and using cme upgrade dpkg-copyright
  * d/patch
    - Added 0001-do-not-touch-PYTHONPATH.patch
    - Added 0002-fix-the-install_requires-depends.patch
  * d/rules
    - Used xvfb to generate the manpages

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Sat, 02 Sep 2017 16:12:29 +0200

python-fabio (0.4.0+dfsg-2) unstable; urgency=medium

  * debian/rules
    * fixed for jessie-backports

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Thu, 28 Jul 2016 11:33:20 +0200

python-fabio (0.4.0+dfsg-1) unstable; urgency=medium

  * Imported Upstream version 0.4.0+dfsg
  * New homepage https://github.com/silx-kit/fabio
  * debian/control
    * Remove Build-Dep: pymca
  * debian/patchs
    - 0001-fix-the-documentation-build-process.patch (deleted)
    + 0002 -> 0001-fix-upstream-wrong-six-import.patch (refreshed)

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Wed, 27 Jul 2016 18:31:23 +0200

python-fabio (0.3.0+dfsg-1) unstable; urgency=medium

  * Imported Upstream version 0.3.0+dfsg
  * debian/patchs
    - 0001-fix-the-build-system.patch (removed)
    + 0001-fix-the-documentation-build-process.patch (added)
    + 0002-fix-upstream-wrong-six-import.patch (added)

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Mon, 04 Jan 2016 11:34:23 +0100

python-fabio (0.2.2+dfsg-3) unstable; urgency=medium

  * debian/control
     - fix Dependency to deal with backports
         (0.2.2+dfsg-2 -> 0.2.2+dfsg-2~)
     - remove the circular dependency (Closes: #794153)
         (python-fabio only Recommends fabio-viewer)

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Tue, 29 Sep 2015 10:20:19 +0200

python-fabio (0.2.2+dfsg-2) unstable; urgency=medium

  * Add python3 modules and put the scripts into fabio-viewer

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Mon, 27 Jul 2015 10:03:05 +0200

python-fabio (0.2.2+dfsg-1) unstable; urgency=medium

  * Imported Upstream version 0.2.2+dfsg
  * Repack in order to exclude third_party modules
  * debian/control
    - Bump Standard-Versions to 3.9.6 (no change)
    - Add Build-Depends: python-six, pymca,
      python-sphinxcontrib.programoutput
  * debian/patchs
    - 0001-fix-the-build-system.patch (added)
  * debian/watch
    - use the PyPi redirector

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Wed, 22 Jul 2015 16:13:10 +0200

python-fabio (0.1.4-1) unstable; urgency=medium

  * Imported Upstream version 0.1.4 (Closes: #735432, #693121)
  * Run all tests during the build (thanks to pybuild)
  * debian/control
    - Add Build-Depends: dh-python for pybuild
  * debian/compat
    - switch to compat level 9
  * debian/copyright
    - updated for 0.1.4 version
  * debian/patchs
    - deleted (applyed by upstream)
      - 0001-forwarded-upstream-cythonize-during-the-build.patch
      - 0002-compat_2.5.patch
  * debian/rules
    - use the pybuild buildsystem
  * debian/watch
    - use the sourceforge redirector

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Sat, 05 Apr 2014 09:24:15 +0200

python-fabio (0.1.3-3) unstable; urgency=medium

  * fix the FTBFS when sphinxdoc is not installed

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Wed, 15 Jan 2014 19:32:16 +0100

python-fabio (0.1.3-2) unstable; urgency=medium

  [kieffer]
  * Fix Lintian remarks
  * Correct compatibility with Python 2.5

  [picca]
  * debian/control
    - Bump Standard-Versions to 3.9.5 (no change)
    - Add the python-fabio-dbg package
    - Add the python-fabio-doc package
    - Team maintained under debian-science
    - Build-Depends: add cython
  * debian/patch
    + 0001-forwarded-upstream-cythonize-during-the-build.patch (new)

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Fri, 27 Dec 2013 09:46:21 +0100

python-fabio (0.1.3-1) unstable; urgency=low

  [kieffer]
  * New upstream version (v0.1.3)

  [picca]
  * debian/control
    - use the right python-all-dev version dependencies for dh_python2.
    - remove had coded numpy dependencies which are generated by dh_numpy.
    - add myself as Uploaders.
    - update the homepage add the VCS informations.

 -- Picca Frédéric-Emmanuel <picca@debian.org>  Sat, 02 Nov 2013 21:40:48 +0100

python-fabio (0.0.8-1) unstable; urgency=low

  * Initial release (Closes: #649008)

 -- Jerome Kieffer <jerome.kieffer@esrf.fr>  Fri, 18 Nov 2011 16:19:20 +0100