python3-curio:ver bump

This commit is contained in:
blue-devil
2020-04-07 23:53:56 +03:00
parent bedd55235e
commit c349cc8343
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Curio - Concurrent I/O</Summary>
<Description>Curio is a library for performing concurrent I/O with coroutines in Python 3.</Description>
<Archive sha1sum="b99c3b2d0827e5e6e702b45fbe03ff612b8057ef" type="targz">https://github.com/dabeaz/curio/archive/1.1.tar.gz</Archive>
<Archive sha1sum="c9b6d3d2e9a134026b4786cbdb8434339efc2e60" type="targz">https://github.com/dabeaz/curio/archive/1.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -34,10 +34,17 @@
</Package>
<History>
<Update release="4">
<Date>2020-04-07</Date>
<Version>1.2</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-03-04</Date>
<Version>1.1</Version>
<Comment>Patch version bump.</Comment>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>