Re: [UPDATE] lang/python/2.7

2019-04-02 Thread Stuart Henderson
On 2019/04/02 10:15, Kurt Mosiejczuk wrote: > On Tue, Apr 02, 2019 at 02:31:57AM +0100, Stuart Henderson wrote: > > So it turns out there is rather more to this release than is obvious > > from the "full changelog" linked from > > https://www.python.org/downloads/release/python-2716/ ... The main p

Re: [UPDATE] lang/python/2.7

2019-04-01 Thread Stuart Henderson
So it turns out there is rather more to this release than is obvious from the "full changelog" linked from https://www.python.org/downloads/release/python-2716/ ... The main part is at https://raw.githubusercontent.com/python/cpython/v2.7.16/Misc/NEWS.d/2.7.16rc1.rst This is both more intrusi

[UPDATE] lang/python/2.7

2019-03-07 Thread Remi Pointel
Hi, this diff updates Python 2.7 to latest release. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/lang/python/2.7/Makefile,v retrieving revision 1.58 diff -u -p -u -p -r1.58 Makefile --- Makefile 24 Oct 2018 14:28:07

Re: [UPDATE] lang/python/2.7

2018-05-03 Thread Christian Weisgerber
Christian Weisgerber: > > attached is the diff to update Python to latest release. > > Could someone please run a bulk build with this diff please? > > Will do. It finished without problems. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: [UPDATE] lang/python/2.7

2018-05-02 Thread Christian Weisgerber
Remi Pointel: > attached is the diff to update Python to latest release. > Could someone please run a bulk build with this diff please? Will do. -- Christian "naddy" Weisgerber na...@mips.inka.de

[UPDATE] lang/python/2.7

2018-05-01 Thread Remi Pointel
Hi, attached is the diff to update Python to latest release. Could someone please run a bulk build with this diff please? Thank you, Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/lang/python/2.7/Makefile,v retrieving rev

Re: [UPDATE] lang/python/2.7

2017-09-20 Thread Christian Weisgerber
Remi Pointel: > this is the diff to update Python 2.7 to latest release: 2.7.14. > > Could it be tested in a bulk build please? There were no problems on amd64. -- Christian "naddy" Weisgerber na...@mips.inka.de

[UPDATE] lang/python/2.7

2017-09-18 Thread Remi Pointel
Hi, this is the diff to update Python 2.7 to latest release: 2.7.14. Could it be tested in a bulk build please? Thanks a lot, Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/lang/python/2.7/Makefile,v retrieving revision 1

[UPDATE] lang/python/2.7

2015-05-26 Thread Remi Pointel
Hi, this is the diff to update python from 2.7.9 to 2.7.10. More information here: https://hg.python.org/cpython/raw-file/15c95b7d81dc/Misc/NEWS Ok? Cheers, Remi.Index: Makefile === RCS file: /cvs/ports/lang/python/2.7/Makefile

Re: [UPDATE] lang/python/2.7

2014-07-10 Thread Daniel Dickman
On Wed, Jul 9, 2014 at 8:57 AM, Remi Pointel wrote: > Hi, > > this is the diff to update Python to 2.7.8. > > Thanks to daniel@ who added patches for regress tests on 2.7.7. > > Are you ok? works for me on i386. also tested with numpy 1.8.1 and a few local scripts which all work fine. so ok dan

[UPDATE] lang/python/2.7

2014-07-09 Thread Remi Pointel
Hi, this is the diff to update Python to 2.7.8. Thanks to daniel@ who added patches for regress tests on 2.7.7. Are you ok? Cheers, Remi.Index: Makefile === RCS file: /cvs/ports/lang/python/2.7/Makefile,v retrieving revision 1.34

Re: [UPDATE] lang/python/2.7 to 2.7.6

2013-11-18 Thread Federico Schwindt
hrmm, test_threading failure is known. the other might be related to the kqueue change. can I have the log please? f.- On Fri, Nov 15, 2013 at 2:34 PM, Stuart Henderson wrote: > On 2013/11/15 11:27, Federico Schwindt wrote: > > It'd be nice to have a test on a 32bit arch at least. i386, anyone

Re: [UPDATE] lang/python/2.7 to 2.7.6

2013-11-18 Thread Federico Schwindt
Yes, one for normal (.py) files and once for optimized (.pyo) IIRC. f.- On Fri, Nov 15, 2013 at 4:18 PM, Stuart Henderson wrote: > On 2013/11/15 14:34, Stuart Henderson wrote: > > On 2013/11/15 11:27, Federico Schwindt wrote: > > > It'd be nice to have a test on a 32bit arch at least. i386, an

Re: [UPDATE] lang/python/2.7 to 2.7.6

2013-11-15 Thread Stuart Henderson
On 2013/11/15 14:34, Stuart Henderson wrote: > On 2013/11/15 11:27, Federico Schwindt wrote: > > It'd be nice to have a test on a 32bit arch at least. i386, anyone? > > Looks fairly ok on ppc, only failures are: .. same ones for 2.7.5, so I'm OK with this. It looks like the tests are run twice t

Re: [UPDATE] lang/python/2.7 to 2.7.6

2013-11-15 Thread Stuart Henderson
On 2013/11/15 11:27, Federico Schwindt wrote: > It'd be nice to have a test on a 32bit arch at least. i386, anyone? Looks fairly ok on ppc, only failures are: test_3_join_in_forked_from_thread (test.test_threading.ThreadJoinOnShutdown) testPair (test.test_kqueue.TestKQueue) More logs below if in

Re: [UPDATE] lang/python/2.7 to 2.7.6

2013-11-15 Thread Federico Schwindt
Package and test correctly here (amd64). Diff looks sane as well. It'd be nice to have a test on a 32bit arch at least. i386, anyone? I will see if I can get kqueue updated over the weekend. f.- On Thu, Nov 14, 2013 at 11:35 AM, Federico Schwindt wrote: > I will test today and report back. >

Re: [UPDATE] lang/python/2.7 to 2.7.6

2013-11-14 Thread Federico Schwindt
I will test today and report back. As mentioned in private it'd be nice to include a fix for kqueue in the update to avoid extra bumps. I will look into it. f.- On 11 Nov 2013 15:52, "Remi Pointel" wrote: > Hi, > > this is the diff to update python from 2.7.5 to 2.7.6. > > I only tested on amd

[UPDATE] lang/python/2.7 to 2.7.6

2013-11-11 Thread Remi Pointel
Hi, this is the diff to update python from 2.7.5 to 2.7.6. I only tested on amd64. Are you ok? Changelog: http://hg.python.org/cpython/raw-file/99d03261c1ba/Misc/NEWS Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/lang/py

Re: UPDATE: lang/python/2.7

2013-04-11 Thread Predrag Punosevac
Stuart Henderson wrote: > On 2013/04/11 16:18, Predrag Punosevac wrote: > > Federico G. Schwindt wrote: > > > The diff below updates python 2.7 to 2.7.4. > > > > I just installed the lates i386 snapshot to play with this. The build > > fails see below. Any suggestions? I am looking forward to 3.

Re: UPDATE: lang/python/2.7

2013-04-11 Thread Stuart Henderson
On 2013/04/11 16:18, Predrag Punosevac wrote: > Federico G. Schwindt wrote: > > The diff below updates python 2.7 to 2.7.4. > > I just installed the lates i386 snapshot to play with this. The build > fails see below. Any sugestions? I am looking forward to 3.3.1 upgrade. > Feel free to send a priv

Re: UPDATE: lang/python/2.7

2013-04-11 Thread Predrag Punosevac
Federico G. Schwindt wrote: > The diff below updates python 2.7 to 2.7.4. I just installed the lates i386 snapshot to play with this. The build fails see below. Any sugestions? I am looking forward to 3.3.1 upgrade. Feel free to send a private e-mail. Best, Predrag ===> Extracting for Python-2

UPDATE: lang/python/2.7

2013-04-08 Thread Federico G. Schwindt
Hi, The diff below updates python 2.7 to 2.7.4. I've taken the time to review all diffs, unify them and remove some old/unneeded stuff. Also I've rewritten the kqueue diff and send it upstream for inclusion. As a result I've moved a few things around but I've checked that python 2.5 and 3.2 st

Re: [UPDATE] lang/python/2.7 to use rthreads

2012-02-27 Thread David Coppa
On Thu, 23 Feb 2012, Remi Pointel wrote: > Hi, > > this is the diff to use rthreads with Python. > > Attached are two diffs: > - update 2.7.1 to use rthreads > - update 2.7.1 to 2.7.2 to use rthreads > > Please test the first diff, and if everything is ok test the second. Hi, There's a failur

[UPDATE] lang/python/2.7 to use rthreads

2012-02-23 Thread Remi Pointel
Hi, this is the diff to use rthreads with Python. Attached are two diffs: - update 2.7.1 to use rthreads - update 2.7.1 to 2.7.2 to use rthreads Please test the first diff, and if everything is ok test the second. Thanks, -- Remi Index: Makefile ===