vbump to 3.6.0

This commit is contained in:
2017-01-31 12:40:12 +03:00
committed by Ertuğrul Erata
parent 2b47238f76
commit 8c5cd763f4
2 changed files with 63 additions and 55 deletions
@@ -17,9 +17,9 @@ def setup():
shelltools.unlinkDir("Modules/zlib") shelltools.unlinkDir("Modules/zlib")
shelltools.unlinkDir("Modules/_ctypes/darwin") shelltools.unlinkDir("Modules/_ctypes/darwin")
shelltools.unlinkDir("Modules/_ctypes/libffi") shelltools.unlinkDir("Modules/_ctypes/libffi")
shelltools.unlinkDir("Modules/_ctypes/libffi_arm_wince")
shelltools.unlinkDir("Modules/_ctypes/libffi_msvc") shelltools.unlinkDir("Modules/_ctypes/libffi_msvc")
shelltools.unlinkDir("Modules/_ctypes/libffi_osx") shelltools.unlinkDir("Modules/_ctypes/libffi_osx")
shelltools.unlinkDir("Modules/_decimal/libmpdec")
autotools.rawConfigure("\ autotools.rawConfigure("\
--prefix=/usr \ --prefix=/usr \
+62 -54
View File
@@ -12,9 +12,9 @@
<PartOf>programming.language</PartOf> <PartOf>programming.language</PartOf>
<Summary>Next generation of the python high-level scripting language</Summary> <Summary>Next generation of the python high-level scripting language</Summary>
<Description>Next generation of the python high-level scripting language</Description> <Description>Next generation of the python high-level scripting language</Description>
<Archive sha1sum="7ca5cd664598bea96eec105aa6453223bb6b4456" type="tarxz">http://www.python.org/ftp/python/3.4.3/Python-3.4.3.tar.xz</Archive> <Archive sha1sum="18ebf7d726782967d967dc00e3aa08b334fbdd5c" type="tarxz">https://www.python.org/ftp/python/3.6.0/Python-3.6.0.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>valgrind</Dependency> <!-- <Dependency>valgrind</Dependency> -->
<Dependency>tcltk-devel</Dependency> <Dependency>tcltk-devel</Dependency>
<Dependency>tcl-devel</Dependency> <Dependency>tcl-devel</Dependency>
<Dependency>xz-devel</Dependency> <Dependency>xz-devel</Dependency>
@@ -50,57 +50,58 @@
<Files> <Files>
<Path fileType="executable" permanent="0">/usr/bin/p*</Path> <Path fileType="executable" permanent="0">/usr/bin/p*</Path>
<Path fileType="executable" permanent="0">/usr/bin/2to3*</Path> <Path fileType="executable" permanent="0">/usr/bin/2to3*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/a*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/a*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/c*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/c*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/d*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/d*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/e*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/e*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/h*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/h*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/imp*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/imp*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/j*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/j*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib2*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib2*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/log*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/log*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/m*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/m*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/p*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/p*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/s*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/s*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/te*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/te*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/u*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/u*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/v*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/v*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/w*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/w*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/x*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/x*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/*.py</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/*.py</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/*.txt</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/*.txt</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/a*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/a*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/b*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/b*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/_b*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/_b*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/c*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/c*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/_c*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/_c*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/_d*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/_d*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/_e*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/_e*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/f*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/f*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/g*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/g*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/_g*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/_g*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/_h*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/_h*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/_j*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/_j*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/_l*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/_l*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/m*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/m*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/_m*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/_m*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/n*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/n*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/o*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/o*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/_o*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/_o*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/_p*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/_p*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/p*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/p*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/r*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/r*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/_r*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/_r*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/_s*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/_s*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/s*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/s*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/te*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/te*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/_te*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/_te*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/ti*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/ti*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/u*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/u*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/x*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/x*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/lib-dynload/z*</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/lib-dynload/z*</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.6/__pycache__</Path>
<Path fileType="library" permanent="0">/usr/lib/*.so</Path> <Path fileType="library" permanent="0">/usr/lib/*.so</Path>
<Path fileType="library" permanent="0">/usr/lib/libpython3.4m.so.1.0</Path> <Path fileType="library" permanent="0">/usr/lib/libpython3.6m.so.1.0</Path>
<Path fileType="man" permanent="0">/usr/share/man/man1/*</Path> <Path fileType="man" permanent="0">/usr/share/man/man1/*</Path>
<Path fileType="doc" permanent="0">/usr/share/doc</Path> <Path fileType="doc" permanent="0">/usr/share/doc</Path>
</Files> </Files>
@@ -112,7 +113,7 @@
<Dependency release="current">python3</Dependency> <Dependency release="current">python3</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header" permanent="0">/usr/include/python3.4m/*</Path> <Path fileType="header" permanent="0">/usr/include/python3.6m/*</Path>
<Path fileType="library" permanent="0">/usr/lib/pkgconfig/*</Path> <Path fileType="library" permanent="0">/usr/lib/pkgconfig/*</Path>
</Files> </Files>
</Package> </Package>
@@ -130,7 +131,7 @@
<Files> <Files>
<Path fileType="library">/usr/lib/python3*/tkinter</Path> <Path fileType="library">/usr/lib/python3*/tkinter</Path>
<Path fileType="library">/usr/lib/python3*/lib-dynload/_tkinter.cpython-34m.so</Path> <Path fileType="library">/usr/lib/python3*/lib-dynload/_tkinter.cpython-34m.so</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.4/turtledemo</Path> <Path fileType="library" permanent="0">/usr/lib/python3.6/turtledemo</Path>
</Files> </Files>
</Package> </Package>
@@ -157,6 +158,13 @@
</Package> </Package>
<History> <History>
<Update release="4">
<Date>2017-01-31</Date>
<Version>3.6.0</Version>
<Comment>Version Bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="3"> <Update release="3">
<Date>2016-06-09</Date> <Date>2016-06-09</Date>
<Version>3.4.3</Version> <Version>3.4.3</Version>