forked from pool/python-pyzmq
Accepting request 683600 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/683600 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=68
This commit is contained in:
parent
87e0a6cd5f
commit
6308cbf25e
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 9 15:47:03 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 18.0.1:
|
||||||
|
* Fixes installation from source on non-unicode locales with Python
|
||||||
|
3. There are no code changes in this release.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 2 04:52:24 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* update copyright year
|
||||||
|
|
||||||
|
- update to version 18.0.0:
|
||||||
|
* Update bundled libzmq to 4.3.1 (fixes CVE-2019-6250)
|
||||||
|
* Added :func:`~zmq.proxy_steerable` and
|
||||||
|
:class:`zmq.devices.ProxySteerable`
|
||||||
|
* Added bind_{in|out|mon}_to_random_port variants for proxy device
|
||||||
|
methods
|
||||||
|
* Performance improvements for sends with asyncio
|
||||||
|
* Fix sending memoryviews/bytearrays with cffi backend
|
||||||
|
|
||||||
|
- changes from version 17.1.3:
|
||||||
|
* Fix compatibility with tornado 6 (removal of stack_context)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 18 17:02:18 UTC 2018 - arun@gmx.de
|
Sat Aug 18 17:02:18 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyzmq
|
# spec file for package python-pyzmq
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -20,7 +20,7 @@
|
|||||||
# Disable tests, they are so slow that OBS thinks the build died.
|
# Disable tests, they are so slow that OBS thinks the build died.
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: python-pyzmq
|
Name: python-pyzmq
|
||||||
Version: 17.1.2
|
Version: 18.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for 0MQ
|
Summary: Python bindings for 0MQ
|
||||||
License: LGPL-3.0-or-later AND BSD-3-Clause
|
License: LGPL-3.0-or-later AND BSD-3-Clause
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a72b82ac1910f2cf61a49139f4974f994984475f771b0faa730839607eeedddf
|
|
||||||
size 1080194
|
|
3
pyzmq-18.0.1.tar.gz
Normal file
3
pyzmq-18.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8b319805f6f7c907b101c864c3ca6cefc9db8ce0791356f180b1b644c7347e4c
|
||||||
|
size 1156396
|
Loading…
x
Reference in New Issue
Block a user