File: changelog

package info (click to toggle)
pyopencl 2016.1%2Bgit20161130-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,220 kB
  • ctags: 3,039
  • sloc: python: 20,232; cpp: 8,002; lisp: 4,361; makefile: 192; ansic: 103; sh: 1
file content (266 lines) | stat: -rw-r--r-- 10,811 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
pyopencl (2016.1+git20161130-1) unstable; urgency=medium

  * New upstream release.
  * Add DEB_BUILD_PROFILES support for disabling documentation building .
  * Patch Sphinx documentation to allow for reproducible builds.
  * Do not try to fetch external Sphinx objects, use ones from Debian
    packages.

 -- Tomasz Rybak <tomasz.rybak@post.pl>  Mon, 05 Dec 2016 18:43:23 +0100

pyopencl (2016.1+git20161003-2) unstable; urgency=medium

  * Drop mips64el architecture as there is no OpenCL ICD for it.
  * Set pocl-opencl-icd as the first alternative dependency; it's
    the best default choice when there no other OpenCL ICD installed
    as it uses CPU and no specialized hardware.

 -- Tomasz Rybak <tomasz.rybak@post.pl>  Tue, 22 Nov 2016 22:48:00 +0100

pyopencl (2016.1+git20161003-1) unstable; urgency=low

  * Build for all architectures with available OpenCL ICD (Closes: #800634).
  * Set Multi-Arch: foreign for documentation package.
  * Set compatibility level to 10; no changes necessary.
  * Drop python3.patch, accepted upstream.

 -- Tomasz Rybak <tomasz.rybak@post.pl>  Fri, 28 Oct 2016 20:55:35 +0200

pyopencl (2016.1+git20160809-2) unstable; urgency=low

  * Add python3.patch for removing improper print (Closes: #837488).
  * Extract common licenses in debian/copyright.
  * Add hardening option "bindnow".

 -- Tomasz Rybak <tomasz.rybak@post.pl>  Tue, 13 Sep 2016 18:38:01 +0200

pyopencl (2016.1+git20160809-1) unstable; urgency=low

  * New upstream release (Closes: #826025)
  * Move to pybuild as build system, simplifying d/rules.
  * Update Standards-Version to 3.9.8; no changes necessary.
  * Build Sphinx documentation using Python 3, rebuild with new Sphinx.
  * Update debian/copyright links, after change in upstream.
  * Drop dependency on python-cffi - path by Stefano Rivera (Closes: #833149).
  * Mako is used during building documentation so add it as build-dependency.
  * Change dependency to opencl-c-headers.
  * Use debian/clean to clean CFFI-related build files.
  * Add new software license to debian/copyright.
  * Update debian/copyright links as upstream changed them.
  * Refresh patches.

 -- Tomasz Rybak <tomasz.rybak@post.pl>  Sun, 11 Sep 2016 14:41:38 +0200

pyopencl (2015.2.4-1) unstable; urgency=medium

  * New upstream release.
  * Drop unnecessary python-versions.patch, refresh other patches.
  * Drop Boost Python dependency, add cffi dependency.
  * Ensure that generated cffi_build.py is removed on clean target.
  * Update Standards-Version to 3.9.7; no changes necessary.
  * Change Vcs-* links to use https.
  * Bump pytools dependency.
  * Add versions to some of Python dependencies, simplify other dependencies.
  * Update copyright.

 -- Tomasz Rybak <tomasz.rybak@post.pl>  Sun, 27 Mar 2016 19:06:41 +0200

pyopencl (2015.1-2) unstable; urgency=medium

  * Make the build reproducible by correctly passing changelog
    date to Sphinx - thanks to Juan Picca for patch (Closes: #788486).
  * Fix problems with d/copyright pointed by lintian.

 -- Tomasz Rybak <tomasz.rybak@post.pl>  Tue, 16 Jun 2015 19:41:30 +0200

pyopencl (2015.1-1) unstable; urgency=medium

  * New upstream release.
  * Make the build reproducible by passing changelog date to Sphinx.
  * Fix debian/watch to work with PyPI.
  * Add dh-python to Build-Depends.
  * Drop use-appdirs.patch, merged by upstream.
  * Refresh patches.

 -- Tomasz Rybak <tomasz.rybak@post.pl>  Tue, 09 Jun 2015 23:00:50 +0200

pyopencl (2014.1-3) unstable; urgency=medium

  * Add dependency to appdirs and use it to create cache directories
    (Closes: #770692).
  * Update Standards-Version to 3.9.6; no changes necessary.

 -- Tomasz Rybak <tomasz.rybak@post.pl>  Sat, 29 Nov 2014 11:43:47 +0100

pyopencl (2014.1-2) unstable; urgency=medium

  * Add build-time dependency on ocl-icd-opencl-dev (Closes: #761566).
  * Fix problems with debian/copyright pointed by lintian.

 -- Tomasz Rybak <tomasz.rybak@post.pl>  Sat, 04 Oct 2014 18:46:56 +0200

pyopencl (2014.1-1) unstable; urgency=medium

  * New upstream release.
  * Bump pytools dependency to 2014.2.
  * Fix Vcs-Browser links, as pointed in #749489.
  * Remove merged fix-device-number.patch.
  * Change d/rules get-orig-source to pack *.orig.tar with xz, not with gzip.

 -- Tomasz Rybak <tomasz.rybak@post.pl>  Wed, 18 Jun 2014 19:15:35 +0200

pyopencl (2013.2+git20140421-1) unstable; urgency=low

  * New upstream version.
  * Move to main as Mesa and Beignet provides free OpenCL implementations
    (Closes: #723132).
  * Change python-pyopencl-doc recommendation of Python and Python 3 packages
    to suggestions to avoid installing unwanted packages (Closes: #739173).
  * Change dependencies on OpenCL ICDs to prefer Mesa - available in main
    and free (Closes: #739176).
  * Add missing dependency on python(3)-pkg-resources (Closes: #745194).
  * Update Standards-Version to 3.9.5; no changes necessary.
  * Remove warning about missing Mako from build phase.
  * Add patch to fix problem with enumerating devices.

 -- Tomasz Rybak <tomasz.rybak@post.pl>  Tue, 22 Apr 2014 16:47:51 +0200

pyopencl (2013.2-1) unstable; urgency=low

  * New upstream release.
  * Remove unnecessary entry from debian/copyright.

 -- Tomasz Rybak <tomasz.rybak@post.pl>  Thu, 28 Nov 2013 19:38:21 +0100

pyopencl (2013.1+git20130916-1) unstable; urgency=low

  * New upstream release, removing non-free file from examples (#722014)
  * Update changed Sphinx doc build directory.

 -- Tomasz Rybak <tomasz.rybak@post.pl>  Tue, 17 Sep 2013 18:03:59 +0200

pyopencl (2013.1-1) unstable; urgency=low

  * New upstream release.

 -- Tomasz Rybak <tomasz.rybak@post.pl>  Wed, 17 Jul 2013 20:09:12 +0200

pyopencl (2013.1~git20130628-1) unstable; urgency=low

  * New upstream release.
  * Bump pytools dependency to 2013.5.2.
  * Update patches.

 -- Tomasz Rybak <tomasz.rybak@post.pl>  Sun, 30 Jun 2013 18:21:30 +0200

pyopencl (2013.1~git20130613-1) unstable; urgency=low

  * New upstream release.
  * Add *-dbg packages.
  * Remove *-headers package; upstream now ships headers in python directory.
  * Upstream switched to setuptools, update patches to deal with it.
  * Do not call dh_sphinxdoc for architecture dependent builds, build
    documentation in separate step in debian/rules (Closes: #711926)
  * Add README.source describing get-orig-source in debian/rules.
  * Disable package optimisation option as it might clash with hardening
    compile options.
  * Include tests (all files in test/) in documentation package.
  * Fix VCS-* fields to contain canonical URIs.
  * Update Standards-Version to 3.9.4; no changes necessary.

 -- Tomasz Rybak <tomasz.rybak@post.pl>  Mon, 17 Jun 2013 22:30:57 +0200

pyopencl (2012.1-1) unstable; urgency=low

  * New upstream release.
  * Depend on free ocl-icd-libopencl1 instead of non-free libraries.
  * Add NEWS entry describing OpenCL library dependencies.
  * Change my email.
  * Move python-pyopengl from Recommends to Suggests because package
    can be used for computations without any graphical environment.

 -- Tomasz Rybak <tomasz.rybak@post.pl>  Thu, 21 Jun 2012 21:18:03 +0200

pyopencl (2011.2+git20120517-1) unstable; urgency=low

  * New upstream release.
  * Call dh_numpy3 in debian/rules for NumPy ABI and ABI dependencies
    in Python3 module.
  * Fix copyright for files in src/cl/*
  * Update debian/compat to 9, update dependencies.
  * Add Replaces: python-pyopencl to python-pyopencl-headers to avoid problem
    with updating, and ensure that python-pyopencl and python3-pyopencl
    always use correct version of python-pyopencl-headers. (Closes: #674000)
  * Add NEWS entry describing OpenCL library dependencies. (Closes: #673992)

 -- Tomasz Rybak <bogomips@post.pl>  Tue, 29 May 2012 19:52:40 +0200

pyopencl (2011.2+git20120508-1) unstable; urgency=low

  * New upstream release.
  * Add Python 3 package, create separate python-pyopencl-headers package.
  * Update Standards-Version to 3.9.3.
  * Update debian/copyright to official 1.0 format.
  * Call dh_numpy in debian/rules for NumPy ABI and ABI dependencies.

 -- Tomasz Rybak <bogomips@post.pl>  Tue, 08 May 2012 23:04:52 +0200

pyopencl (2011.2-1) unstable; urgency=low

  * New upstream release.
  * Change dependencies and build-dependencies to allow installation
    with non-NVIDIA (particularly AMD) OpenCL provider (Closes: #628702)
  * Remove unnecessary ./configure option pointing to include directory;
    OpenCL header files are now in /usr/include
  * Split into python-pyopencl and python-pyopencl-doc packages.
  * Use dh_sphinxdoc to properly manage documentation.
  * Add doc-base support
  * Fix copyright for files in compyte/*
  * Remove pytest override as package uses only py.test

 -- Tomasz Rybak <bogomips@post.pl>  Mon, 28 Nov 2011 13:39:37 +0100

pyopencl (2011.1.2+git20110716-1) unstable; urgency=low

  * New upstream release
  * Update Standards-Version to 3.9.2; no changes necessary.
  * Switch to debhelper compat level 8; no changes necessary.
  * Add option in debian/source/ to unapply patches after build.
  * Change debian/rules to use dh_python2 which is recommended in Wheezy
  * Add override python-py of pytest package
  * Disable compressing Sphinx-generated files (Closes: #608778)
  * Change dependencies to OpenCL virtual packages to allow other OpenCL
    providers. #628702 is not yet closed because of lack of change in build
    dependencies.

 -- Tomasz Rybak <bogomips@post.pl>  Mon, 18 Jul 2011 13:32:06 +0200

pyopencl (0.92-1) unstable; urgency=high

  * New upstream release
  * Fixed Vcs-* URLs in debian/control; now they point to Alioth
    instead of upstream git repository (Closes: #599875)
  * Fixed Maintainer field in debian/copyright (Closes: #599873)
  * Added missing licence for pyopencl/clrandom.py file (Closes: #599874)
  * Fixed FTBFS on i386 (Closes: #599782)
  * Forced build scripts not to use boost libraries that might be included
    in the source
  * Removed messages about missing Boost libraries; they are superfluous
    as package is using Debian ones
  * Update Standards-Version to 3.9.1; no changes necessary.
  * Changed dependencies:
    * Added alternative dependency to help with post-Squeeze changes
      in NVIDIA driver packages
    * Added alternative build-dependency on nvidia-libopencl1
      and opencl-headers instead of nvidia-libopencl1-dev
      which will be removed from NVIDIA driver packages after Squeeze

 -- Tomasz Rybak <bogomips@post.pl>  Fri, 05 Nov 2010 14:52:35 +0100

pyopencl (0.92~beta+git20100709-1) unstable; urgency=low

  * Initial release
  * Replaced usage of setuptools with python-setuptools from Debian
  * Deleted jquery.js and replace it with link to script from libjs-jquery

 -- Tomasz Rybak <bogomips@post.pl>  Mon, 31 May 2010 19:29:00 +0200