cython3: ver bump

This commit is contained in:
blue-devil
2020-08-29 23:12:45 +02:00
parent d45afb286d
commit 0af6c178cc
2 changed files with 13 additions and 6 deletions
@@ -4,10 +4,10 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
def build():
# fix unused direct dependency analysis
+10 -3
View File
@@ -14,10 +14,10 @@
<IsA>library</IsA>
<Summary>C extensions for the Python3</Summary>
<Description>Cython is a language that makes writing C extensions for the Python language as easy as Python itself.</Description>
<Archive sha1sum="ed0a64cfb09fba842ecba582b6eebf0cf8a8480c" type="targz">https://github.com/cython/cython/archive/0.29.19.tar.gz</Archive>
<Archive sha1sum="718dcfee83132421e2df4eb6fa0ef7f3917bf7b9" type="targz">https://github.com/cython/cython/archive/0.29.21.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -25,8 +25,8 @@
<Name>cython3</Name>
<Summary>C extensions for the Python3</Summary>
<RuntimeDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="10">
<Date>2020-07-21</Date>
<Version>0.29.21</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="9">
<Date>2020-05-24</Date>
<Version>0.29.19</Version>