python3-idle:ver bump

This commit is contained in:
blue-devil
2020-09-01 00:37:49 +02:00
parent e6a1e46a39
commit af0673a486
3 changed files with 39 additions and 11 deletions
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-idle</Name>
@@ -12,7 +12,7 @@
<PartOf>programming.language</PartOf>
<Summary>An Integrated Development Environment for Python</Summary>
<Description>An Integrated Development Environment for Python</Description>
<Archive sha1sum="5ae54baf26628a7ed74206650a31192e6d5c6f93" type="tarxz">https://www.python.org/ftp/python/3.8.2/Python-3.8.2.tar.xz</Archive>
<Archive sha1sum="68d6c7f948801cc755905162f5ee7589595edee4" type="tarxz">https://www.python.org/ftp/python/3.8.5/Python-3.8.5.tar.xz</Archive>
<BuildDependencies>
<!--<Dependency>valgrind</Dependency> -->
<Dependency>bzip2</Dependency>
@@ -30,8 +30,8 @@
<Dependency>mpdecimal-devel</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">dont-make-libpython-readonly.patch</Patch> -->
<Patch level="1">0001-compileall-Fix-ddir-when-recursing.patch</Patch>
<!--<Patch level="1">dont-make-libpython-readonly.patch</Patch>
<Patch level="1">0001-compileall-Fix-ddir-when-recursing.patch</Patch>-->
</Patches>
</Source>
@@ -41,14 +41,14 @@
<PartOf>programming.language.python3</PartOf>
<Summary>Python modules for Tk</Summary>
<RuntimeDependencies>
<Dependency release="current">python3</Dependency>
<Dependency>tcl</Dependency>
<Dependency>tcltk</Dependency>
<Dependency release="current">python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*/tkinter</Path>
<Path fileType="library">/usr/lib/python3.8/lib-dynload/_tkinter.cpython-38-x86_64-linux-gnu.so</Path>
<Path fileType="library" permanent="0">/usr/lib/python3.8/turtledemo</Path>
<Path fileType="library">/usr/lib/python3.8/lib-dynload/_tkinter.cpython-38-x86_64-linux-gnu.so</Path>
</Files>
</Package>
@@ -59,14 +59,14 @@
<PartOf>programming.environment</PartOf>
<Summary>An Integrated Development Environment for Python</Summary>
<RuntimeDependencies>
<Dependency>python3-tk</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-tk</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/idle3*</Path>
<Path fileType="library">/usr/lib/python*/idlelib</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="executable">/usr/bin/idle3*</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="library">/usr/lib/python*/idlelib</Path>
</Files>
<AdditionalFiles>
<AdditionalFile permission="0644" target="/usr/share/pixmaps/idle3.png">python-logo.png</AdditionalFile>
@@ -75,6 +75,20 @@
</Package>
<History>
<Update release="11">
<Date>2020-08-30</Date>
<Version>3.8.5</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="10">
<Date>2020-07-22</Date>
<Version>3.8.3</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="9">
<Date>2020-03-28</Date>
<Version>3.8.2</Version>