python3-httpx: ver bump
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user