Accepting request 316898 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/316898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=19
This commit is contained in:
Stephan Kulow 2015-07-20 09:21:58 +00:00 committed by Git OBS Bridge
commit 14fe419a63
4 changed files with 32 additions and 5 deletions

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Jul 15 09:20:24 UTC 2015 - toddrme2178@gmail.com
- Include authors and BSD license in source
-------------------------------------------------------------------
Mon Jul 13 18:31:35 UTC 2015 - aboe76@gmail.com
- Update to 14.7.0
+ Changes:
* Update bundled libzmq to 4.1.2.
* Following the lead of Python 3.5, interrupted system calls will be retried.
+ Bugfixes:
* Fixes for CFFI backend on Python 3 + support for PyPy 3.
* Verify types of all frames in :meth:`~zmq.Socket.send_multipart`
before sending, to avoid partial messages.
* Fix build on Windows when both debug and release versions of libzmq are found.
- Update to 14.6.0
+ Changes:
* improvements in :meth:`zmq.Socket.bind_to_random_port`:
- Use system to allocate ports by default
* pyzmq no longer bundles external libzmq when making a bdist.
You can use delocate to do this.
+ Bugfixes:
* add missing :attr:`ndim` on memoryviews of Frames
* allow :func:`copy.copy` and :func:`copy.deepcopy` on Sockets, Contexts
-------------------------------------------------------------------
Mon Mar 16 23:06:48 UTC 2015 - p.drouand@gmail.com

View File

@ -17,7 +17,7 @@
Name: python-pyzmq
Version: 14.5.0
Version: 14.7.0
Release: 0
Summary: Python bindings for 0MQ
License: LGPL-3.0+ and BSD-3-Clause
@ -69,7 +69,7 @@ python setup.py test
%files
%defattr(-,root,root,-)
%doc COPYING.LESSER README.md examples docs
%doc AUTHORS.md COPYING.BSD COPYING.LESSER README.md examples docs
%{python_sitearch}/zmq/
%{python_sitearch}/pyzmq-%{version}-py%{py_ver}.egg-info
%exclude %{python_sitearch}/zmq/utils/*.h

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d6e045634456cf5496f50871fd3e3a5ede2b90433284dbfe985bb67c97f77bd
size 997150

3
pyzmq-14.7.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77994f80360488e7153e64e5959dc5471531d1648e3a4bff14a714d074a38cc2
size 1048389