Merge pull request #8778 from blue-devil/master
major python modules update
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python Classes Without Boilerplate</Summary>
|
||||
<Description>attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods).</Description>
|
||||
<Archive sha1sum="c814bf4a79c760a54ecb41796656b01166ebfdcd" type="targz">https://github.com/python-attrs/attrs/archive/19.3.0.tar.gz</Archive>
|
||||
<Archive sha1sum="b11197f5754b0f36af52a0d5be5e058c0bd34cc3" type="targz">https://github.com/python-attrs/attrs/archive/20.2.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -30,6 +30,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>3020-09-23</Date>
|
||||
<Version>20.2.0</Version>
|
||||
<Comment>Major version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-02-15</Date>
|
||||
<Version>19.3.0</Version>
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>HTTP/2 State-Machine based protocol implementation</Summary>
|
||||
<Description>This repository contains a pure-Python implementation of a HTTP/2 protocol stack. It's written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can speak HTTP/2 regardless of your programming paradigm.</Description>
|
||||
<Archive sha1sum="131f4a62abcb42ec27d140e8e24c0427520c5e3d" type="targz">https://github.com/python-hyper/hyper-h2/archive/v3.2.0.tar.gz</Archive>
|
||||
<Archive sha1sum="7db59bb7e2f79760f79cbdec615b2b9732025684" type="targz">https://github.com/python-hyper/hyper-h2/archive/v4.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -24,18 +24,25 @@
|
||||
<Name>python-h2</Name>
|
||||
<Summary>HTTP/2 State-Machine based protocol implementation</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python-hyperframe</Dependency>
|
||||
<Dependency>python-enum34</Dependency>
|
||||
<Dependency>python-hpack</Dependency>
|
||||
<Dependency>python-enum34</Dependency>
|
||||
<Dependency>python-hyperframe</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python-h2</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python-h2</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-09-23</Date>
|
||||
<Version>4.0.0</Version>
|
||||
<Comment>Major version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2020-02-23</Date>
|
||||
<Version>3.2.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>HTTP/2 Header Encoding for Python.</Summary>
|
||||
<Description>This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2.</Description>
|
||||
<Archive sha1sum="17730f810937366571b1d773537d19f0934ce6ac" type="targz">https://github.com/python-hyper/hpack/archive/v3.0.0.tar.gz</Archive>
|
||||
<Archive sha1sum="fbb6d4d91cc4c55dee7988f92e32d31fe53410e2" type="targz">https://github.com/python-hyper/hpack/archive/v4.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
@@ -31,6 +31,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-09-23</Date>
|
||||
<Version>4.0.0</Version>
|
||||
<Comment>Major version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-01-15</Date>
|
||||
<Version>3.0.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Pure-Python HTTP/2 framing</Summary>
|
||||
<Description>This library contains the HTTP/2 framing code used in the hyper project. It provides a pure-Python codebase that is capable of decoding a binary stream into HTTP/2 frames.</Description>
|
||||
<Archive sha1sum="5288e65da34524931fb8e2572d5b2a1f91aa8376" type="targz">https://github.com/python-hyper/hyperframe/archive/v5.2.0.tar.gz</Archive>
|
||||
<Archive sha1sum="05605a2f4f1ff0e02cfc4fd734a59f901d6c45c4" type="targz">https://github.com/python-hyper/hyperframe/archive/v6.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
@@ -31,6 +31,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-09-23</Date>
|
||||
<Version>6.0.0</Version>
|
||||
<Comment>Major version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-01-15</Date>
|
||||
<Version>5.2.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.6.0")
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","2.0.0")
|
||||
|
||||
def build():
|
||||
pythonmodules.compile()
|
||||
|
||||
@@ -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="f6ab411433c6cec84e086038add65d8be92df1a8" type="targz">https://gitlab.com/python-devs/importlib_metadata/-/archive/v2.0.0/importlib_metadata-v2.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-setuptools-scm</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>python-setuptools-scm</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -25,18 +25,25 @@
|
||||
<Name>python-importlib_metadata</Name>
|
||||
<Summary>Python development support library (note: maintenance only)</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python-configparser</Dependency>
|
||||
<Dependency>python-contextlib2</Dependency>
|
||||
<Dependency>python-pathlib2</Dependency>
|
||||
<Dependency>python-zipp</Dependency>
|
||||
<Dependency>python-pathlib2</Dependency>
|
||||
<Dependency>python-contextlib2</Dependency>
|
||||
<Dependency>python-configparser</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python-importlib_metadata</Path>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python-importlib_metadata</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-09-23</Date>
|
||||
<Version>2.0.0</Version>
|
||||
<Comment>Major 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>
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python Classes Without Boilerplate</Summary>
|
||||
<Description>attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods).</Description>
|
||||
<Archive sha1sum="c814bf4a79c760a54ecb41796656b01166ebfdcd" type="targz">https://github.com/python-attrs/attrs/archive/19.3.0.tar.gz</Archive>
|
||||
<Archive sha1sum="b11197f5754b0f36af52a0d5be5e058c0bd34cc3" type="targz">https://github.com/python-attrs/attrs/archive/20.2.0.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="2">
|
||||
<Date>3020-09-23</Date>
|
||||
<Version>20.2.0</Version>
|
||||
<Comment>Major version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-02-13</Date>
|
||||
<Version>19.3.0</Version>
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>HTTP/2 State-Machine based protocol implementation</Summary>
|
||||
<Description>This repository contains a pure-Python implementation of a HTTP/2 protocol stack. It's written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can speak HTTP/2 regardless of your programming paradigm.</Description>
|
||||
<Archive sha1sum="131f4a62abcb42ec27d140e8e24c0427520c5e3d" type="targz">https://github.com/python-hyper/hyper-h2/archive/v3.2.0.tar.gz</Archive>
|
||||
<Archive sha1sum="7db59bb7e2f79760f79cbdec615b2b9732025684" type="targz">https://github.com/python-hyper/hyper-h2/archive/v4.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -24,18 +24,25 @@
|
||||
<Name>python3-h2</Name>
|
||||
<Summary>HTTP/2 State-Machine based protocol implementation</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3-hyperframe</Dependency>
|
||||
<Dependency>python3-hpack</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-hpack</Dependency>
|
||||
<Dependency>python3-hyperframe</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-h2</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-h2</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-09-23</Date>
|
||||
<Version>4.0.0</Version>
|
||||
<Comment>Major version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>3.2.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>HTTP/2 Header Encoding for Python.</Summary>
|
||||
<Description>This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2.</Description>
|
||||
<Archive sha1sum="17730f810937366571b1d773537d19f0934ce6ac" type="targz">https://github.com/python-hyper/hpack/archive/v3.0.0.tar.gz</Archive>
|
||||
<Archive sha1sum="fbb6d4d91cc4c55dee7988f92e32d31fe53410e2" type="targz">https://github.com/python-hyper/hpack/archive/v4.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -34,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-09-23</Date>
|
||||
<Version>4.0.0</Version>
|
||||
<Comment>Major version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-01-15</Date>
|
||||
<Version>3.0.0</Version>
|
||||
|
||||
@@ -8,12 +8,12 @@
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>MIT</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Pure-Python HTTP/2 framing</Summary>
|
||||
<Description>This library contains the HTTP/2 framing code used in the hyper project. It provides a pure-Python codebase that is capable of decoding a binary stream into HTTP/2 frames.</Description>
|
||||
<Archive sha1sum="5288e65da34524931fb8e2572d5b2a1f91aa8376" type="targz">https://github.com/python-hyper/hyperframe/archive/v5.2.0.tar.gz</Archive>
|
||||
<Archive sha1sum="05605a2f4f1ff0e02cfc4fd734a59f901d6c45c4" type="targz">https://github.com/python-hyper/hyperframe/archive/v6.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -34,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-09-23</Date>
|
||||
<Version>6.0.0</Version>
|
||||
<Comment>Major version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-01-15</Date>
|
||||
<Version>5.2.0</Version>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pythonmodules
|
||||
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.6.0")
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","2.0.0")
|
||||
|
||||
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="1299ebe65e7affd03eb5607699fe51cb7d8d622d" type="targz">https://gitlab.com/python-devs/importlib_metadata/-/archive/v1.7.0/importlib_metadata-v1.7.0.tar.gz</Archive>
|
||||
<Archive sha1sum="f6ab411433c6cec84e086038add65d8be92df1a8" type="targz">https://gitlab.com/python-devs/importlib_metadata/-/archive/v2.0.0/importlib_metadata-v2.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -35,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-09-23</Date>
|
||||
<Version>2.0.0</Version>
|
||||
<Comment>Major version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2020-07-21</Date>
|
||||
<Version>1.7.0</Version>
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
# 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
|
||||
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.4.2")
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","6.0.2")
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Simple powerful testing with Python</Summary>
|
||||
<Description>The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.</Description>
|
||||
<Archive sha1sum="e788390e7e0e9d95f1b20d954be94983fc54dc28" type="targz">https://github.com/pytest-dev/pytest/archive/5.4.2.tar.gz</Archive>
|
||||
<Archive sha1sum="b75c7e596a84568160330c544e6c7c85049d5094" type="targz">https://github.com/pytest-dev/pytest/archive/6.0.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-six</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -44,6 +44,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2020-09-23</Date>
|
||||
<Version>6.0.2</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>5.4.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user