Merge pull request #8554 from blue-devil/master

python3 modules updated
This commit is contained in:
Blue DeviL
2020-05-25 00:59:10 +03:00
committed by GitHub
14 changed files with 94 additions and 39 deletions
@@ -13,11 +13,11 @@
<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="3d9f24d74c239958a43104a40c5d8167a721041f" type="targz">https://github.com/pyenchant/pyenchant/archive/v3.0.1.tar.gz</Archive>
<Archive sha1sum="28b8511b18ec1dbce888a76bdbeea8bbd769af55" type="targz">https://github.com/pyenchant/pyenchant/archive/v3.1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>enchant2-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>enchant2-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">enchant-2.patch</Patch>-->
@@ -28,8 +28,8 @@
<Name>python3-enchant</Name>
<Summary>Python bindings for the Enchant spellchecking system</Summary>
<RuntimeDependencies>
<Dependency>enchant2</Dependency>
<Dependency>python3</Dependency>
<Dependency>enchant2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
@@ -38,6 +38,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-05-24</Date>
<Version>3.1.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-03-04</Date>
<Version>3.0.1</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>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="a0f182aef4444afc401c0d788134ab810a8ee492" type="targz">https://github.com/encode/httpx/archive/0.12.1.tar.gz</Archive>
<Archive sha1sum="43330667ec9c936cc0bdb97790485fe416887421" type="targz">https://github.com/encode/httpx/archive/0.13.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -24,24 +24,30 @@
<Name>python3-httpx</Name>
<Summary>The next generation HTTP client.</Summary>
<RuntimeDependencies>
<Dependency>python3-hstspreload</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-certifi</Dependency>
<Dependency>python3-chardet</Dependency>
<Dependency>python3-rfc3986</Dependency>
<Dependency>python3-sniffio</Dependency>
<Dependency>python3-urllib3</Dependency>
<Dependency>python3-h11</Dependency>
<Dependency>python3-h2</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-httpcore</Dependency>
<Dependency>python3-hstspreload</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-httpx</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-httpx</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-05-24</Date>
<Version>0.13.1</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-03-27</Date>
<Version>0.12.1</Version>
@@ -4,10 +4,10 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/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
#WorkDir = "lxml-%s" % get.srcVERSION()
@@ -14,13 +14,13 @@
<IsA>library</IsA>
<Summary>The lxml XML toolkit for Python.</Summary>
<Description>lxml is the most feature-rich and easy-to-use library for working with XML and HTML in the Python language.</Description>
<Archive sha1sum="480c56642262dba897efd726b730cabd69d23364" type="targz">https://github.com/lxml/lxml/archive/lxml-4.5.0.tar.gz</Archive>
<Archive sha1sum="ef918ed5264baf1d16b5fe88c6faf43b0256fbd1" type="targz">https://github.com/lxml/lxml/archive/lxml-4.5.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>cython3</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>cython3</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -28,8 +28,8 @@
<Name>python3-lxml</Name>
<Summary>The lxml XML toolkit for Python.</Summary>
<RuntimeDependencies>
<Dependency>libxslt</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
@@ -49,6 +49,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-05-24</Date>
<Version>4.5.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-02-06</Date>
<Version>4.5.0</Version>
@@ -5,9 +5,9 @@
# 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 shelltools
from pisi.actionsapi import pythonmodules
def build():
# suppress compiler warnings
@@ -13,11 +13,11 @@
<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="8c1f9fad510aede09182476af39f7104dd86c35a" type="tarbz2">https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.21.tar.bz2</Archive>
<Archive sha1sum="32e676c17b03f2bf30368e675fdd1d62da64060a" type="targz">https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.22.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>samba-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -25,16 +25,23 @@
<Name>python3-pysmbc</Name>
<Summary>Python3 interface to the libsmbclient library</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>samba</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-pysmbc</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pysmbc</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-05-24</Date>
<Version>1.0.22</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-04-22</Date>
<Version>1.0.21</Version>
@@ -7,7 +7,7 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","3.5.0")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","4.0.0")
def build():
pythonmodules.compile(pyVer="3")
@@ -13,10 +13,10 @@
<IsA>library</IsA>
<Summary>Python3 setuptools-scm module</Summary>
<Description>Tsetuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file.</Description>
<Archive sha1sum="9f98635858ccecbc9332fd0efcf9153544b101bd" type="targz">https://github.com/pypa/setuptools_scm/archive/v3.5.0.tar.gz</Archive>
<Archive sha1sum="86edf1783efc9648747981160c9cdffdaf071b0c" type="targz">https://github.com/pypa/setuptools_scm/archive/v4.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<!--<Dependency>python3-sphinx</Dependency>-->
</BuildDependencies>
</Source>
@@ -25,8 +25,8 @@
<Name>python3-setuptools-scm</Name>
<Summary>Python3 setuptools-scm module</Summary>
<RuntimeDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-05-24</Date>
<Version>4.0.0</Version>
<Comment>Major version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-02-18</Date>
<Version>3.5.0</Version>
@@ -4,8 +4,8 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/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>app:console</IsA>
<Summary>Python 2 and 3 compatibility utilities.</Summary>
<Description>python-six provides simple utilities for wrapping over differences between Python 2 and Python 3.</Description>
<Archive sha1sum="05568b5c867b19e52f5ae1b4989ef21516c58911" type="targz">https://files.pythonhosted.org/packages/21/9f/b251f7f8a76dec1d6651be194dfba8fb8d7781d10ab3987190de8391d08e/six-1.14.0.tar.gz</Archive>
<Archive sha1sum="a785c20658b3676333c749436f088394c12b0c26" type="targz">https://pypi.org/packages/source/s/six/six-1.15.0.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-six</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-six</Path>
</Files>
</Package>
<History>
<Update release="10">
<Date>2020-05-24</Date>
<Version>1.15.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="9">
<Date>2020-01-21</Date>
<Version>1.14.0</Version>
@@ -13,10 +13,10 @@
<IsA>library</IsA>
<Summary>urllib3 is a powerful, sanity-friendly HTTP client for Python.</Summary>
<Description>urllib3 is a powerful, sanity-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries.</Description>
<Archive sha1sum="28495afad109bc6c6249921afdf594a120b6b97f" type="targz">https://github.com/urllib3/urllib3/archive/1.25.8.tar.gz</Archive>
<Archive sha1sum="8976ccc7ccef5b27ea5bdaaf9655cab4512388fa" type="targz">https://github.com/urllib3/urllib3/archive/1.25.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-05-24</Date>
<Version>1.25.9</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-01-23</Date>
<Version>1.25.8</Version>
@@ -7,7 +7,7 @@
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.20")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.21")
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="8445cce9d26c3db67e4c4fd13a56b2d443b9161f" type="targz">https://github.com/pypa/virtualenv/archive/20.0.20.tar.gz</Archive>
<Archive sha1sum="1d378296fc2aea4f364ce53043b49eeacbdfe4ab" type="targz">https://github.com/pypa/virtualenv/archive/20.0.21.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-05-24</Date>
<Version>20.0.21</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7">
<Date>2020-05-18</Date>
<Version>20.0.20</Version>