Accepting request 782710 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/782710 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=76
This commit is contained in:
parent
e585913a58
commit
265b48e519
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 6 21:55:13 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- specfile:
|
||||
* update copyright year
|
||||
|
||||
- update to version 19.0.0:
|
||||
* Cython backend: Build Cython extensions with language level "3str"
|
||||
(requires Cython 0.29)
|
||||
* Cython backend: You can now cimport zmq
|
||||
* Asyncio: Fix memory leak in Poller
|
||||
* Log: Much improved logging in :mod:`zmq.log` (see :doc:`logging`)
|
||||
* Log: add python -m zmq.log entrypoint
|
||||
* Sources generated with Cython 0.29.15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 16 16:48:32 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyzmq
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
# Disable tests, they are so slow that OBS thinks the build died.
|
||||
%bcond_with tests
|
||||
Name: python-pyzmq
|
||||
Version: 18.1.1
|
||||
Version: 19.0.0
|
||||
Release: 0
|
||||
Summary: Python bindings for 0MQ
|
||||
License: LGPL-3.0-or-later AND BSD-3-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c69a6cbfa94da29a34f6b16193e7c15f5d3220cb772d6d17425ff3faa063a6d
|
||||
size 1142881
|
3
pyzmq-19.0.0.tar.gz
Normal file
3
pyzmq-19.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e1f65e576ab07aed83f444e201d86deb01cd27dcf3f37c727bc8729246a60a8
|
||||
size 1150320
|
Loading…
Reference in New Issue
Block a user