Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a6e6d0a6
Commit
a6e6d0a6
authored
Nov 25, 2014
by
Steve Dower
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update msi.py and uuids.py for 2.7.9 releases
parent
016487b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
Tools/msi/msi.py
Tools/msi/msi.py
+4
-4
Tools/msi/uuids.py
Tools/msi/uuids.py
+2
-0
No files found.
Tools/msi/msi.py
View file @
a6e6d0a6
...
@@ -912,9 +912,9 @@ def generate_license():
...
@@ -912,9 +912,9 @@ def generate_license():
(
"Tk"
,
"tk-8*"
,
"license.terms"
),
(
"Tk"
,
"tk-8*"
,
"license.terms"
),
(
"Tix"
,
"tix-*"
,
"license.terms"
)):
(
"Tix"
,
"tix-*"
,
"license.terms"
)):
out
.
write
(
"
\
n
This copy of Python includes a copy of %s, which is licensed under the following terms:
\
n
\
n
"
%
name
)
out
.
write
(
"
\
n
This copy of Python includes a copy of %s, which is licensed under the following terms:
\
n
\
n
"
%
name
)
dirs
=
glob
.
glob
(
srcdir
+
"/
..
/"
+
pat
)
dirs
=
glob
.
glob
(
srcdir
+
"/
externals
/"
+
pat
)
if
not
dirs
:
if
not
dirs
:
raise
ValueError
,
"Could not find "
+
srcdir
+
"/
..
/"
+
pat
raise
ValueError
,
"Could not find "
+
srcdir
+
"/
externals
/"
+
pat
if
len
(
dirs
)
>
2
:
if
len
(
dirs
)
>
2
:
raise
ValueError
,
"Multiple copies of "
+
pat
raise
ValueError
,
"Multiple copies of "
+
pat
dir
=
dirs
[
0
]
dir
=
dirs
[
0
]
...
@@ -1117,7 +1117,7 @@ def add_files(db):
...
@@ -1117,7 +1117,7 @@ def add_files(db):
lib
.
start_component
(
"TkDLLs"
,
tcltk
)
lib
.
start_component
(
"TkDLLs"
,
tcltk
)
lib
.
add_file
(
"_tkinter.pyd"
)
lib
.
add_file
(
"_tkinter.pyd"
)
dlls
.
append
(
"_tkinter.pyd"
)
dlls
.
append
(
"_tkinter.pyd"
)
tcldir
=
os
.
path
.
normpath
(
srcdir
+
(
"/
..
/tcltk%s/bin"
%
tclsuffix
))
tcldir
=
os
.
path
.
normpath
(
srcdir
+
(
"/
externals
/tcltk%s/bin"
%
tclsuffix
))
for
f
in
glob
.
glob1
(
tcldir
,
"*.dll"
):
for
f
in
glob
.
glob1
(
tcldir
,
"*.dll"
):
lib
.
add_file
(
f
,
src
=
os
.
path
.
join
(
tcldir
,
f
))
lib
.
add_file
(
f
,
src
=
os
.
path
.
join
(
tcldir
,
f
))
# check whether there are any unknown extensions
# check whether there are any unknown extensions
...
@@ -1141,7 +1141,7 @@ def add_files(db):
...
@@ -1141,7 +1141,7 @@ def add_files(db):
lib
.
add_file
(
'libpython%s%s.a'
%
(
major
,
minor
))
lib
.
add_file
(
'libpython%s%s.a'
%
(
major
,
minor
))
if
have_tcl
:
if
have_tcl
:
# Add Tcl/Tk
# Add Tcl/Tk
tcldirs
=
[(
root
,
'
..
/tcltk%s/lib'
%
tclsuffix
,
'tcl'
)]
tcldirs
=
[(
root
,
'
externals
/tcltk%s/lib'
%
tclsuffix
,
'tcl'
)]
tcltk
.
set_current
()
tcltk
.
set_current
()
while
tcldirs
:
while
tcldirs
:
parent
,
phys
,
dir
=
tcldirs
.
pop
()
parent
,
phys
,
dir
=
tcldirs
.
pop
()
...
...
Tools/msi/uuids.py
View file @
a6e6d0a6
...
@@ -66,4 +66,6 @@ product_codes = {
...
@@ -66,4 +66,6 @@ product_codes = {
'2.7.7121'
:
'{5E0D187D-238B-4e96-9C75-C4CF141F5385}'
,
# 2.7.7rc1
'2.7.7121'
:
'{5E0D187D-238B-4e96-9C75-C4CF141F5385}'
,
# 2.7.7rc1
'2.7.7150'
:
'{049CA433-77A0-4e48-AC76-180A282C4E10}'
,
# 2.7.7
'2.7.7150'
:
'{049CA433-77A0-4e48-AC76-180A282C4E10}'
,
# 2.7.7
'2.7.8150'
:
'{61121B12-88BD-4261-A6EE-AB32610A56DD}'
,
# 2.7.8
'2.7.8150'
:
'{61121B12-88BD-4261-A6EE-AB32610A56DD}'
,
# 2.7.8
'2.7.9121'
:
'{AAB1E8FF-6D00-4409-8F13-BE365AB92FFE}'
,
# 2.7.9rc1
'2.7.9150'
:
'{79F081BF-7454-43DB-BD8F-9EE596813232}'
,
# 2.7.9
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment