Merge pull request #8237 from blue-devil/master

version bumps:python and perl packages
This commit is contained in:
2020-03-28 00:19:42 +03:00
committed by GitHub
34 changed files with 230 additions and 71 deletions
+3 -3
View File
@@ -15,12 +15,12 @@ def build():
shelltools.export("go_platform","linux-amd64")
shelltools.export("go_linker","/lib/ld-linux-x86-64.so.2")
shelltools.export("GOROOT", "%s/go-go1.13.8" % get.workDIR()) #0
shelltools.export("GOROOT", "%s/go-go1.14.1" % get.workDIR()) #0
shelltools.export("GOBIN", "$GOROOT/bin") #1
shelltools.export("GOPATH", "%s" % get.workDIR())
shelltools.export("GOROOT_FINAL", "/usr/lib/go")
shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.13.8/go-linux-amd64-bootstrap" % get.workDIR()) #2
shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.14.1/go-linux-amd64-bootstrap" % get.workDIR()) #2
shelltools.export("GOOS","linux")
shelltools.export("GOARCH","amd64")
@@ -31,7 +31,7 @@ def build():
def install():
shelltools.export("GOROOT_FINAL", "/usr/lib/go")
shelltools.cd("%s/go-go1.13.8" % get.workDIR())
shelltools.cd("%s/go-go1.14.1" % get.workDIR())
pisitools.dodir("/usr/lib/go")
shelltools.system("cp -r api bin doc lib pkg src %s/usr/lib/go" % get.installDIR())
+12 -2
View File
@@ -8,15 +8,18 @@
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Packager>
<PartOf>programming.language</PartOf>
<License>BSD</License>
<IsA>app:console</IsA>
<Summary>Compiler and tools for the Go programming language from Google</Summary>
<Description>Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.</Description>
<Archive sha1sum="3dac63fc6c457ffe905aaeb7ccf3db348aa2c98c" type="targz">https://github.com/golang/go/archive/go1.13.8.tar.gz</Archive>
<Archive sha1sum="6ecdf5a03974462119c051a0d53f825c851ffdbe" type="tarbz2" target="go-go1.13.8">https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.13.6.tbz</Archive>
<Archive sha1sum="9bbe8ecb0d18b93b7d0de76720d2672258c42d01" type="targz">https://github.com/golang/go/archive/go1.14.1.tar.gz</Archive>
<Archive sha1sum="6ecdf5a03974462119c051a0d53f825c851ffdbe" type="tarbz2" target="go-go1.14.1">https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.13.6.tbz</Archive>
</Source>
<Package>
<Name>golang</Name>
<Summary>Compiler and tools for the Go programming language from Google</Summary>
<RuntimeDependencies>
<Dependency>git</Dependency>
</RuntimeDependencies>
@@ -34,6 +37,13 @@
</Package>
<History>
<Update release="12">
<Date>2020-03-27</Date>
<Version>1.14.1</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="11">
<Date>2020-02-24</Date>
<Version>1.13.8</Version>
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>go</Name>
<Name>golang</Name>
<Summary xml:lang="tr">Google'dan Go programlama dili için araçlar ve derleyici</Summary>
<Description xml:lang="tr">Go basit, güvenilir ve verimli yazılım inşa etmek için onu kolay yapan açık kaynaklı bir programlama dilidir.</Description>
</Source>
@@ -3,21 +3,21 @@
<PISI>
<Source>
<Name>perl-Archive-Zip</Name>
<Homepage>http://search.cpan.org/dist/Archive-Zip</Homepage>
<Homepage>https://metacpan.org/release/Archive-Zip</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Artistic</License>
<PartOf>programming.language.perl</PartOf>
<IsA>library</IsA>
<License>Artistic</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>Perl interface to ZIP archive files</Summary>
<Description>The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. This module uses the Compress::Zlib library to read and write the compressed streams inside the files.</Description>
<Archive sha1sum="50955cbeb51c2ee8587b1350ee20b4a5f4619079" type="targz">https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.67.tar.gz</Archive>
<Archive sha1sum="71faba3b05942c94959aba50a2471f08e3b7b202" type="targz">https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.68.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Test-MockModule</Dependency>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
@@ -29,13 +29,20 @@
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/perl5</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2020-03-27</Date>
<Version>1.68</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-01-02</Date>
<Version>1.67</Version>
@@ -72,4 +79,4 @@
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -23,6 +23,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("README", "LICENCE")
shelltools.chmod("examples/*", 0644)
pisitools.insinto(examples, "examples/*")
pisitools.dodoc("README", "LICENCE")
@@ -8,11 +8,12 @@
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.perl</PartOf>
<License>Perl 5</License>
<IsA>library</IsA>
<Summary>Perl module to test for warnings and the lack of them</Summary>
<Description>perl-Test-Warnings is a Perl module to test for warnings and the lack of them.</Description>
<Archive sha1sum="0f3235cbdeec6cbb08d71b6446e0c981f5dbddd4" type="targz">https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.028.tar.gz</Archive>
<Archive sha1sum="e69e6377f566c99939a084e0ca0e3a98cc624d9c" type="targz">https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.030.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
@@ -25,13 +26,20 @@
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-03-27</Date>
<Version>0.030</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-01-03</Date>
<Version>0.028</Version>
@@ -40,4 +48,4 @@
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
</PISI>
+6 -10
View File
@@ -10,23 +10,19 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
# fix unused dependency analysis
# fix unused direct 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")
# compress compiler warnings
# suppress 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")
pythonmodules.compile()
# it takes hours to run test, run with caution!
# Blue DeviL Note: it takes hours to run test, run with caution!
#def check():
# pythonmodules.run("runtests.py -vv --no-pyregr")
def install():
pythonmodules.install()
for dirs in ["Doc", "Demos", "tests"]:
pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
pisitools.dodoc("COPYING*", "README*", "USAGE*", "LICENSE*")
pisitools.rename("usr/bin/cygdb", "cygdb-py2")
# to prevent conflict with cython3
pisitools.rename("usr/bin/cythonize", "cythonize-py2")
pisitools.rename("usr/bin/cython", "cython-py2")
pisitools.rename("usr/bin/cythonize", "cythonize-py2")
pisitools.rename("usr/bin/cygdb", "cygdb-py2")
+10 -3
View File
@@ -14,7 +14,7 @@
<IsA>library</IsA>
<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>
<Archive sha1sum="665eb4337b4da06172fc7edca0b54cb27fb46b4f" type="targz">https://github.com/cython/cython/archive/0.29.15.tar.gz</Archive>
<Archive sha1sum="d61ec184c284eaf91595587427c65b32ba90a316" type="targz">https://github.com/cython/cython/archive/0.29.16.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
@@ -28,15 +28,22 @@
<Dependency>python-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/cygdb-py2</Path>
<Path fileType="executable">/usr/bin/cython-py2</Path>
<Path fileType="executable">/usr/bin/cythonize-py2</Path>
<Path fileType="executable">/usr/bin/cython-py2</Path>
<Path fileType="executable">/usr/bin/cygdb-py2</Path>
<Path fileType="library">/usr/lib/python2*</Path>
<Path fileType="doc">/usr/share/doc/cython</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2020-03-27</Date>
<Version>0.29.16</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-02-06</Date>
<Version>0.29.15</Version>
@@ -7,7 +7,7 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","4.0.2")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.0.0")
def build():
pythonmodules.compile()
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Backport of configparser from Python 3.</Summary>
<Description>The ancient ConfigParser module available in the standard library 2.x has seen a major update in Python 3.2. This is a backport of those changes so that they can be used directly in Python 2.6 - 3.5.</Description>
<Archive sha1sum="10840d869ec6acf99c2a5ad64a7156eaada02834" type="targz">https://github.com/jaraco/configparser/archive/v4.0.2.tar.gz</Archive>
<Archive sha1sum="541ae6f58cea5c320c6c0eef5b93bbb5bbfdd97a" type="targz">https://github.com/jaraco/configparser/archive/v5.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools-scm</Dependency>
<Dependency>python-setuptools</Dependency>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-03-27</Date>
<Version>5.0.0</Version>
<Comment>Major version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-02-17</Date>
<Version>4.0.2</Version>
@@ -7,7 +7,7 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.5.0")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.5.2")
def build():
pythonmodules.compile()
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>importlib_metadata is a library to access the metadata for a Python package.</Summary>
<Description>importlib_metadata is a library to access the metadata for a Python package.</Description>
<Archive sha1sum="c528755976000d57f741a97fb930f9dd6a6bc979" type="targz">https://gitlab.com/python-devs/importlib_metadata/-/archive/v1.5.0/importlib_metadata-v1.5.0.tar.gz</Archive>
<Archive sha1sum="50a8fd6bca14ceced31a902ab58aba44fd7e9b57" type="targz">https://gitlab.com/python-devs/importlib_metadata/-/archive/v1.5.2/importlib_metadata-v1.5.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools-scm</Dependency>
<Dependency>python-setuptools</Dependency>
@@ -37,6 +37,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-03-27</Date>
<Version>1.5.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-02-17</Date>
<Version>1.5.0</Version>
@@ -7,7 +7,7 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.3.1")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.4.0")
def build():
pythonmodules.compile()
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Design and implementation for a planned importlib.resources</Summary>
<Description>The key goal of this module is to replace parts of pkg_resources with a solution in Python's stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics.</Description>
<Archive sha1sum="601bdaa2989b7e08c857e48fea2cb5560ff39653" type="targz">https://gitlab.com/python-devs/importlib_resources/-/archive/v1.3.1/importlib_resources-v1.3.1.tar.gz</Archive>
<Archive sha1sum="dd361efa08121aeb7b7af6ca066780ec3c08f587" type="targz">https://gitlab.com/python-devs/importlib_resources/-/archive/v1.4.0/importlib_resources-v1.4.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools-scm</Dependency>
<Dependency>python-setuptools</Dependency>
@@ -37,6 +37,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-03-27</Date>
<Version>1.4.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-03-18</Date>
<Version>1.3.1</Version>
@@ -18,4 +18,5 @@ def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING*", "README")
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Python bindings for at-spi2-core</Summary>
<Description>python-pyatspi provides a python client library for the AT-SPI D-Bus accessibility infrastructure.</Description>
<Archive sha1sum="dfeba1b19039217bacbf7e26ed9f0550869b4125" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pyatspi/2.34/pyatspi-2.34.0.tar.xz</Archive>
<Archive sha1sum="5f6c87474f1475cfb39ad9497be6237d50cd4640" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pyatspi/2.36/pyatspi-2.36.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>python-pygobject3-devel</Dependency>
<Dependency>at-spi2-core-devel</Dependency>
@@ -28,12 +28,19 @@
<Dependency>at-spi2-core</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/lib/python*</Path>
<Path fileType="doc">/usr/share/doc/python-pyatspi</Path>
<Path fileType="executable">/usr/lib/python*</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2020-03-27</Date>
<Version>2.36.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-01-20</Date>
<Version>2.34.0</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Python interface to the libsmbclient library</Summary>
<Description>python-smbc is a Python binding for the libsmbclient library.</Description>
<Archive sha1sum="b53e522f224662130ddd9286afdccae4491c6602" type="tarbz2">https://files.pythonhosted.org/packages/22/88/a8bfec18f47d435db7838ee90f0b1ae4f73889ffcaade6abad83f277c314/pysmbc-1.0.18.tar.bz2</Archive>
<Archive sha1sum="79f7cdeb138e025eae39f72ded968c1fc8a7d88b" type="tarbz2">https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.19.tar.bz2</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-03-27</Date>
<Version>1.0.19</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-01-20</Date>
<Version>1.0.18</Version>
@@ -10,21 +10,16 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
# fix unused dependency analysis
# fix unused direct 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")
# compress compiler warnings
# suppress 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")
pythonmodules.compile(pyVer="3")
# it takes hours to run test, run with caution!
# Blue DeviL Note: it takes hours to run test, run with caution!
#def check():
# pythonmodules.run("runtests.py -vv --no-pyregr", pyVer="3")
def install():
pythonmodules.install(pyVer="3")
#for dirs in ["Doc", "Demos", "tests"]:
# pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
#pisitools.dodoc("COPYING*", "README*", "USAGE*", "LICENSE*")
pythonmodules.install(pyVer="3")
@@ -14,7 +14,7 @@
<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="665eb4337b4da06172fc7edca0b54cb27fb46b4f" type="targz">https://github.com/cython/cython/archive/0.29.15.tar.gz</Archive>
<Archive sha1sum="d61ec184c284eaf91595587427c65b32ba90a316" type="targz">https://github.com/cython/cython/archive/0.29.16.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="7">
<Date>2020-03-27</Date>
<Version>0.29.16</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="6">
<Date>2020-02-06</Date>
<Version>0.29.15</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>The next generation YAML parser and emitter for Python3</Summary>
<Description>python3-pyyaml is the next generation YAML parser and emitter for Python3.</Description>
<Archive sha1sum="f4e1334bd78eb4d82423613e9cf26d75982ad457" type="targz">https://github.com/yaml/pyyaml/archive/5.3.tar.gz</Archive>
<Archive sha1sum="0254618e37235cd269811dd821691f99081e3d1c" type="targz">https://github.com/yaml/pyyaml/archive/5.3.1.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="0.2.2">libyaml-devel</Dependency>
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
@@ -31,12 +31,19 @@
<Dependency>libyaml</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-PyYAML</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2020-03-27</Date>
<Version>5.3.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7">
<Date>2020-02-22</Date>
<Version>5.3</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>A database migration tool for SQLAlchemy.</Summary>
<Description>Alembic is a database migrations tool written by the author of SQLAlchemy.</Description>
<Archive sha1sum="33c97eace3869374df0a46ae37bab4a55540e2b4" type="targz">https://files.pythonhosted.org/packages/e0/e9/359dbb77c35c419df0aedeb1d53e71e7e3f438ff64a8fdb048c907404de3/alembic-1.4.1.tar.gz</Archive>
<Archive sha1sum="8967b6c2297d01372c2b10ccdaa1a2bf4d1ee523" type="targz">https://pypi.org/packages/source/a/alembic/alembic-1.4.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -39,6 +39,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-03-27</Date>
<Version>1.4.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-03-04</Date>
<Version>1.4.1</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<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>
<Archive sha1sum="fd40d034b5132b3ad8145d9c61f878cc2e4025a3" type="targz">https://github.com/sethmlarson/hstspreload/archive/2020.3.17.tar.gz</Archive>
<Archive sha1sum="03d6e806a453f1feddf0166657c9b1059e66ebef" type="targz">https://github.com/sethmlarson/hstspreload/archive/2020.3.25.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="9">
<Date>2020-03-27</Date>
<Version>2020.3.25</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="8">
<Date>2020-03-18</Date>
<Version>2020.3.17</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>The next generation HTTP client.</Summary>
<Description>HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2.</Description>
<Archive sha1sum="c0b4ded45e329d407806b5c5b32c04054f961686" type="targz">https://github.com/encode/httpx/archive/0.12.0.tar.gz</Archive>
<Archive sha1sum="a0f182aef4444afc401c0d788134ab810a8ee492" type="targz">https://github.com/encode/httpx/archive/0.12.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -42,6 +42,13 @@
</Package>
<History>
<Update release="4">
<Date>2020-03-27</Date>
<Version>0.12.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-03-11</Date>
<Version>0.12.0</Version>
@@ -7,7 +7,7 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.5.0")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.5.2")
def build():
pythonmodules.compile(pyVer="3")
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>importlib_metadata is a library to access the metadata for a Python package.</Summary>
<Description>importlib_metadata is a library to access the metadata for a Python package.</Description>
<Archive sha1sum="c528755976000d57f741a97fb930f9dd6a6bc979" type="targz">https://gitlab.com/python-devs/importlib_metadata/-/archive/v1.5.0/importlib_metadata-v1.5.0.tar.gz</Archive>
<Archive sha1sum="50a8fd6bca14ceced31a902ab58aba44fd7e9b57" type="targz">https://gitlab.com/python-devs/importlib_metadata/-/archive/v1.5.2/importlib_metadata-v1.5.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-03-27</Date>
<Version>1.5.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-02-12</Date>
<Version>1.5.0</Version>
@@ -7,7 +7,7 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.3.1")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.4.0")
def build():
pythonmodules.compile(pyVer="3")
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Design and implementation for a planned importlib.resources</Summary>
<Description>The key goal of this module is to replace parts of pkg_resources with a solution in Python's stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics.</Description>
<Archive sha1sum="601bdaa2989b7e08c857e48fea2cb5560ff39653" type="targz">https://gitlab.com/python-devs/importlib_resources/-/archive/v1.3.1/importlib_resources-v1.3.1.tar.gz</Archive>
<Archive sha1sum="dd361efa08121aeb7b7af6ca066780ec3c08f587" type="targz">https://gitlab.com/python-devs/importlib_resources/-/archive/v1.4.0/importlib_resources-v1.4.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-03-27</Date>
<Version>1.4.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>8020-03-18</Date>
<Version>1.3.1</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Persistent/Immutable/Functional data structures for Python.</Summary>
<Description>Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are immutable.</Description>
<Archive sha1sum="c5c920f4ca979db2b19ac35cd7432c9474228acb" type="targz">https://github.com/tobgu/pyrsistent/archive/v0.15.7.tar.gz</Archive>
<Archive sha1sum="83255e2a62c91140cc4c21c26d13dbf2a0f024ef" type="targz">https://github.com/tobgu/pyrsistent/archive/v0.16.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -28,12 +28,19 @@
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pyrsistent</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-03-27</Date>
<Version>0.16.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-02-19</Date>
<Version>0.15.7</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Python interface to the libsmbclient library</Summary>
<Description>python-smbc is a Python binding for the libsmbclient library.</Description>
<Archive sha1sum="b53e522f224662130ddd9286afdccae4491c6602" type="tarbz2">https://files.pythonhosted.org/packages/22/88/a8bfec18f47d435db7838ee90f0b1ae4f73889ffcaade6abad83f277c314/pysmbc-1.0.18.tar.bz2</Archive>
<Archive sha1sum="79f7cdeb138e025eae39f72ded968c1fc8a7d88b" type="tarbz2">https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.19.tar.bz2</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-03-27</Date>
<Version>1.0.19</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-01-20</Date>
<Version>1.0.18</Version>
@@ -12,8 +12,8 @@
<License>BSD</License>
<IsA>library</IsA>
<Summary>Sphinx API for Web Apps</Summary>
<Description>python3-sphinxcontrib-websupport is the Sphinx documentation generator.</Description>
<Archive sha1sum="5d3293b118d31b0312c50500323d9caffad48023" type="targz">https://files.pythonhosted.org/packages/70/1f/1a77d611cc55dd046b5cae28ec1a086c7bcf50e9837571afaeff1b5caa7e/sphinxcontrib-websupport-1.2.0.tar.gz</Archive>
<Description>python3-sphinxcontrib-websupport provides a Python API to easily integrate Sphinx documentation into your Web application.</Description>
<Archive sha1sum="313f4b764872d36f890e76579985e6aaa732f4ca" type="targz">https://pypi.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -32,15 +32,26 @@
<Name>python3-sphinxcontrib-websupport</Name>
<Summary>sphinxcontrib-websupport module for python</Summary>
<RuntimeDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-docutils</Dependency>
<Dependency>python3-Jinja2</Dependency>
<!--<Dependency>python3-sphinx</Dependency>-->
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-sphinxcontrib-websupport</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2020-03-27</Date>
<Version>1.2.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-02-08</Date>
<Version>1.2.0</Version>
@@ -7,7 +7,7 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.10")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.15")
def build():
pythonmodules.compile(pyVer="3")
@@ -14,7 +14,7 @@
<IsA>app:console</IsA>
<Summary>Virtual Python Environment builder.</Summary>
<Description>python3-virtualenv is a a tool and library for creating isolated virtual python environments.</Description>
<Archive sha1sum="5dfc87c77e68842d35afdd7b08b9a48406961179" type="targz">https://github.com/pypa/virtualenv/archive/20.0.10.tar.gz</Archive>
<Archive sha1sum="91998a155117e92aeded5199b6195a3fd864eb61" type="targz">https://github.com/pypa/virtualenv/archive/20.0.15.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -41,6 +41,20 @@
</Package>
<History>
<Update release="4">
<Date>2020-03-27</Date>
<Version>20.0.15</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-03-27</Date>
<Version>20.0.14</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-03-11</Date>
<Version>20.0.10</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Measures number of Terminal column cells of wide-character codes.</Summary>
<Description>Python library that measures the width of unicode strings rendered to a terminal</Description>
<Archive sha1sum="389c38ed2583577e9bf8835a793bf2e7b1dceba8" type="targz">https://github.com/jquast/wcwidth/archive/0.1.8.tar.gz</Archive>
<Archive sha1sum="0a453a6d272e64af18065b74e42e53c1a70236db" type="targz">https://github.com/jquast/wcwidth/archive/0.1.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-03-27</Date>
<Version>0.1.9</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-02-18</Date>
<Version>0.1.8</Version>
@@ -14,7 +14,7 @@
<IsA>app:console</IsA>
<Summary>Youtube Video Downloader</Summary>
<Description>Youtube Video Downloader</Description>
<Archive sha1sum="a8a98f41da500d91e17bcd9e7fe65bdf5676aae5" type="targz">https://github.com/ytdl-org/youtube-dl/archive/2020.03.08.tar.gz</Archive>
<Archive sha1sum="7b7096b16ac47a9f7bc5f24aa6f67407f37ae7ee" type="targz">https://github.com/ytdl-org/youtube-dl/archive/2020.03.24.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -40,6 +40,13 @@
</Package>
<History>
<Update release="18">
<Date>2020-03-27</Date>
<Version>2020.03.24</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="17">
<Date>2020-03-11</Date>
<Version>2020.03.08</Version>