Merge pull request #8688 from blue-devil/master

some python3 packages has been updated
This commit is contained in:
Blue DeviL
2020-08-31 00:12:27 +02:00
committed by GitHub
11 changed files with 85 additions and 33 deletions
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Internationalized Domain Names in Applications (IDNA)</Summary>
<Description>Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing.</Description>
<Archive sha1sum="73e1a86eec12deb9b106f93f8aea5c44235fbf75" type="targz">https://github.com/kjd/idna/archive/v2.9.tar.gz</Archive>
<Archive sha1sum="15797f4f29a03429d6176c09aae7a93fdc979636" type="targz">https://github.com/kjd/idna/archive/v2.10.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-07-22</Date>
<Version>2.10</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-02-18</Date>
<Version>2.9</Version>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Python3 Library to enumerate all network interfaces.</Summary>
<Description>python3-ifaddr is a small Python library that allows you to find all the IP addresses of the computer.</Description>
<Archive sha1sum="fc151270d72327a1f7bec1e583261b31f74e2fc2" type="targz">https://github.com/pydron/ifaddr/archive/0.1.6.tar.gz</Archive>
<Archive sha1sum="da4848ef4628e76e69d120ed83981592bdd05be5" type="targz">https://github.com/pydron/ifaddr/archive/0.1.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-07-21</Date>
<Version>0.1.7</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2019-12-25</Date>
<Version>0.1.6</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 shelltools
from pisi.actionsapi import pythonmodules
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.6.0")
@@ -13,11 +13,11 @@
<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="ba5bf0544265a24dbef27d4492e6c05c2e534b23" type="targz">https://gitlab.com/python-devs/importlib_metadata/-/archive/v1.6.0/importlib_metadata-v1.6.0.tar.gz</Archive>
<Archive sha1sum="1299ebe65e7affd03eb5607699fe51cb7d8d622d" type="targz">https://gitlab.com/python-devs/importlib_metadata/-/archive/v1.7.0/importlib_metadata-v1.7.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-setuptools-scm</Dependency>
</BuildDependencies>
</Source>
@@ -25,16 +25,23 @@
<Name>python3-importlib_metadata</Name>
<Summary>Python development support library (note: maintenance only)</Summary>
<RuntimeDependencies>
<Dependency>python3-zipp</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-zipp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-importlib_metadata</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-importlib_metadata</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2020-07-21</Date>
<Version>1.7.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-03-29</Date>
<Version>1.6.0</Version>
@@ -4,10 +4,10 @@
# 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 pythonmodules
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.5.0")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","3.0.0")
def build():
pythonmodules.compile(pyVer="3")
@@ -13,11 +13,11 @@
<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="ef73bbdfa1e5d90d9aeed0492cbdcd3ccfce6b1a" type="targz">https://gitlab.com/python-devs/importlib_resources/-/archive/v1.5.0/importlib_resources-v1.5.0.tar.gz</Archive>
<Archive sha1sum="01d216bf62bbcb3d165e747d263d69732514272b" type="targz">https://gitlab.com/python-devs/importlib_resources/-/archive/v3.0.0/importlib_resources-v3.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-setuptools-scm</Dependency>
</BuildDependencies>
</Source>
@@ -28,12 +28,19 @@
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-importlib_resources</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-importlib_resources</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2020-07-22</Date>
<Version>3.0.0</Version>
<Comment>Major version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-05-18</Date>
<Version>1.5.0</Version>
@@ -4,10 +4,10 @@
# 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 get
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
WorkDir="jedi-%s" % get.srcVERSION()
@@ -17,6 +17,8 @@ def setup():
# and copy the header files to the corresponding path
for files in ["../typeshed-jedi_v0.16.0/*"]:
shelltools.copy("%s" % files,"jedi/third_party/typeshed")
for files in ["../django-stubs-1.5.0/*"]:
shelltools.copy("%s" % files,"jedi/third_party/django-stubs")
def build():
pythonmodules.compile(pyVer="3")
@@ -13,11 +13,12 @@
<IsA>library</IsA>
<Summary>Awesome autocompletion and static analysis library for python.</Summary>
<Description>Jedi is a static analysis tool for Python that can be used in IDEs/editors. Jedi has a focus on autocompletion and goto functionality. Jedi is fast and is very well tested. It understands Python and stubs on a deep level.</Description>
<Archive sha1sum="5f1cb103303c186ba87b91cc95d22ada4d1892cd" type="targz">https://github.com/davidhalter/jedi/archive/v0.17.0.tar.gz</Archive>
<Archive sha1sum="88fbfacae3bb26bf9191eea5cc6b38aec596ab36" type="targz">https://github.com/davidhalter/jedi/archive/v0.17.2.tar.gz</Archive>
<Archive sha1sum="895fd7aa3f1edac94a937282fd3d4f7b3ff07e78" type="targz">https://github.com/davidhalter/typeshed/archive/jedi_v0.16.0.tar.gz</Archive>
<Archive sha1sum="54849ae445ba011d9dd2c11e5d95d1ec1f0f8278" type="targz">https://github.com/davidhalter/django-stubs/archive/v1.5.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -25,16 +26,23 @@
<Name>python3-jedi</Name>
<Summary>Awesome autocompletion and static analysis library for python.</Summary>
<RuntimeDependencies>
<Dependency>python3-parso</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-parso</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-jedi</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-jedi</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-07-21</Date>
<Version>0.17.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-04-22</Date>
<Version>0.17.0</Version>
@@ -14,7 +14,7 @@
<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="ef918ed5264baf1d16b5fe88c6faf43b0256fbd1" type="targz">https://github.com/lxml/lxml/archive/lxml-4.5.1.tar.gz</Archive>
<Archive sha1sum="4af7a8958e699ce22c5ebdc512c71b2838ac110b" type="targz">https://github.com/lxml/lxml/archive/lxml-4.5.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>cython3</Dependency>
<Dependency>libxml2-devel</Dependency>
@@ -49,6 +49,13 @@
</Package>
<History>
<Update release="4">
<Date>2020-07-21</Date>
<Version>4.5.2</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>4.5.1</Version>
@@ -4,10 +4,10 @@
# 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 get
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
@@ -14,12 +14,12 @@
<IsA>library</IsA>
<Summary>A python3 templating language</Summary>
<Description>python3-mako is a super-fast templating language that borrows the best ideas from the existing templating languages.</Description>
<Archive sha1sum="4f9dd6e28a4a63691e1c03c1e078ae17dba49fe9" type="targz">https://files.pythonhosted.org/packages/42/64/fc7c506d14d8b6ed363e7798ffec2dfe4ba21e14dda4cfab99f4430cba3a/Mako-1.1.2.tar.gz</Archive>
<Archive sha1sum="098f90baefe938434e426b8682cdfb89fa223eba" type="targz">https://pypi.org/packages/source/m/mako/Mako-1.1.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-MarkupSafe</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-beaker</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-beaker</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-MarkupSafe</Dependency>
</BuildDependencies>
</Source>
@@ -27,14 +27,14 @@
<Name>python3-mako</Name>
<Summary>A python3 templating language</Summary>
<RuntimeDependencies>
<Dependency>python3-MarkupSafe</Dependency>
<Dependency>python3-beaker</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-beaker</Dependency>
<Dependency>python3-MarkupSafe</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
@@ -52,6 +52,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-07-21</Date>
<Version>1.1.3</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-03-04</Date>
<Version>1.1.2</Version>