python3-h2: major ver bump

This commit is contained in:
bluedevil
2020-09-23 23:53:48 +02:00
parent c9f59b5b88
commit 922582e8e2
@@ -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>