forked from pool/python-pyzmq
		
	Accepting request 1086739 from home:mcalabkova:branches:devel:languages:python
- Update to version 25.0.2
  * Bundled subset of tornado's IOLoop (deprecated since pyzmq 17) is removed,
    so ZMQStream cannot be used without an actual install of tornado.
  * Remove support for tornado 4.
  * Added `socket_class` argument to zmq.Context.socket
  * Support shadowing sockets with socket objects.
  * In zmq.auth and zmq.eventloop.zmqstream callbacks may now be async.
  * License files have been renamed to more standard LICENSE.BSD, LICENSE.LESSER 
    to appease some license auto-detect tools.
OBS-URL: https://build.opensuse.org/request/show/1086739
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=113
			
			
This commit is contained in:
		| @@ -5,3 +5,6 @@ markers = | ||||
|     wheel: these tests are for installs from a wheel, not dev-installs | ||||
| testpaths = | ||||
|     zmq/tests | ||||
|  | ||||
| # automatically run coroutine tests with asyncio | ||||
| asyncio_mode = auto | ||||
|   | ||||
| @@ -1,3 +1,16 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Fri May 12 11:09:45 UTC 2023 - Markéta Machová <mmachova@suse.com> | ||||
|  | ||||
| - Update to version 25.0.2 | ||||
|   * Bundled subset of tornado's IOLoop (deprecated since pyzmq 17) is removed, | ||||
|     so ZMQStream cannot be used without an actual install of tornado. | ||||
|   * Remove support for tornado 4. | ||||
|   * Added `socket_class` argument to zmq.Context.socket | ||||
|   * Support shadowing sockets with socket objects. | ||||
|   * In zmq.auth and zmq.eventloop.zmqstream callbacks may now be async. | ||||
|   * License files have been renamed to more standard LICENSE.BSD, LICENSE.LESSER  | ||||
|     to appease some license auto-detect tools. | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Wed Feb  1 13:12:01 UTC 2023 - Dirk Müller <dmueller@suse.com> | ||||
|  | ||||
|   | ||||
| @@ -25,7 +25,7 @@ | ||||
| %bcond_with     tests | ||||
| %endif | ||||
| Name:           python-pyzmq | ||||
| Version:        24.0.1 | ||||
| Version:        25.0.2 | ||||
| Release:        0 | ||||
| Summary:        Python bindings for 0MQ | ||||
| License:        BSD-3-Clause AND LGPL-3.0-or-later | ||||
| @@ -51,6 +51,7 @@ Suggests:       python-paramiko | ||||
| BuildRequires:  %{python_module numpy} | ||||
| %endif | ||||
| BuildRequires:  %{python_module paramiko} | ||||
| BuildRequires:  %{python_module pytest-asyncio} | ||||
| BuildRequires:  %{python_module pytest-rerunfailures} | ||||
| BuildRequires:  %{python_module pytest-timeout} | ||||
| BuildRequires:  %{python_module pytest} | ||||
| @@ -130,7 +131,7 @@ popd | ||||
| %endif | ||||
|  | ||||
| %files %{python_files} | ||||
| %license COPYING.BSD COPYING.LESSER | ||||
| %license LICENSE.BSD LICENSE.LESSER | ||||
| %doc AUTHORS.md README.md examples | ||||
| %{python_sitearch}/zmq | ||||
| %{python_sitearch}/pyzmq-%{version}-py*.egg-info | ||||
|   | ||||
							
								
								
									
										
											BIN
										
									
								
								pyzmq-24.0.1.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								pyzmq-24.0.1.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										3
									
								
								pyzmq-25.0.2.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								pyzmq-25.0.2.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:6b8c1bbb70e868dc88801aa532cae6bd4e3b5233784692b786f17ad2962e5149 | ||||
| size 1209578 | ||||
		Reference in New Issue
	
	Block a user