python3 ver. bump

This commit is contained in:
Rmys
2021-06-19 13:00:29 +03:00
parent 26edc2ad0e
commit de92b06461
3 changed files with 6 additions and 13 deletions
@@ -9,7 +9,7 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
def setup(): def setup():
autotools.configure("--prefix=/usr/") autotools.configure("--prefix=/usr")
def build(): def build():
autotools.make() autotools.make()
@@ -13,7 +13,7 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Package for correctly-rounded arbitrary precision decimal floating point arithmetic</Summary> <Summary>Package for correctly-rounded arbitrary precision decimal floating point arithmetic</Summary>
<Description>mpdecimal is a package for correctly-rounded arbitrary precision decimal floating point arithmetic.</Description> <Description>mpdecimal is a package for correctly-rounded arbitrary precision decimal floating point arithmetic.</Description>
<Archive sha1sum="16d0b8df9be8cacda90dd4cd041e3f5838e17074" type="targz">http://www.bytereef.org/software/mpdecimal/releases/mpdecimal-2.5.1.tar.gz</Archive> <Archive sha1sum="c7f4cd22308db22a09efc0cfd80b18a6d22c2f03" type="targz">http://www.bytereef.org/software/mpdecimal/releases/mpdecimal-2.5.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>glibc-devel</Dependency> <Dependency>glibc-devel</Dependency>
</BuildDependencies> </BuildDependencies>
@@ -40,13 +40,6 @@
</Package> </Package>
<History> <History>
<Update release="6">
<Date>2021-06-19</Date>
<Version>2.5.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5"> <Update release="5">
<Date>2020-12-09</Date> <Date>2020-12-09</Date>
<Version>2.5.0</Version> <Version>2.5.0</Version>
+3 -3
View File
@@ -12,7 +12,7 @@
<License>custom</License> <License>custom</License>
<Summary>Next generation of the python high-level scripting language</Summary> <Summary>Next generation of the python high-level scripting language</Summary>
<Description>Python is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries.</Description> <Description>Python is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries.</Description>
<Archive sha1sum="ea40651135adc4126a60a45093d100722610f4de" type="tarxz">https://www.python.org/ftp/python/3.8.9/Python-3.8.9.tar.xz</Archive> <Archive sha1sum="f6579351d42a81c77b55aa4ca8b1280b4f5b37f9" type="tarxz">https://www.python.org/ftp/python/3.8.10/Python-3.8.10.tar.xz</Archive>
<!-- <Archive sha1sum="bf7badf7e248e0ecf465d33c2f5aeec774209227" type="targz" target="Python-3.8.5">https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz</Archive> --> <!-- <Archive sha1sum="bf7badf7e248e0ecf465d33c2f5aeec774209227" type="targz" target="Python-3.8.5">https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz</Archive> -->
<BuildDependencies> <BuildDependencies>
<Dependency>bzip2</Dependency> <Dependency>bzip2</Dependency>
@@ -130,8 +130,8 @@
<History> <History>
<Update release="15"> <Update release="15">
<Date>2021-06-19</Date> <Date>2021-06-19</Date>
<Version>3.8.9</Version> <Version>3.8.10</Version>
<Comment>Rebuild.</Comment> <Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name> <Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email> <Email>muscnsl@gmail.com</Email>
</Update> </Update>