python-pyzmq:ver bump

This commit is contained in:
blue-devil
2020-05-19 01:23:22 +03:00
parent b7e560ed85
commit e14f0522e5
2 changed files with 15 additions and 7 deletions
@@ -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
def build():
# suppress compiler warnings
@@ -13,12 +13,12 @@
<IsA>library</IsA>
<Summary>PyZMQ: Python bindings for zeromq</Summary>
<Description>This package contains Python bindings for ØMQ. ØMQ is a lightweight and fast messaging implementation.</Description>
<Archive sha1sum="2d538a6c4254e9c8a9781eb65f2795906ea04d38" type="targz">https://github.com/zeromq/pyzmq/archive/v19.0.0.tar.gz</Archive>
<Archive sha1sum="1334933139bdfe14ae6a85fde89a48e209dad1f2" type="targz">https://github.com/zeromq/pyzmq/archive/v19.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>zeromq-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>cython</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>zeromq-devel</Dependency>
<Dependency>python-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -26,6 +26,7 @@
<Name>python-pyzmq</Name>
<Summary>PyZMQ: Python bindings for zeromq</Summary>
<RuntimeDependencies>
<Dependency>python</Dependency>
<Dependency>zeromq</Dependency>
</RuntimeDependencies>
<Files>
@@ -35,6 +36,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-05-18</Date>
<Version>19.0.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-03-04</Date>
<Version>19.0.0</Version>