Martin v. Löwis | 1d278fc | 2006-03-28 18:30:05 +0000 | [diff] [blame] | 1 | # This should be extended for each Python release. |
| 2 | # The product code must change whenever the name of the MSI file |
| 3 | # changes, and when new component codes are issued for existing |
| 4 | # components. See "Changing the Product Code". As we change the |
| 5 | # component codes with every build, we need a new product code |
| 6 | # each time. For intermediate (snapshot) releases, they are automatically |
| 7 | # generated. For official releases, we record the product codes, |
| 8 | # so people can refer to them. |
| 9 | product_codes = { |
Martin v. Löwis | 1d278fc | 2006-03-28 18:30:05 +0000 | [diff] [blame] | 10 | '2.5.101': '{bc14ce3e-5e72-4a64-ac1f-bf59a571898c}', # 2.5a1 |
| 11 | '2.5.102': '{5eed51c1-8e9d-4071-94c5-b40de5d49ba5}', # 2.5a2 |
| 12 | '2.5.103': '{73dcd966-ffec-415f-bb39-8342c1f47017}', # 2.5a3 |
| 13 | '2.5.111': '{c797ecf8-a8e6-4fec-bb99-526b65f28626}', # 2.5b1 |
| 14 | '2.5.112': '{32beb774-f625-439d-b587-7187487baf15}', # 2.5b2 |
Martin v. Löwis | 9315251 | 2006-07-28 07:45:49 +0000 | [diff] [blame] | 15 | '2.5.113': '{89f23918-11cf-4f08-be13-b9b2e6463fd9}', # 2.5b3 |
Martin v. Löwis | 1d278fc | 2006-03-28 18:30:05 +0000 | [diff] [blame] | 16 | '2.5.121': '{8e9321bc-6b24-48a3-8fd4-c95f8e531e5f}', # 2.5c1 |
| 17 | '2.5.122': '{a6cd508d-9599-45da-a441-cbffa9f7e070}', # 2.5c2 |
| 18 | '2.5.150': '{0a2c5854-557e-48c8-835a-3b9f074bdcaa}', # 2.5.0 |
Martin v. Löwis | 0682a52 | 2007-01-19 18:01:38 +0000 | [diff] [blame] | 19 | '2.5.1121':'{0378b43e-6184-4c2f-be1a-4a367781cd54}', # 2.5.1c1 |
| 20 | '2.5.1150':'{31800004-6386-4999-a519-518f2d78d8f0}', # 2.5.1 |
| 21 | '2.5.2150':'{6304a7da-1132-4e91-a343-a296269eab8a}', # 2.5.2c1 |
| 22 | '2.5.2150':'{6b976adf-8ae8-434e-b282-a06c7f624d2f}', # 2.5.2 |
Martin v. Löwis | 1c5105d | 2008-02-28 19:44:22 +0000 | [diff] [blame] | 23 | '2.6.101': '{0ba82e1b-52fd-4e03-8610-a6c76238e8a8}', # 2.6a1 |
| 24 | '2.6.102': '{3b27e16c-56db-4570-a2d3-e9a26180c60b}', # 2.6a2 |
| 25 | '2.6.103': '{cd06a9c5-bde5-4bd7-9874-48933997122a}', # 2.6a3 |
| 26 | '2.6.104': '{dc6ed634-474a-4a50-a547-8de4b7491e53}', # 2.6a4 |
Martin v. Löwis | 8bd5334 | 2008-05-09 17:11:07 +0000 | [diff] [blame] | 27 | '2.6.111': '{3f82079a-5bee-4c4a-8a41-8292389e24ae}', # 2.6b1 |
| 28 | '2.6.112': '{8a0e5970-f3e6-4737-9a2b-bc5ff0f15fb5}', # 2.6b2 |
Martin v. Löwis | 996b9f3 | 2008-09-08 16:15:38 +0000 | [diff] [blame] | 29 | '2.6.113': '{df4f5c21-6fcc-4540-95de-85feba634e76}', # 2.6b3 |
| 30 | '2.6.121': '{bbd34464-ddeb-4028-99e5-f16c4a8fbdb3}', # 2.6c1 |
| 31 | '2.6.122': '{8f64787e-a023-4c60-bfee-25d3a3f592c6}', # 2.6c2 |
| 32 | '2.6.150': '{110eb5c4-e995-4cfb-ab80-a5f315bea9e8}', # 2.6.0 |
Martin v. Löwis | 17fa44f | 2008-12-08 11:14:57 +0000 | [diff] [blame] | 33 | '2.6.1150':'{9cc89170-000b-457d-91f1-53691f85b223}', # 2.6.1 |
| 34 | '2.6.2121':'{adac412b-b209-4c15-b6ab-dca1b6e47144}', # 2.6.2c1 |
| 35 | '2.6.2150':'{24aab420-4e30-4496-9739-3e216f3de6ae}', # 2.6.2 |
Martin v. Löwis | add792f | 2009-12-06 18:27:29 +0000 | [diff] [blame^] | 36 | '2.7.101': '{eca1bbef-432c-49ae-a667-c213cc7bbf22}', # 2.7a1 |
| 37 | '2.7.102': '{21ce16ed-73c4-460d-9b11-522f417b2090}', # 2.7a2 |
| 38 | '2.7.103': '{6e7dbd55-ba4a-48ac-a688-6c75db4d7500}', # 2.7a3 |
| 39 | '2.7.104': '{ee774ba3-74a5-48d9-b425-b35a287260c8}', # 2.7a4 |
| 40 | '2.7.111': '{9cfd9ec7-a9c7-4980-a1c6-054fc6493eb3}', # 2.7b1 |
| 41 | '2.7.112': '{9a72faf6-c304-4165-8595-9291ff30cac6}', # 2.7b2 |
| 42 | '2.7.121': '{f530c94a-dd53-4de9-948e-b632b9cb48d2}', # 2.7c1 |
| 43 | '2.7.122': '{f80905d2-dd8d-4b8e-8a40-c23c93dca07d}', # 2.7c2 |
| 44 | '2.7.150': '{20c31435-2a0a-4580-be8b-ac06fc243ca4}', # 2.7.0 |
Martin v. Löwis | 1d278fc | 2006-03-28 18:30:05 +0000 | [diff] [blame] | 45 | } |