[Stackless] Fwd: [Stackless-checkins] stackless (2.7-slp): Add a new build id for v2.7.4rc2-slp.

Anselm Kruis A.Kruis at science-computing.de
Thu May 2 10:50:00 CEST 2013


Hi Richard,

It is just for the release candidate. It has the version 2.7.4rc2 and this version did not exist in uuids.py. Unfortunately I didn't recognise the missing entry prior to tagging, because a snapshot build uses a dynamically created uuid. I don't think this is a serios problem. The final release will be version 2.7.4 and will use the same uuid as CPython 2.7.4.

-----Original message-----
From:	Richard Tew <richard.m.tew at gmail.com>
Sent:	Thu 02-05-2013 09:47
Subject:	[Stackless] Fwd: [Stackless-checkins] stackless (2.7-slp): Add a new build id for v2.7.4rc2-slp.
To:	stackless at stackless.com; 
> I've up to now been using the Python uuids as we install to the same
> location, are you changing the install path as well? 

No, I don't intend to install into a different location. At least not without previous consultation of this list. 

> Are there any
> registry keys which clash with an install of the same Python version,
> or does the uuid cover it?

I assume that you can't install the same MSI-Installer versions of CPython and Stackless together. But I'm not a Windows Admin. I usually install the MSI-Installer as a private innstallation, create a copy of the installation directory and uninstall it immediately. This way I try to avoid conflicts with the Python installation distributed by our system administrators.

Cheers 
  Anselm

p.s. the new installer is already on stackless.com, but only in my home directory. I'll make it downloadable ASAP.


> 
> Cheers,
> Richard.
> 
> 
> ---------- Forwarded message ----------
> From: anselm.kruis <python-checkins at python.org>
> Date: Thu, May 2, 2013 at 7:37 PM
> Subject: [Stackless-checkins] stackless (2.7-slp): Add a new build id
> for v2.7.4rc2-slp.
> To: stackless-checkins at stackless.com
> 
> 
> http://hg.python.org/stackless/rev/302011947173
> changeset:   82227:302011947173
> branch:      2.7-slp
> user:        Anselm Kruis <a.kruis at science-computing.de>
> date:        Thu May 02 09:36:52 2013 +0200
> summary:
>   Add a new build id for v2.7.4rc2-slp.
> Every released MSI installer needs its own id.
> 
> files:
>   Tools/msi/uuids.py |  1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
> 
> 
> diff --git a/Tools/msi/uuids.py b/Tools/msi/uuids.py
> --- a/Tools/msi/uuids.py
> +++ b/Tools/msi/uuids.py
> @@ -59,5 +59,6 @@
>      '2.7.3122':'{B12311BE-6364-4b2a-A49A-551EEE10F3E4}', # 2.7.3rc2
>      '2.7.3150':'{C0C31BCC-56FB-42a7-8766-D29E1BD74C7C}', # 2.7.3
>      '2.7.4121':'{47F45F45-72D7-4e54-AF41-26767EDE95CF}', # 2.7.4rc1
> +       '2.7.4122':'{2e510809-f27d-4145-9931-d91492ae0a2d}', #
> 2.7.4rc2 (stackless)
>      '2.7.4150':'{84ADC96C-B7E0-4938-9D6E-2B640D5DA224}', # 2.7.4
>  }
> 
> --
> Repository URL: http://hg.python.org/stackless
> 
> _______________________________________________
> Stackless-checkins mailing list
> Stackless-checkins at stackless.com
> http://www.stackless.com/mailman/listinfo/stackless-checkins
> 
> _______________________________________________
> Stackless mailing list
> Stackless at stackless.com
> http://www.stackless.com/mailman/listinfo/stackless
>
-- 
Vorstandsvorsitzender/Chairman of the board of management:
Gerd-Lothar Leonhart
Vorstand/Board of Management:
Dr. Bernd Finkbeiner, Michael Heinrichs, 
Dr. Arno Steitz, Dr. Ingrid Zech
Vorsitzender des Aufsichtsrats/
Chairman of the Supervisory Board:
Philippe Miltin
Sitz/Registered Office: Tuebingen
Registergericht/Registration Court: Stuttgart
Registernummer/Commercial Register No.: HRB 382196


More information about the Stackless mailing list