Merge pull request #7881 from blue-devil/master

version bumps
This commit is contained in:
2020-02-07 05:28:46 +02:00
committed by GitHub
13 changed files with 92 additions and 30 deletions
+8 -1
View File
@@ -14,7 +14,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Handle Common Gateway Interface requests and responses.</Summary> <Summary>Handle Common Gateway Interface requests and responses.</Summary>
<Description>Handle Common Gateway Interface requests and responses.</Description> <Description>Handle Common Gateway Interface requests and responses.</Description>
<Archive type="targz" sha1sum="0a50a8c3d3916de2c40ab7cee966966d1de14130">https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-4.45.tar.gz</Archive> <Archive type="targz" sha1sum="7513b6d86c3abedaabb56ac7393e894b832fb0e8">https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-4.46.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
<Dependency>perl-HTML-Parser</Dependency> <Dependency>perl-HTML-Parser</Dependency>
@@ -41,6 +41,13 @@
</Package> </Package>
<History> <History>
<Update release="8">
<Date>2020-02-06</Date>
<Version>4.46</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7"> <Update release="7">
<Date>2020-01-29</Date> <Date>2020-01-29</Date>
<Version>4.45</Version> <Version>4.45</Version>
@@ -8,12 +8,12 @@
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<License>GPLv3</License>
<PartOf>programming.language.perl</PartOf> <PartOf>programming.language.perl</PartOf>
<License>GPLv3</License>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>File path utility</Summary> <Summary>File path utility</Summary>
<Description>This module provides a small, fast utility for working with file paths.</Description> <Description>This module provides a small, fast utility for working with file paths.</Description>
<Archive sha1sum="63a793e77088372be1d44f6d1186079932f6f0e0" type="targz">https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.110.tar.gz</Archive> <Archive sha1sum="7158dddfdea7c15cea1319234ba756b2821a552b" type="targz">https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.112.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
</BuildDependencies> </BuildDependencies>
@@ -34,6 +34,13 @@
</Package> </Package>
<History> <History>
<Update release="4">
<Date>2020-02-06</Date>
<Version>0.112</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3"> <Update release="3">
<Date>2020-01-29</Date> <Date>2020-01-29</Date>
<Version>0.110</Version> <Version>0.110</Version>
@@ -10,7 +10,9 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get from pisi.actionsapi import get
def build(): def build():
# fix unused dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common") shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common")
# compress compiler warnings
shelltools.export("CFLAGS", "-fno-strict-aliasing -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fwrapv -DNDEBUG -g -fwrapv -O3 -Wno-strict-aliasing") shelltools.export("CFLAGS", "-fno-strict-aliasing -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fwrapv -DNDEBUG -g -fwrapv -O3 -Wno-strict-aliasing")
pythonmodules.compile() pythonmodules.compile()
+13 -3
View File
@@ -8,13 +8,13 @@
<Name>Blue DeviL</Name> <Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email> <Email>bluedevil@sctzine.com</Email>
</Packager> </Packager>
<PartOf>programming.language.python</PartOf>
<License>Apache-2.0</License> <License>Apache-2.0</License>
<PartOf>programming.language.python3</PartOf>
<IsA>app:console</IsA> <IsA>app:console</IsA>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>C extensions for the Python</Summary> <Summary>C extensions for the Python</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="db2286ea3b3a6060c4294f9c3df652c5b4f60fca" type="targz">https://github.com/cython/cython/archive/0.29.14.tar.gz</Archive> <Archive sha1sum="665eb4337b4da06172fc7edca0b54cb27fb46b4f" type="targz">https://github.com/cython/cython/archive/0.29.15.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python-setuptools</Dependency> <Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency> <Dependency>python-devel</Dependency>
@@ -24,6 +24,9 @@
<Package> <Package>
<Name>cython</Name> <Name>cython</Name>
<Summary>C extensions for the Python</Summary> <Summary>C extensions for the Python</Summary>
<RuntimeDependencies>
<Dependency>python-setuptools</Dependency>
</RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/python2*</Path> <Path fileType="library">/usr/lib/python2*</Path>
@@ -32,6 +35,13 @@
</Package> </Package>
<History> <History>
<Update release="5">
<Date>2020-02-06</Date>
<Version>0.29.15</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4"> <Update release="4">
<Date>2019-12-31</Date> <Date>2019-12-31</Date>
<Version>0.29.14</Version> <Version>0.29.14</Version>
@@ -61,4 +71,4 @@
<Email>karaguzelibrahim@gmail.com</Email> <Email>karaguzelibrahim@gmail.com</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">Python için C eklentileri</Summary> <Summary xml:lang="tr">Python için C eklentileri</Summary>
<Description xml:lang="tr">Cython, Python için C eklentileri yazmayı kolaylaştıran bir dildir.</Description> <Description xml:lang="tr">Cython, Python için C eklentileri yazmayı kolaylaştıran bir dildir.</Description>
</Source> </Source>
</PISI> </PISI>
@@ -10,7 +10,9 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get from pisi.actionsapi import get
def build(): def build():
# fix unused dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common") shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common")
# compress compiler warnings
shelltools.export("CFLAGS", "-fno-strict-aliasing -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fwrapv -DNDEBUG -g -fwrapv -O3 -Wno-strict-aliasing") shelltools.export("CFLAGS", "-fno-strict-aliasing -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fwrapv -DNDEBUG -g -fwrapv -O3 -Wno-strict-aliasing")
pythonmodules.compile(pyVer="3") pythonmodules.compile(pyVer="3")
@@ -25,4 +27,4 @@ def install():
#for dirs in ["Doc", "Demos", "tests"]: #for dirs in ["Doc", "Demos", "tests"]:
# pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs) # pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
#pisitools.dodoc("COPYING*", "README*", "USAGE*", "LICENSE*") #pisitools.dodoc("COPYING*", "README*", "USAGE*", "LICENSE*")
+11 -3
View File
@@ -8,13 +8,13 @@
<Name>Blue DeviL</Name> <Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email> <Email>bluedevil@sctzine.com</Email>
</Packager> </Packager>
<License>Apache-2.0</License>
<PartOf>programming.language.python3</PartOf> <PartOf>programming.language.python3</PartOf>
<License>Apache-2.0</License>
<IsA>app:console</IsA> <IsA>app:console</IsA>
<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="db2286ea3b3a6060c4294f9c3df652c5b4f60fca" type="targz">https://github.com/cython/cython/archive/0.29.14.tar.gz</Archive> <Archive sha1sum="665eb4337b4da06172fc7edca0b54cb27fb46b4f" type="targz">https://github.com/cython/cython/archive/0.29.15.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
@@ -25,6 +25,7 @@
<Name>cython3</Name> <Name>cython3</Name>
<Summary>C extensions for the Python3</Summary> <Summary>C extensions for the Python3</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3</Dependency> <Dependency>python3</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
@@ -35,6 +36,13 @@
</Package> </Package>
<History> <History>
<Update release="6">
<Date>2020-02-06</Date>
<Version>0.29.15</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5"> <Update release="5">
<Date>2019-12-10</Date> <Date>2019-12-10</Date>
<Version>0.29.14</Version> <Version>0.29.14</Version>
@@ -71,4 +79,4 @@
<Email>karaguzelibrahim@gmail.com</Email> <Email>karaguzelibrahim@gmail.com</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>
@@ -13,13 +13,13 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>A small but fast and easy to use stand-alone template engine written in pure python</Summary> <Summary>A small but fast and easy to use stand-alone template engine written in pure python</Summary>
<Description>Jinja2 is the rewritten version of Jinja, sandboxed template engine written in pure Python. It provides a Django like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code.</Description> <Description>Jinja2 is the rewritten version of Jinja, sandboxed template engine written in pure Python. It provides a Django like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code.</Description>
<Archive sha1sum="b1bf44d926349c4e35a123c7535cdcf7b8bd5397" type="targz">https://github.com/pallets/jinja/archive/2.11.0.tar.gz</Archive> <Archive sha1sum="de901898e282706ed9067cbdc6318b582171c8b6" type="targz">https://github.com/pallets/jinja/archive/2.11.1.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-MarkupSafe</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<!-- For creating documentations--> <!-- For creating documentations-->
<!--<Dependency>python3-sphinx</Dependency>--> <!--<Dependency>python3-sphinx</Dependency>-->
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-MarkupSafe</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
</Patches> </Patches>
@@ -47,6 +47,13 @@
</Package> </Package>
<History> <History>
<Update release="5">
<Date>2020-02-06</Date>
<Version>2.11.1</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4"> <Update release="4">
<Date>2020-01-29</Date> <Date>2020-01-29</Date>
<Version>2.11.0</Version> <Version>2.11.0</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Chromium HSTS Preload list as a Python package and updated daily.</Summary> <Summary>Chromium HSTS Preload list as a Python package and updated daily.</Summary>
<Description>Chromium HSTS Preload list as a Python package and updated daily. The package provides a single function: in_hsts_preload() which takes an IDNA-encoded host and returns either True or False regarding whether that host should be only accessed via HTTPS.</Description> <Description>Chromium HSTS Preload list as a Python package and updated daily. The package provides a single function: in_hsts_preload() which takes an IDNA-encoded host and returns either True or False regarding whether that host should be only accessed via HTTPS.</Description>
<Archive sha1sum="f9fe6dbc67097ddc8bf67a7eca3e22f0e9cad7e2" type="targz">https://github.com/sethmlarson/hstspreload/archive/2020.1.22.tar.gz</Archive> <Archive sha1sum="bba626a2d72557960f1d9aa4c2c4f54abe4b347e" type="targz">https://github.com/sethmlarson/hstspreload/archive/2020.2.5.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
@@ -34,6 +34,13 @@
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2020-02-06</Date>
<Version>2020.2.5</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2020-01-23</Date> <Date>2020-01-23</Date>
<Version>2020.1.22</Version> <Version>2020.1.22</Version>
@@ -9,7 +9,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
def build(): def build():
# suppress warnings # suppress compiler warnings
pisitools.cflags.add("-Wno-deprecated-declarations") pisitools.cflags.add("-Wno-deprecated-declarations")
# fix unused direct dependency analysis # fix unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread") shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
@@ -8,15 +8,15 @@
<Name>Blue Devil</Name> <Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email> <Email>bluedevil@sctzine.com</Email>
</Packager> </Packager>
<License>MIT</License>
<PartOf>programming.language.python3</PartOf> <PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>A collection of framework independent HTTP protocol utils.</Summary> <Summary>A collection of framework independent HTTP protocol utils.</Summary>
<Description>httptools is a Python binding for nodejs HTTP parser. It's still in a very early development stage, expect APIs to break.</Description> <Description>httptools is a Python binding for nodejs HTTP parser. It's still in a very early development stage, expect APIs to break.</Description>
<Archive sha1sum="fe2162098213f01398a2d1ba450df5aa577d790d" type="targz">https://files.pythonhosted.org/packages/1b/03/215969db11abe8741e9c266a4cbe803a372bd86dd35fa0084c4df6d4bd00/httptools-0.0.13.tar.gz</Archive> <Archive sha1sum="0ff44f8d2e95f169218e312c4b0a18119263e33d" type="targz">https://files.pythonhosted.org/packages/a9/d9/63f5738b400dd8c2f7196608fdb6acb981353625b61d43221bf0353c74a4/httptools-0.1.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -27,13 +27,20 @@
<Dependency>python3</Dependency> <Dependency>python3</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc/python3-httptools</Path> <Path fileType="doc">/usr/share/doc/python3-httptools</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="library">/usr/lib</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2020-02-06</Date>
<Version>0.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2020-01-15</Date> <Date>2020-01-15</Date>
<Version>0.0.13</Version> <Version>0.0.13</Version>
@@ -8,8 +8,6 @@
from pisi.actionsapi import pythonmodules from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
shelltools.export("PYTHONDONTWRITEBYTECODE", "1") shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
def build(): def build():
@@ -8,19 +8,19 @@
<Name>Ismet Sezer Simsek</Name> <Name>Ismet Sezer Simsek</Name>
<Email>ismetsezer1996@gmail.com</Email> <Email>ismetsezer1996@gmail.com</Email>
</Packager> </Packager>
<License>LGPLv2.1</License>
<PartOf>programming.language.python3</PartOf> <PartOf>programming.language.python3</PartOf>
<License>LGPLv2.1</License>
<IsA>library</IsA> <IsA>library</IsA>
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Zappa - Serverless Python</Summary> <Summary>Zappa - Serverless Python</Summary>
<Description>Server-less Python Web Services for AWS Lambda and API Gateway</Description> <Description>Server-less Python Web Services for AWS Lambda and API Gateway</Description>
<Archive sha1sum="dafd9a221d604acf0291cabd352c5035c11c3c8b" type="targz">https://github.com/Miserlou/Zappa/archive/0.48.2.tar.gz</Archive> <Archive sha1sum="288f718a3d632a366377b5e2520dc0297ff5cf9b" type="targz">https://github.com/Miserlou/Zappa/archive/0.49.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch>SupportForRunningOnPy38.patch</Patch> <!--<Patch>SupportForRunningOnPy38.patch</Patch>-->
</Patches> </Patches>
</Source> </Source>
@@ -31,14 +31,21 @@
<Dependency>python3</Dependency> <Dependency>python3</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="library">/usr/lib</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="4">
<Date>2020-02-06</Date>
<Version>0.49.0</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3"> <Update release="3">
<Date>2020-01-14</Date> <Date>2020-01-14</Date>
<Version>0.48.2</Version> <Version>0.48.2</Version>