Merge pull request #14757 from Rmys/master

cython3 ver. bump
This commit is contained in:
Rmys
2024-08-21 15:53:25 +03:00
committed by GitHub
@@ -14,7 +14,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>C extensions for the Python3</Summary> <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> <Description>Cython is a language that makes writing C extensions for the Python language as easy as Python itself.</Description>
<Archive sha1sum="c1c71f790aa46f427bf1e0acc2212e1d6653c89e" type="targz">https://github.com/cython/cython/archive/0.29.34.tar.gz</Archive> <Archive sha1sum="b4bf64de5055be951568e3ab297a03a7c9a68337" type="targz">https://github.com/cython/cython/archive/3.0.11.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
@@ -36,6 +36,13 @@
</Package> </Package>
<History> <History>
<Update release="17">
<Date>2024-08-19</Date>
<Version>3.0.11</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="16"> <Update release="16">
<Date>2023-10-16</Date> <Date>2023-10-16</Date>
<Version>0.29.34</Version> <Version>0.29.34</Version>