Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
9fa4ced8
Kaydet (Commit)
9fa4ced8
authored
Kas 23, 2013
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update third-party libraries for OS X installers:
XZ 5.0.3 -> 5.0.5 SQLite 3.7.13 -> 3.8.1
üst
44a0db0c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
11 deletions
+15
-11
README.txt
Mac/BuildScript/README.txt
+5
-5
build-installer.py
Mac/BuildScript/build-installer.py
+6
-6
NEWS
Misc/NEWS
+4
-0
No files found.
Mac/BuildScript/README.txt
Dosyayı görüntüle @
9fa4ced8
...
...
@@ -8,7 +8,7 @@ $DESTROOT, massages that installation to remove .pyc files and such, creates
an Installer package from the installation plus other files in ``resources``
and ``scripts`` and placed that on a ``.dmg`` disk image.
As of Python 3.3
.0, PSF practice is to build two installer variants
For Python 3.4
.0, PSF practice is to build two installer variants
for each release.
1. 32-bit-only, i386 and PPC universal, capable on running on all machines
...
...
@@ -22,8 +22,8 @@ for each release.
- builds the following third-party libraries
* NCurses 5.9 (http://bugs.python.org/issue15037)
* SQLite 3.
7.13
* XZ 5.0.
3
* SQLite 3.
8.1
* XZ 5.0.
5
- uses system-supplied versions of third-party libraries
...
...
@@ -56,10 +56,10 @@ for each release.
- builds the following third-party libraries
* NCurses 5.9 (http://bugs.python.org/issue15037)
* SQLite 3.
7.13
* SQLite 3.
8.1
* Tcl 8.5.15
* Tk 8.5.15
* XZ 5.0.
3
* XZ 5.0.
5
- uses system-supplied versions of third-party libraries
...
...
Mac/BuildScript/build-installer.py
Dosyayı görüntüle @
9fa4ced8
...
...
@@ -237,9 +237,9 @@ def library_recipes():
if
getVersionTuple
()
>=
(
3
,
3
):
result
.
extend
([
dict
(
name
=
"XZ 5.0.
3
"
,
url
=
"http://tukaani.org/xz/xz-5.0.
3
.tar.gz"
,
checksum
=
'
fefe52f9ecd521de2a8ce38c21a27574
'
,
name
=
"XZ 5.0.
5
"
,
url
=
"http://tukaani.org/xz/xz-5.0.
5
.tar.gz"
,
checksum
=
'
19d924e066b6fff0bc9d1981b4e53196
'
,
configure_pre
=
[
'--disable-dependency-tracking'
,
]
...
...
@@ -282,9 +282,9 @@ def library_recipes():
),
),
dict
(
name
=
"SQLite 3.
7.13
"
,
url
=
"http://www.sqlite.org/
sqlite-autoconf-30713
00.tar.gz"
,
checksum
=
'
c97df403e8a3d5b67bb408fcd6aabd8e
'
,
name
=
"SQLite 3.
8.1
"
,
url
=
"http://www.sqlite.org/
2013/sqlite-autoconf-30801
00.tar.gz"
,
checksum
=
'
8b5a0a02dfcb0c7daf90856a5cfd485a
'
,
extra_cflags
=
(
'-Os '
'-DSQLITE_ENABLE_FTS4 '
'-DSQLITE_ENABLE_FTS3_PARENTHESIS '
...
...
Misc/NEWS
Dosyayı görüntüle @
9fa4ced8
...
...
@@ -397,6 +397,10 @@ Build
-
Issue
#
19551
:
PEP
453
-
the
OS
X
installer
now
installs
pip
by
default
.
-
Update
third
-
party
libraries
for
OS
X
installers
:
xz
5.0.3
->
5.0.5
SQLite
3.7.13
->
3.8.1
Tools
/
Demos
-----------
...
...
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