Merge pull request #8687 from blue-devil/master

some python modules are updated
This commit is contained in:
Blue DeviL
2020-08-30 23:52:46 +02:00
committed by GitHub
8 changed files with 70 additions and 21 deletions
@@ -13,10 +13,10 @@
<IsA>library</IsA>
<Summary>Low-level components of distutils2/packaging.</Summary>
<Description>python3-distlib Low-level parts of packaging/distutils2 which implement the relevant PEPs and which could be used by third-party packaging tools to achieve interoperability, enhanced with additional features for dependency resolution, package resource management and more.</Description>
<Archive sha1sum="890d521ce22e780672a8dd8639e58e1a2a145bf3" type="targz">https://bitbucket.org/pypa/distlib/get/0.3.0.tar.gz</Archive>
<Archive sha1sum="7d01e938391b1d15d85a296b28fba9f800c12254" type="targz">https://bitbucket.org/pypa/distlib/get/0.3.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -27,12 +27,19 @@
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-distlib</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-distlib</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-07-22</Date>
<Version>0.3.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-03-03</Date>
<Version>0.3.0</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Python bindings for the Enchant spellchecking system</Summary>
<Description>python3-enchant is an efficient Python module for Enchant spellchecker.</Description>
<Archive sha1sum="28b8511b18ec1dbce888a76bdbeea8bbd769af55" type="targz">https://github.com/pyenchant/pyenchant/archive/v3.1.0.tar.gz</Archive>
<Archive sha1sum="4bda0b760886abff31016e89db7b90e45e72420f" type="targz">https://github.com/pyenchant/pyenchant/archive/v3.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>enchant2-devel</Dependency>
@@ -28,7 +28,7 @@
<Name>python3-enchant</Name>
<Summary>Python bindings for the Enchant spellchecking system</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3</Dependency>
<Dependency>enchant2</Dependency>
</RuntimeDependencies>
<Files>
@@ -38,6 +38,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-07-22</Date>
<Version>3.1.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-05-24</Date>
<Version>3.1.0</Version>
@@ -4,8 +4,8 @@
# 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 pisitools
from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile(pyVer="3")
@@ -13,10 +13,10 @@
<IsA>library</IsA>
<Summary>Adds SQLAlchemy support to Flask.</Summary>
<Description>Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application. It aims to simplify using SQLAlchemy with Flask by providing useful defaults and extra helpers that make it easier to accomplish common tasks.</Description>
<Archive sha1sum="9ae3fc4cd5328745df42329fe3267474fbef6e12" type="targz">https://github.com/pallets/flask-sqlalchemy/archive/2.4.1.tar.gz</Archive>
<Archive sha1sum="0cfaa130892645bc8518a97708b25ef4a6d3bfc0" type="targz">https://github.com/pallets/flask-sqlalchemy/archive/2.4.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -24,9 +24,9 @@
<Name>python3-flask-sqlalchemy</Name>
<Summary>Adds SQLAlchemy support to Flask.</Summary>
<RuntimeDependencies>
<Dependency>python3-sqlalchemy</Dependency>
<Dependency>python3-flask</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-flask</Dependency>
<Dependency>python3-sqlalchemy</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-07-22</Date>
<Version>2.4.4</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>2.4.1</Version>
@@ -13,10 +13,10 @@
<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="8396027cda1178d8f45ad4e78bdcdae38d5e11ef" type="targz">https://github.com/sethmlarson/hstspreload/archive/2020.4.21.tar.gz</Archive>
<Archive sha1sum="801658d0365b26a7cd30cac00550bfaaf9d5e8f3" type="targz">https://github.com/sethmlarson/hstspreload/archive/2020.8.25.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -27,13 +27,20 @@
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-hstspreload</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-hstspreload</Path>
</Files>
</Package>
<History>
<Update release="12">
<Date>2020-08-30</Date>
<Version>2020.8.25</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="11">
<Date>2020-04-22</Date>
<Version>2020.4.21</Version>
@@ -13,10 +13,10 @@
<IsA>library</IsA>
<Summary>Standards-compliant library for parsing and serializing HTML documents and fragments in Python</Summary>
<Description>python3-html5lib is a pure-python library for parsing HTML. It is designed to conform to the WHATWG HTML specification, as is implemented by all major web browsers.</Description>
<Archive sha1sum="ddb0fbc2a50de167ae3e836726974f0ab1b08839" type="targz">https://github.com/html5lib/html5lib-python/archive/1.0.1.tar.gz</Archive>
<Archive sha1sum="d383aae39d22c801cd220b159ab9b50708ac6a64" type="targz">https://github.com/html5lib/html5lib-python/archive/1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -24,17 +24,24 @@
<Name>python3-html5lib</Name>
<Summary>Standards-compliant library for parsing and serializing HTML documents and fragments in Python</Summary>
<RuntimeDependencies>
<Dependency>python3-webencodings</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>python3-webencodings</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-html5lib</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-html5lib</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-07-22</Date>
<Version>1.1</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-02-21</Date>
<Version>1.0.1</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>A minimal HTTP client.</Summary>
<Description>The HTTP Core package provides a minimal low-level HTTP client, which does one thing only. Sending HTTP requests.</Description>
<Archive sha1sum="cccd449e725da3dbd4d70dccb71c336d03785ec7" type="targz">https://github.com/encode/httpcore/archive/0.9.0.tar.gz</Archive>
<Archive sha1sum="cf7d84e7170f5fc8a13c559b180a7b6152096bf7" type="targz">https://github.com/encode/httpcore/archive/0.10.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-08-30</Date>
<Version>0.10.2</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-05-24</Date>
<Version>0.9.0</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="43330667ec9c936cc0bdb97790485fe416887421" type="targz">https://github.com/encode/httpx/archive/0.13.1.tar.gz</Archive>
<Archive sha1sum="16f929bc3e33893900d0818d34bf3b697dfb354a" type="targz">https://github.com/encode/httpx/archive/0.14.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-08-30</Date>
<Version>0.14.2</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-05-24</Date>
<Version>0.13.1</Version>