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
b3b07678
Kaydet (Commit)
b3b07678
authored
Eyl 06, 2016
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update OS X installer to use SQlite 3.14.1 and XZ 5.2.2.
üst
bd63353b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
build-installer.py
Mac/BuildScript/build-installer.py
+7
-6
NEWS
Misc/NEWS
+2
-0
No files found.
Mac/BuildScript/build-installer.py
Dosyayı görüntüle @
b3b07678
...
...
@@ -299,9 +299,9 @@ def library_recipes():
if
PYTHON_3
:
result
.
extend
([
dict
(
name
=
"XZ 5.
0.5
"
,
url
=
"http://tukaani.org/xz/xz-5.
0.5
.tar.gz"
,
checksum
=
'
19d924e066b6fff0bc9d1981b4e53196
'
,
name
=
"XZ 5.
2.2
"
,
url
=
"http://tukaani.org/xz/xz-5.
2.2
.tar.gz"
,
checksum
=
'
7cf6a8544a7dae8e8106fdf7addfa28c
'
,
configure_pre
=
[
'--disable-dependency-tracking'
,
]
...
...
@@ -344,10 +344,11 @@ def library_recipes():
),
),
dict
(
name
=
"SQLite 3.
8.1
1"
,
url
=
"https://www.sqlite.org/201
5/sqlite-autoconf-3081
100.tar.gz"
,
checksum
=
'
77b451925121028befbddbf45ea2bc49
'
,
name
=
"SQLite 3.
14.
1"
,
url
=
"https://www.sqlite.org/201
6/sqlite-autoconf-3140
100.tar.gz"
,
checksum
=
'
3634a90a3f49541462bcaed3474b2684
'
,
extra_cflags
=
(
'-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '
'-DSQLITE_ENABLE_FTS3_PARENTHESIS '
'-DSQLITE_ENABLE_RTREE '
...
...
Misc/NEWS
Dosyayı görüntüle @
b3b07678
...
...
@@ -182,6 +182,8 @@ Build
-
Issue
#
25825
:
Update
references
to
the
$(
LIBPL
)
installation
path
on
AIX
.
This
path
was
changed
in
3.2
a4
.
-
Update
OS
X
installer
to
use
SQLite
3.14.1
and
XZ
5.2.2
.
Windows
-------
...
...
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