summaryrefslogtreecommitdiff
blob: 501a5f49b809808dad9595462cf30e4703d72b16 (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
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
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
# ChangeLog for dev-python/pyro
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v 1.116 2015/03/07 08:20:22 pacho Exp $

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

  26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pyro-4.25.ebuild:
  Stable for x86, wrt bug #535356

  16 Jan 2015; Ian Delaney <idella4@gentoo.org> -pyro-4.17-r1.ebuild,
  -pyro-4.22.ebuild, -pyro-4.24.ebuild, pyro-4.25.ebuild:
  clean old impl, rm old

  09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pyro-4.25.ebuild:
  Stable for amd64, wrt bug #535356

  17 Jul 2014; Ian Delaney <idella4@gentoo.org> pyro-4.24.ebuild,
  pyro-4.25.ebuild:
  drop py2.6 pypy2_0 add py3.4

  06 Jul 2014; Michał Górny <mgorny@gentoo.org> pyro-4.22.ebuild,
  pyro-4.23.ebuild, pyro-4.24.ebuild, pyro-4.25.ebuild:
  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
  unittest2 (those packages were only required for <=python-2.6).

  14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> pyro-4.24.ebuild:
  x86 stable wrt bug #509710

*pyro-4.25 (12 Jun 2014)

  12 Jun 2014; Amadeusz Żołnowski <aidecoe@gentoo.org> +pyro-4.25.ebuild:
  Version bump.

  NEWS
  ~~~~
  - now also puts package name in serpent serialization data for custom class
    instances (previously only the class name was used)
  - requires serpent 1.5 or newer (because of the feature above)
  - support for (Linux) abstract namespace AF_UNIX sockets (with a 0-byte at
    the start of the name)
  - register_dict_to_class method added on SerializerBase, to be able to
    deserialize to particular user defined classes
  - docs: mention that you may have to install serpent manually (most notably
    with alternative Python implementations)
  - docs: mention the serialization hooks on SerializerBase
  - added ser_custom example that shows how to use the serialization hooks

  24 May 2014; Markos Chandras <hwoarang@gentoo.org> pyro-4.24.ebuild:
  Stable on amd64 wrt bug #509710

  31 Mar 2014; Michał Górny <mgorny@gentoo.org> pyro-3.16-r1.ebuild,
  pyro-4.17-r1.ebuild, pyro-4.22.ebuild, pyro-4.23.ebuild, pyro-4.24.ebuild:
  Add support for the new PyPy slotting.

  30 Mar 2014; Amadeusz Żołnowski <aidecoe@gentoo.org> pyro-4.24.ebuild:
  Deps are not ready for Python 3.4, thus removing from targets.

  05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> pyro-4.23.ebuild:
  Stable for ppc, wrt bug #502792

  04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> pyro-4.23.ebuild:
  Stable for x86, wrt bug #502792

*pyro-4.24 (03 Mar 2014)

  03 Mar 2014; Amadeusz Żołnowski <aidecoe@gentoo.org> +pyro-4.24.ebuild:
  Version bump. Added python3_4 support.

  NEWS
  ~~~~
  - Python 3.4 compatibility added (fixed pickle/marshal issues)
  - a backwards incompatible change has been implemented regarding the
    threadpool implementation and configuration, see next two items.
  - threadpool is now again a fixed size determined by the new THREADPOOL_SIZE
    config item (defaults to 16)
  - config items removed: THREADPOOL_MINTHREADS, THREADPOOL_MAXTHREADS,
    THREADPOOL_IDLETIMEOUT
  - daemon no longer sends an exception response when a communication error
    occurred (such as a timeout). This fixes the MSG_PING/disconnect example.

  02 Mar 2014; Pacho Ramos <pacho@gentoo.org> pyro-4.23.ebuild:
  amd64 stable, bug #502792

*pyro-4.23 (23 Jan 2014)

  23 Jan 2014; Amadeusz Żołnowski <aidecoe@gentoo.org> +pyro-4.23.ebuild:
  Version bump.

  NEWS
  ~~~~

  - Pyro4.test.echoserver now correctly runs the NS’s broadcast server as well
  - unix domain socket creation no longer fails when bind or connect address is
    unicode instead of str
  - docs: added more info on dealing with new serialization configuration in
    existing code
  - docs: improved name server documentation on registering objects
  - docs: various small updates

  20 Jan 2014; Agostino Sarubbo <ago@gentoo.org> pyro-4.22.ebuild:
  Stable for ppc, wrt bug #494262

  19 Jan 2014; Pacho Ramos <pacho@gentoo.org> pyro-4.22.ebuild:
  amd64 stable, bug 494262

  28 Dec 2013; Amadeusz Żołnowski <aidecoe@gentoo.org> -pyro-4.20.ebuild:
  Removed testing 4.20.

  28 Dec 2013; Amadeusz Żołnowski <aidecoe@gentoo.org> -pyro-4.8.ebuild,
  -pyro-4.11.ebuild, -pyro-4.17.ebuild:
  4.17-r1 is stable long enough to remove all 4.* using deprecated distutils.

  28 Dec 2013; Amadeusz Żołnowski <aidecoe@gentoo.org> -pyro-3.16.ebuild:
  3.16-r1 is stable long enough to remove 3.16 using deprecated distutils
  eclass.

  24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> pyro-4.22.ebuild:
  Stable for x86, wrt bug #494262

  21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> pyro-3.16-r1.ebuild:
  Stable for ppc, wrt bug #487334

  11 Oct 2013; Sergey Popov <pinkbyte@gentoo.org> pyro-3.16-r1.ebuild:
  Stable on amd64 and x86, wrt bug #487334

*pyro-4.22 (08 Oct 2013)

  08 Oct 2013; Amadeusz Żołnowski <aidecoe@gentoo.org> +pyro-4.22.ebuild:
  Version bump.

  NEWS
  ~~~~

  Pyro 4.22

  - support added in daemon to accept multiple serializers in incoming messages
  - new config item added for that: SERIALIZERS_ACCEPTED (defaults to ‘safe’
    serializers)
  - wire protocol header changed. Not backwards compatible! New protocol
    version: 46.
  - wire protocol: header now contains serializer used for the data payload
  - wire protocol: header is extensible with optional ‘annotations’. One is
    used for the HMAC digest that used to be in all messages even when the hmac
    option wasn’t enabled.
  - refactored core.MessageFactory: new submodule Pyro4.message. If you used
    MessageFactory in your own code you’ll need to refactor it to use the new
    Pyro4.message.Message API instead.
  - disconnects example client code updated to reflect this API change
  - you can now write the protocol in URIs in lowercase if you want
    (“pyro:...”) (will still be converted to uppercase)
  - fixed poll server loop() not handling self.clients which caused crashes
    with a custom loopCondition
  - fixed some unit test hang/timeout/crash issues
  - improved unit tests for jython, disabled ipv6 tests for jython because of
    too many issues.
  - improved unit tests for ironpython.

  Pyro 4.21

  - fixed denial of service vulnerabilities in socket servers
  - MSG_PING message type added (internal server ping mechanism)
  - disconnects example added that uses MSG_PING
  - more exception types recognised in the serializers (such as GeneratorExit)
  - fixed async regression when dealing with errors (properly serialize
    exceptionwrapper)
  - fixed warehouse and stockmarket tutorials to work with new serializer logic
  - fixed examples that didn’t yet work with new serializer logic
  - fixed unit tests to use unittest2 on Python 2.6
  - no longer supports jython 2.5. You’ll have to upgrade to jython 2.7.
  - got rid of some byte/str handling cruft (because we no longer need to deal
    with jython 2.5)
  - implemented autoproxy support for serpent and json serializers. It is not
    possible to do this for marshal.
  - fixed serpent serialization problem with backslash escapes in unicode
    strings (requires serpent >= 1.3)

  06 Oct 2013; Amadeusz Żołnowski <aidecoe@gentoo.org> pyro-4.20.ebuild:
  Use virtual/python-unittest2. Fixes bug #483726.

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

  05 Sep 2013; Michał Górny <mgorny@gentoo.org> pyro-4.20.ebuild:
  Drop stale conditionals after py3.1 removal.

  18 Jul 2013; Amadeusz Żołnowski <aidecoe@gentoo.org> pyro-4.20.ebuild,
  +files/4.20-0001-Use-unittest2-for-older-Python-version.patch:
  Fixed tests for Python 2.6 and 3.1.

*pyro-4.20 (10 Jul 2013)

  10 Jul 2013; Ian Delaney <idella4@gentoo.org> +pyro-4.20.ebuild:
  bump, drop pypy1_9 support, add new dep serpent', addresses Bug #474624 by
  aidecoe

  29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pyro-4.17-r1.ebuild:
  Stable for ppc, wrt bug #474202

  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pyro-4.17-r1.ebuild:
  Stable for amd64, wrt bug #474202

  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> pyro-4.17-r1.ebuild:
  Stable for x86, wrt bug #474202

  06 Jun 2013; Mike Gilbert <floppym@gentoo.org> pyro-4.17-r1.ebuild:
  Re-enable python3 and parallel build.

*pyro-4.17-r1 (22 May 2013)
*pyro-3.16-r1 (22 May 2013)

  22 May 2013; Justin Lecher <jlec@gentoo.org> +pyro-3.16-r1.ebuild,
  +pyro-4.17-r1.ebuild, metadata.xml:
  Bump to new distutils eclass

  16 Feb 2013; Amadeusz Żołnowski <aidecoe@gentoo.org> -pyro-4.14.ebuild:
  Removing 4.14 which couldn't be stabilized because of serious bugs.

  03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> pyro-4.17.ebuild:
  Stable for ppc, wrt bug #455170

  03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> pyro-4.17.ebuild:
  Stable for amd64, wrt bug #455170

  02 Feb 2013; Jeff Horelick <jdhore@gentoo.org> pyro-4.17.ebuild:
  x86 stable wrt bug #455170

  02 Feb 2013; Amadeusz Żołnowski <aidecoe@gentoo.org> pyro-4.8.ebuild,
  pyro-4.14.ebuild, pyro-4.17.ebuild:
  Copied Ian Delaney tests fix to all Pyro4 ebuilds. Fixes bug #455148 by
  flameeyes.

  02 Feb 2013; Ian Delaney <idella4@gentoo.org> pyro-4.11.ebuild:
  testBCLookup added to list of disabled tests requiring network connection,
  fixes Bug #454686 by flameeyes

*pyro-4.17 (25 Dec 2012)

  25 Dec 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> +pyro-4.17.ebuild:
  Version bump. All tests pass fine now (on amd64 at least).

  Pyro 4.17

  - Fixed possible IndentationError problem with sending modules in Flame
  - Can now deal with exceptions that can’t be serialized: they’re raised as
    generic PyroError instead, with appropriate message
  - Added new config item FLAME_ENABLED, to enable/disable the use of Pyro
    Flame on the server. Default is false (disabled).
  - Moved futures from core to new futures module. Code using Pyro4.Future will
    still work.
  - Added python version info to configuration dump
  - Made it more clear in the manual that you need to have the same major
    Python version on both sides

  Pyro 4.16

  - New implementation for the threadpool server: job queue with self-adjusting
    number of workers. The workaround that was in place (fixed pool size) has
    been removed.
  - Minor api doc fix: corrected reference of Pyro4 package members

  Pyro 4.15

  - Minimum threadpool size increased to 20 (from 4) to give a bit more
    breathing room while the threadpool scaling still needs to be fixed
  - Binding a proxy will no longer release an existing connection first,
    instead it will just do nothing if the proxy has already been bound to its
    uri
  - Resolved a race condition related to releasing and binding a proxy,
    improved unit test
  - Documentation contains new homepage link
  - No longer gives a warning about version incompatibility on Jython 2.5
  - Optimize bytecode flag no longer added in setup script when using jython,
    this used to crash the setup.py install process on jython
  - Fixed a gc issue due to a circular dependency
  - IronPython: improved suggesting a free port number in
    socketutil.findProbablyUnusedPort
  - IronPython: threadpoolserver no longer attempts to join the worker threads
    because not all threads seemed to actually exit on IronPython, thereby
    hanging the process when shutting down a daemon.
  - Added a paragraph to tips&tricks about MSG_WAITALL
  - socket.MSG_WAITALL is no longer deleted by importing Pyro on systems that
    have a broken MSG_WAITALL (Windows). You’ll have to check for this yourself
    now, but I wanted to get rid of this side effect of importing Pyro.

  08 Jun 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> pyro-4.11.ebuild:
  x86 stable wrt bug #419025

  07 Jun 2012; Brent Baude <ranger@gentoo.org> pyro-4.11.ebuild:
  Marking pyro-4.11 ppc for bug 419025

  02 Jun 2012; Markos Chandras <hwoarang@gentoo.org> pyro-4.11.ebuild:
  Stable on amd64 wrt bug #419025

  02 Jun 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> pyro-4.14.ebuild:
  Removed the test restriction; see comment 3 in the bug #416809.

  01 Jun 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> -pyro-4.13.ebuild,
  pyro-4.11.ebuild:
  The 4.13 has bug which is workarounded in the 4.14, therefore removing the
  older version.

*pyro-4.14 (01 Jun 2012)

  01 Jun 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> +pyro-4.14.ebuild,
  pyro-4.11.ebuild:
  Version bump wrt bug #416809.  This version comes with several bug fixes and
  one workaround for threadpool scaling problem.  I have restricted the test for
  this version because it fails anyway because of the latest problem which is
  not fully solved:    FAIL: testPoolGrowth
  (PyroTests.test_threadpool.ThreadpoolTests)

*pyro-4.11 (01 Jun 2012)

  01 Jun 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> +pyro-4.11.ebuild:
  Restored pyro-4.11, because this is the only candidate for the stabilization
  in the slot 4.

  01 Jun 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> -pyro-4.4.ebuild:
  Removed oldest stable version in the slot 4.

  01 Jun 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> -pyro-4.11.ebuild,
  -pyro-4.12.ebuild:
  Removed old versions in the slot 4 with exception to the stable one.

  01 Jun 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> -pyro-3.13.ebuild,
  -pyro-3.15.ebuild:
  Removed old versions in the slot 3.

  29 May 2012; Brent Baude <ranger@gentoo.org> pyro-3.16.ebuild:
  Marking pyro-3.16 ppc for bug 416255

  21 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> pyro-3.16.ebuild:
  x86 stable wrt bug #416255

  20 May 2012; Agostino Sarubbo <ago@gentoo.org> pyro-3.16.ebuild:
  Stable for amd64, wrt bug #416255

*pyro-3.16 (16 May 2012)

  16 May 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> +pyro-3.16.ebuild,
  metadata.xml:
  Version bump.  Added myself to the metadata to see the package under my
  profile in the euscan service.

  NEWS

  - connecting a proxy socket now also honors a timeout set by
    proxy._setTimeout()

  - fix setNoInherit on 64-bits Python on Windows (see
    http://tech.oyster.com/cherrypy-ctypes-and-being-explicit/)

*pyro-4.13 (19 Apr 2012)

  19 Apr 2012; Patrick Lauer <patrick@gentoo.org> +pyro-4.13.ebuild:
  Bump

*pyro-4.12 (09 Mar 2012)

  09 Mar 2012; Patrick Lauer <patrick@gentoo.org> +pyro-4.12.ebuild:
  Bump

  27 Feb 2012; Brent Baude <ranger@gentoo.org> pyro-4.8.ebuild:
  Marking pyro-4.8 ppc for bug 400335

  24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> pyro-4.8.ebuild:
  x86 stable wrt bug #400335

  17 Feb 2012; Agostino Sarubbo <ago@gentoo.org> pyro-4.8.ebuild:
  Stable for amd64, wrt bug #400335

*pyro-4.11 (08 Feb 2012)

  08 Feb 2012; Patrick Lauer <patrick@gentoo.org> +pyro-4.11.ebuild:
  Bump for #401975

  28 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> pyro-4.4.ebuild,
  pyro-4.8.ebuild:
  Updated Pyro4 homepage URI-s.

*pyro-3.15 (24 Sep 2011)

  24 Sep 2011; Mike Gilbert <floppym@gentoo.org> +pyro-3.15.ebuild:
  Version bump requested by aidecoe.

*pyro-4.8 (05 Sep 2011)

  05 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> +pyro-4.8.ebuild:
  Version bump to 4.8 (thanks to jbergstroem for testing).

  07 Jul 2011; Jesus Rivero <neurogeek@gentoo.org> pyro-4.4.ebuild:
  Disabled tests that request connections wrt bug #370577

  01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> -pyro-3.12.ebuild,
  -pyro-4.1.ebuild, -pyro-4.2.ebuild, -pyro-4.3.ebuild:
  Remove old ebuilds. Requested by Arfrever

  01 Jul 2011; Thomas Kahle <tomka@gentoo.org> pyro-4.4.ebuild:
  x86 stable per bug 370507

  27 Jun 2011; Brent Baude <ranger@gentoo.org> pyro-3.13.ebuild:
  Marking pyro-3.13 ppc for bug 371659

  27 Jun 2011; Brent Baude <ranger@gentoo.org> pyro-4.4.ebuild:
  Marking pyro-4.4 ppc for bug 370507

  19 Jun 2011; Markus Meier <maekke@gentoo.org> pyro-3.13.ebuild:
  x86 stable, bug #371659

  18 Jun 2011; Markos Chandras <hwoarang@gentoo.org> pyro-3.13.ebuild:
  Stable on amd64 wrt bug #371659

  08 Jun 2011; Markos Chandras <hwoarang@gentoo.org> pyro-4.4.ebuild:
  Stable on amd64 wrt bug #370507

  28 May 2011; Brent Baude <ranger@gentoo.org> pyro-4.3.ebuild:
  Marking pyro-4.3 ppc for bug 363873

*pyro-3.13 (09 May 2011)

  09 May 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +pyro-3.13.ebuild:
  Version bump.

*pyro-4.4 (26 Apr 2011)

  26 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +pyro-4.4.ebuild:
  Version bump.

  26 Apr 2011; Markos Chandras <hwoarang@gentoo.org> pyro-4.3.ebuild:
  Stable on amd64 wrt bug #363873

  18 Apr 2011; Thomas Kahle <tomka@gentoo.org> pyro-4.3.ebuild:
  x86 stable per bug 363873

  16 Apr 2011; Raúl Porcel <armin76@gentoo.org> pyro-3.12.ebuild,
  pyro-4.1.ebuild, pyro-4.2.ebuild, pyro-4.3.ebuild:
  Drop alpha/ia64/sparc

  10 Apr 2011; Markus Meier <maekke@gentoo.org> pyro-3.12.ebuild:
  x86 stable, bug #357989

  10 Apr 2011; Tobias Klausmann <klausman@gentoo.org> pyro-3.12.ebuild:
  Stable on alpha, bug #357989

  27 Mar 2011; Brent Baude <ranger@gentoo.org> pyro-3.12.ebuild:
  Marking pyro-3.12 ppc for bug 357989

  09 Mar 2011; Markos Chandras <hwoarang@gentoo.org> pyro-3.12.ebuild:
  Stable on amd64 wrt bug #357989

*pyro-4.3 (08 Mar 2011)
*pyro-3.12 (08 Mar 2011)

  08 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +pyro-3.12.ebuild, +pyro-4.3.ebuild:
  Version bumps.

  07 Jan 2011; Brent Baude <ranger@gentoo.org> pyro-4.1.ebuild:
  Marking pyro-4.1 ppc for bug 347107

*pyro-4.2 (04 Jan 2011)

  04 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +pyro-4.2.ebuild:
  Version bump. Disable tests requiring network connection (bug #341723).

  01 Aug 2010; Markos Chandras <hwoarang@gentoo.org> pyro-4.1.ebuild:
  Stable on amd64 wrt bug #330605

  31 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> pyro-4.1.ebuild:
  x86 stable wrt bug #330605

*pyro-4.1 (29 Jun 2010)

  29 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -pyro-3.9.1.ebuild, +pyro-4.1.ebuild:
  Version bump.

  07 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> pyro-3.10.ebuild:
  amd64 stable wrt #300243

  11 Jan 2010; Christian Faulhammer <fauli@gentoo.org> pyro-3.10.ebuild:
  stable x86, bug 300243

*pyro-3.10 (07 Dec 2009)

  07 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +pyro-3.10.ebuild:
  Version bump.

  11 Oct 2009; Fabian Groffen <grobian@gentoo.org> pyro-3.9.1.ebuild:
  Merge from Prefix

  18 Sep 2009; Markus Meier <maekke@gentoo.org> pyro-3.9.1.ebuild:
  amd64 stable, bug #284997

  16 Sep 2009; Christian Faulhammer <fauli@gentoo.org> pyro-3.9.1.ebuild:
  stable x86, bug 284997

  04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -pyro-3.7.ebuild,
  -pyro-3.9.ebuild:
  Remove old

  04 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  pyro-3.9.1.ebuild:
  Set SUPPORT_PYTHON_ABIS.

*pyro-3.9.1 (01 Jun 2009)

  01 Jun 2009; Patrick Lauer <patrick@gentoo.org> +pyro-3.9.1.ebuild:
  Bump to 3.9.1, fixes #271202

*pyro-3.9 (26 Apr 2009)

  26 Apr 2009; Patrick Lauer <patrick@gentoo.org> +pyro-3.9.ebuild:
  Bump to 3.9, fixes #267550

*pyro-3.7 (05 Jun 2007)

  05 Jun 2007; Lukasz Strzygowski <lucass@gentoo.org> -pyro-3.5.ebuild,
  +pyro-3.7.ebuild:
  Version bump. Removed old version.

  04 Mar 2007; Lukasz Strzygowski <lucass@gentoo.org> pyro-3.4.ebuild,
  pyro-3.5.ebuild:
  Replaced einfo with elog in pkg_postinst. In 3.5: added doc/examples
  use-flags, minor cleanup.

  21 Feb 2007; Lukasz Strzygowski <lucass@gentoo.org> files/digest-pyro-3.4,
  files/digest-pyro-3.5, Manifest:
  Convert to Manifest2.

  01 Apr 2006; Aron Griffis <agriffis@gentoo.org> pyro-3.5.ebuild:
  Mark 3.5 ~ia64

*pyro-3.5 (02 Dec 2005)

  02 Dec 2005; Alastair Tse <liquidx@gentoo.org>
  -files/pyro-3.3-unattend.patch, -pyro-3.3.ebuild, -pyro-3.3-r1.ebuild,
  +pyro-3.5.ebuild:
  version bump (#113442)

  18 Sep 2005; Simon Stelling <blubb@gentoo.org> pyro-3.4.ebuild:
  stable on amd64

  17 Sep 2005; Lukasz Strzygowski <lucass@gentoo.org> pyro-3.3-r1.ebuild,
  pyro-3.4.ebuild:
  Marked stable on x86.

  07 Feb 2005; Fernando Serboncini <fserb@gentoo.org> pyro-3.3.ebuild:
  stable on x86

*pyro-3.4 (28 Jan 2005)

  28 Jan 2005; Rob Cakebread <pythonhead@gentoo.org>
  +files/pyro-3.4-unattend.patch, +pyro-3.4.ebuild:
  Version bump.

  18 Dec 2004; Simon Stelling <blubb@gentoo.org> pyro-3.3-r1.ebuild:
  added ~amd64

  17 Jul 2004; David Holm <dholm@gentoo.org> pyro-3.3-r1.ebuild:
  Added to ~ppc.

*pyro-3.3-r1 (07 Jul 2004)

  07 Jul 2004; Alastair Tse <liquidx@gentoo.org> +pyro-3.3-r1.ebuild,
  pyro-3.3.ebuild:
  fix overwriting /usr/bin/esd temporarily be renaming esd to pyroesd. (#56096)

  17 Feb 2004; <kloeri@gentoo.org> pyro-3.3.ebuild:
  Add missing SLOT.

*pyro-3.3 (16 Feb 2004)

  16 Feb 2004; <kloeri@gentoo.org> pyro-3.3.ebuild,
  files/pyro-3.3-unattend.patch:
  Initial import.