summaryrefslogtreecommitdiff
blob: bbaf711262dbcd58c01882342e9bca17d63e404e (plain)
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
# ChangeLog for dev-python/pyzmq
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.79 2015/06/22 07:44:56 jlec Exp $

  22 Jun 2015; Justin Lecher <jlec@gentoo.org> pyzmq-14.7.0.ebuild:
  Set min version for sphinx, bug #552710

  20 Jun 2015; Jason Zaman <perfinion@gentoo.org> pyzmq-14.4.1.ebuild:
  backport subslot dep on net-libs/zeromq

*pyzmq-14.7.0 (19 Jun 2015)

  19 Jun 2015; Justin Lecher <jlec@gentoo.org> +pyzmq-14.7.0.ebuild,
  -pyzmq-14.4.0.ebuild, -pyzmq-14.5.0.ebuild, -pyzmq-2.2.0.1-r1.ebuild,
  pyzmq-14.4.1.ebuild, pyzmq-14.6.0.ebuild:
  Version Bump; drop old; fix versions in dependency, obsoletes bug #493298, bug
  #531398

  07 Jun 2015; Markus Meier <maekke@gentoo.org> pyzmq-14.4.1.ebuild:
  arm stable, bug #540290

*pyzmq-14.6.0.ebuild (14 May 2015)

  14 May 2015; Ian Delaney <idella4@gentoo.org> +pyzmq-14.6.0.ebuild:
  bump

  12 May 2015; Ian Delaney <idella4@gentoo.org> -pyzmq-14.3.1.ebuild,
  pyzmq-14.5.0.ebuild:
  update some phases, rm old

  08 Apr 2015; Michał Górny <mgorny@gentoo.org> pyzmq-2.2.0.1-r1.ebuild:
  Drop old Python implementations

  08 Mar 2015; Pacho Ramos <pacho@gentoo.org> pyzmq-14.4.1.ebuild,
  pyzmq-2.2.0.1-r1.ebuild:
  x86 stable, bug 540290

  07 Mar 2015; Pacho Ramos <pacho@gentoo.org> pyzmq-14.4.1.ebuild:
  ppc stable, bug 540290

  07 Mar 2015; Pacho Ramos <pacho@gentoo.org> pyzmq-14.4.1.ebuild:
  ppc64 stable, bug 540290

  06 Mar 2015; Pacho Ramos <pacho@gentoo.org> pyzmq-14.4.1.ebuild,
  pyzmq-2.2.0.1-r1.ebuild:
  amd64 stable, bug 540290

  17 Feb 2015; Justin Lecher <jlec@gentoo.org> pyzmq-14.5.0.ebuild:
  Use subslot for dependencies

*pyzmq-2.2.0.1-r1 (12 Feb 2015)

  12 Feb 2015; Patrick Lauer <patrick@gentoo.org> +pyzmq-2.2.0.1-r1.ebuild:
  Restore old for dev-python/gevent-zeromq

  11 Feb 2015; Justin Lecher <jlec@gentoo.org> -pyzmq-2.2.0.1-r1.ebuild,
  metadata.xml, pyzmq-14.5.0.ebuild:
  Drop old, fix dependency on zeromq, #539442

*pyzmq-14.5.0 (08 Feb 2015)

  08 Feb 2015; Ian Delaney <idella4@gentoo.org> +pyzmq-14.5.0.ebuild,
  -pyzmq-13.1.0.ebuild, pyzmq-14.4.1.ebuild:
  14.4.1; correction to deps, test phase bump; re-expose py3 to test phase (see
  comment), remove 1 old

  30 Dec 2014; Mike Gilbert <floppym@gentoo.org> pyzmq-14.3.1.ebuild,
  pyzmq-14.4.0.ebuild, pyzmq-14.4.1.ebuild:
  Remove workaround for bug 532708; issue is resolved in setuptools-9.1.

  20 Dec 2014; Mike Gilbert <floppym@gentoo.org> pyzmq-14.3.1.ebuild,
  pyzmq-14.4.0.ebuild, pyzmq-14.4.1.ebuild:
  Force early import of setuptools to work around bug 532708.

  16 Dec 2014; Markus Meier <maekke@gentoo.org> pyzmq-14.4.0.ebuild:
  arm stable, bug #530592

  08 Dec 2014; Agostino Sarubbo <ago@gentoo.org> pyzmq-14.4.0.ebuild:
  Stable for ppc64, wrt bug #530592

*pyzmq-14.3.1 (08 Dec 2014)
*pyzmq-13.1.0 (08 Dec 2014)

  08 Dec 2014; Ian Delaney <idella4@gentoo.org> +pyzmq-13.1.0.ebuild,
  +pyzmq-14.3.1.ebuild:
  re-add to appease old ipythons and an even older revdep needing a stabled arm

  08 Dec 2014; Ian Delaney <idella4@gentoo.org> pyzmq-14.4.1.ebuild:
  set REQUIRED_USE for test, rm old

  05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> pyzmq-14.4.0.ebuild:
  Stable for x86, wrt bug #530592

  04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> pyzmq-14.4.0.ebuild:
  Stable for amd64, wrt bug #530592

  27 Nov 2014; Ian Delaney <idella4@gentoo.org> pyzmq-14.4.0.ebuild,
  pyzmq-14.4.1.ebuild:
  14.4.0; set REQUIRED_USE for test, 14.4.1; tidy

*pyzmq-14.4.1 (19 Nov 2014)

  19 Nov 2014; Patrick McLean <chutzpah@gentoo.org> +pyzmq-14.4.1.ebuild:
  Version bump.

  30 Oct 2014; Ian Delaney <idella4@gentoo.org> pyzmq-14.4.0.ebuild:
  add dep for doc build, drop keywords ia64 mips accordingly, fixes Bug #527282

*pyzmq-14.4.0 (26 Oct 2014)

  26 Oct 2014; Ian Delaney <idella4@gentoo.org> +pyzmq-14.4.0.ebuild,
  -pyzmq-14.0.1.ebuild, -pyzmq-14.1.1.ebuild, -pyzmq-14.3.0.ebuild,
  -pyzmq-2.1.11.ebuild, pyzmq-14.3.1.ebuild:
  correction to deps, bump, rm old

  26 Aug 2014; Joshua Kinard <kumba@gentoo.org> pyzmq-14.3.1.ebuild:
  Added ~mips to KEYWORDS, per Bug #520744.

  14 Aug 2014; Anthony G. Basile <blueness@gentoo.org> pyzmq-13.1.0.ebuild,
  pyzmq-14.0.1.ebuild, pyzmq-14.1.1.ebuild, pyzmq-14.3.0.ebuild,
  pyzmq-14.3.1.ebuild, pyzmq-2.1.10.ebuild, pyzmq-2.1.11.ebuild,
  pyzmq-2.2.0.1-r1.ebuild:
  Keyword ~ppc and ~ppc64, bug #481462

*pyzmq-14.3.1 (18 Jun 2014)

  18 Jun 2014; Ian Delaney <idella4@gentoo.org> +pyzmq-14.3.1.ebuild:
  drop py2.6 py3.2, add IUSE doc, doc build, update deps

*pyzmq-14.3.0 (09 May 2014)

  09 May 2014; Tim Harder <radhermit@gentoo.org> +pyzmq-14.3.0.ebuild:
  Version bump.

  09 May 2014; Mike Gilbert <floppym@gentoo.org> pyzmq-14.1.1.ebuild:
  Dropy unnecessary test dependencies.

  02 Apr 2014; Ian Delaney <idella4@gentoo.org> pyzmq-14.0.1.ebuild,
  pyzmq-14.1.1.ebuild:
  ditto -14.1.1

  02 Apr 2014; Ian Delaney <idella4@gentoo.org> pyzmq-14.0.1.ebuild:
  correction to deps, tidy to test phase, update to python_install_all phase

*pyzmq-14.1.1 (18 Mar 2014)

  18 Mar 2014; Tim Harder <radhermit@gentoo.org> +pyzmq-14.1.1.ebuild:
  Version bump.

  16 Mar 2014; Mike Frysinger <vapier@gentoo.org> pyzmq-14.0.1.ebuild:
  Add ia64 love.

  16 Feb 2014; Mike Frysinger <vapier@gentoo.org> pyzmq-13.1.0.ebuild:
  Mark arm stable.

  08 Dec 2013; Markus Meier <maekke@gentoo.org> pyzmq-14.0.1.ebuild:
  remove arm magic for dev-python/cffi dependency

  07 Dec 2013; Pacho Ramos <pacho@gentoo.org> pyzmq-13.1.0.ebuild:
  x86 stable, bug #488738

*pyzmq-14.0.1 (03 Dec 2013)

  03 Dec 2013; Tiziano Müller <dev-zero@gentoo.org> +pyzmq-14.0.1.ebuild:
  Version bump.

  29 Nov 2013; Pacho Ramos <pacho@gentoo.org> pyzmq-13.1.0.ebuild:
  amd64 stable, bug #488738

  17 Sep 2013; Mike Gilbert <floppym@gentoo.org> pyzmq-13.1.0.ebuild:
  Add -fno-strict-aliasing for python2. Export CC.

  05 Sep 2013; Michał Górny <mgorny@gentoo.org> pyzmq-13.1.0.ebuild,
  pyzmq-2.2.0.1-r1.ebuild:
  Clean up PYTHON_COMPAT from old implementations.

  20 Aug 2013; Fabian Groffen <grobian@gentoo.org> pyzmq-13.1.0.ebuild:
  Marked *-macos

  08 May 2013; Ian Delaney <idella4@gentoo.org> metadata.xml,
  pyzmq-13.1.0.ebuild, pyzmq-2.2.0.1-r1.ebuild:
  Add IUSE green to enable gevent support, re-added py3 support accordingly,
  adjusted pydeps for cffi, tidied test phase

  08 May 2013; Ian Delaney <idella4@gentoo.org> pyzmq-13.1.0.ebuild,
  pyzmq-2.2.0.1-r1.ebuild:
  Add required rdep gevent -> drop py3 support, prepared commented out alternate
  test phase for if / when gevent becomes pypy capable

*pyzmq-13.1.0 (07 May 2013)

  07 May 2013; Patrick McLean <chutz@gentoo.org> +pyzmq-13.1.0.ebuild:
  Version bump (bug 462508).

  03 May 2013; Dirkjan Ochtman <djc@gentoo.org> metadata.xml:
  Remove myself as maintainer.

  30 Mar 2013; Mike Gilbert <floppym@gentoo.org> pyzmq-2.2.0.1-r1.ebuild:
  Quote patterns for python_gen_usedep.

  20 Mar 2013; Ian Delaney <idella4@gentoo.org> pyzmq-2.2.0.1-r1.ebuild:
  fix to test phase, Bug #462416

  06 Feb 2013; Dirkjan Ochtman <djc@gentoo.org> -pyzmq-2.1.7.ebuild,
  -pyzmq-2.1.9.ebuild, -pyzmq-2.2.0.1.ebuild, -pyzmq-2.2.0.ebuild:
  Remove old versions.

*pyzmq-2.2.0.1-r1 (06 Feb 2013)

  06 Feb 2013; Michał Górny <mgorny@gentoo.org> +pyzmq-2.2.0.1-r1.ebuild:
  Migrate to distutils-r1.

  05 Feb 2013; Benda Xu <heroxbd@gentoo.org> pyzmq-2.2.0.1.ebuild:
  keyword ~arm

  29 Aug 2012; Mike Gilbert <floppym@gentoo.org>
  +files/pyzmq-2.2.0.1-python3.patch, pyzmq-2.2.0.1.ebuild:
  Apply patch to fix exception syntax and unrestrict python 3.

  29 Aug 2012; Mike Gilbert <floppym@gentoo.org> pyzmq-2.2.0.1.ebuild,
  pyzmq-2.2.0.ebuild:
  Restrict python 2.5; setup.py claims that 2.1.11 was the last supported
  version.

  29 Aug 2012; Justin Lecher <jlec@gentoo.org> pyzmq-2.2.0.1.ebuild:
  Restrict py3 due to syntax incompatibility

*pyzmq-2.2.0.1 (29 Aug 2012)

  29 Aug 2012; Patrick Lauer <patrick@gentoo.org> +pyzmq-2.2.0.1.ebuild:
  Bump

  06 Jun 2012; Benda Xu <heroxbd@gentoo.org> pyzmq-2.2.0.ebuild:
  keyword~amd64-linux and ~x86-linux

*pyzmq-2.2.0 (21 May 2012)

  21 May 2012; Patrick Lauer <patrick@gentoo.org> +pyzmq-2.2.0.ebuild:
  Bump for #416639

  20 Feb 2012; Patrick Lauer <patrick@gentoo.org> pyzmq-2.1.10.ebuild,
  pyzmq-2.1.11.ebuild, pyzmq-2.1.7.ebuild, pyzmq-2.1.9.ebuild:
  Restrict pypy for #403811

  26 Dec 2011; Dirkjan Ochtman <djc@gentoo.org> pyzmq-2.1.10.ebuild,
  pyzmq-2.1.11.ebuild:
  Restrict pypy ABI.

  21 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> pyzmq-2.1.10.ebuild:
  x86 stable wrt bug #386049

  19 Dec 2011; Agostino Sarubbo <ago@gentoo.org> pyzmq-2.1.10.ebuild:
  Stable for AMD64, wrt bug #386049

*pyzmq-2.1.11 (19 Dec 2011)

  19 Dec 2011; Dirkjan Ochtman <djc@gentoo.org> +pyzmq-2.1.11.ebuild:
  Version bump to 2.1.11.

*pyzmq-2.1.10 (17 Oct 2011)

  17 Oct 2011; Dirkjan Ochtman <djc@gentoo.org> +pyzmq-2.1.10.ebuild:
  Version bump to 2.1.10.

  30 Aug 2011; Dirkjan Ochtman <djc@gentoo.org> -pyzmq-2.0.10.1.ebuild,
  -files/pyzmq-2.0.10.1-python-2.7.patch,
  -files/pyzmq-2.0.10.1-python-3.1.patch,
  -files/pyzmq-2.0.10.1-python-3.2.patch, -pyzmq-2.1.4.ebuild:
  Clean up old versions.

*pyzmq-2.1.9 (30 Aug 2011)

  30 Aug 2011; Dirkjan Ochtman <djc@gentoo.org> +pyzmq-2.1.9.ebuild:
  Version bump to 2.1.9.

  13 Jul 2011; Markus Meier <maekke@gentoo.org> pyzmq-2.1.7.ebuild:
  x86 stable, bug #371377

  03 Jul 2011; Markos Chandras <hwoarang@gentoo.org> pyzmq-2.1.7.ebuild:
  Stable on amd64 wrt bug #371377

  28 Jun 2011; Dirkjan Ochtman <djc@gentoo.org> pyzmq-2.1.7.ebuild:
  Remove support for generating docs (bug 371481).

*pyzmq-2.1.7 (14 May 2011)

  14 May 2011; Dirkjan Ochtman <djc@gentoo.org> +pyzmq-2.1.7.ebuild:
  Version bump to 2.1.7.

*pyzmq-2.1.4 (02 May 2011)

  02 May 2011; Dirkjan Ochtman <djc@gentoo.org> +pyzmq-2.1.4.ebuild:
  Version bump to 2.1.4.

  16 Mar 2011; Dirkjan Ochtman <djc@gentoo.org> pyzmq-2.0.10.1.ebuild:
  Use pre-built docs and offer examples (bug 358941).

  07 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  pyzmq-2.0.10.1.ebuild, +files/pyzmq-2.0.10.1-python-3.2.patch:
  Fix building with Python 3.2 (bug #357845).

  06 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  pyzmq-2.0.10.1.ebuild, +files/pyzmq-2.0.10.1-python-3.1.patch:
  Fix tests with Python 3.1.

  06 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  pyzmq-2.0.10.1.ebuild, +files/pyzmq-2.0.10.1-python-2.7.patch:
  Fix tests with Python 2.7.

*pyzmq-2.0.10.1 (04 Mar 2011)

  04 Mar 2011; Dirkjan Ochtman <djc@gentoo.org> +pyzmq-2.0.10.1.ebuild,
  +metadata.xml:
  Initial version of pyzmq.