Revisions of saltbundlepy-pyzmq

Pablo Suárez Hernández's avatar Pablo Suárez Hernández (PSuarezHernandez) accepted request 1101956 from Victor Zhestkov's avatar Victor Zhestkov (vizhestkov) (revision 6)
- Adding missing file reference:
  * saltbundlepy-pyzmq-rpmlintrc
Alexander Graul's avatar Alexander Graul (agraul) accepted request 1081268 from Pablo Suárez Hernández's avatar Pablo Suárez Hernández (PSuarezHernandez) (revision 5)
- skip numy tests for the testsuite on SLE15
- Fix build with OpenSSL 3.0 [bsc#1205042]
  * Temporarily disable test_on_recv_basic
- update to version 24.0.1:
  * Fix several possible resource warnings and deprecation warnings
    when cleaning up contexts and sockets, especially in pyzmq's own
    tests and when implicit teardown of objects is happening during
    process teardown.
- update to version 24.0.0:
  * Breaking changes:
    + Due to a libzmq bug causing unavoidable crashes for some users,
      Windows wheels no longer bundle libzmq with AF_UNIX support. In
      order to enable AF_UNIX on Windows, pyzmq must be built from
      source, linking an appropriate build of libzmq
      (e.g. libzmq-v142). AF_UNIX support will be re-enabled in pyzmq
      wheels when libzmq published fixed releases.
    + Using a {class}zmq.Context as a context manager or deleting a
      context without closing it now calls {meth}zmq.Context.destroy
      at exit instead of {meth}zmq.Context.term. This will have little
      effect on most users, but changes what happens when user bugs
      result in a context being implicitly destroyed while sockets are
      left open. In almost all cases, this will turn what used to be a
      hang into a warning. However, there may be some cases where
      sockets are actively used in threads, which could result in a
      crash. To use sockets across threads, it is critical to properly
      and explicitly close your contexts and sockets, which will
      always avoid this issue.
- update to version 23.2.1:
  * Improvements:
    + First release with wheels for Python 3.11 (thanks
Pablo Suárez Hernández's avatar Pablo Suárez Hernández (PSuarezHernandez) accepted request 991251 from Victor Zhestkov's avatar Victor Zhestkov (vzhestkov) (revision 4)
- Update to 23.2.0
  * Use zmq.Event enums in parse_monitor_message for nicer reprs
  * Fix building bundled libzmq with ZMQ_DRAFT_API=1
  * Fix subclassing zmq.Context with additional arguments in the
    constructor. Subclasses may now have full control over the
    signature, rather than purely adding keyword-only arguments
  * Typos and other small fixes
- Release 23.1.0
  * Fix global name of zmq.EVENT_HANDSHAKE_* constants
  * Fix constants missing when using import zmq.green as zmq
  * {func}zmq.utils.monitor.recv_monitor_msg now supports async
    Sockets.
- Release 23.0.0
  * all zmq constants are now available as Python enums (e.g.
    zmq.SocketType.PULL, zmq.SocketOption.IDENTITY), generated
    statically from zmq.h instead of at compile-time. This means
    that checks for the presence of a constant (hasattr(zmq,
    'RADIO')) is not a valid check for the presence of a feature.
    This practice has never been robust, but it may have worked
    sometimes. Use direct checks via e.g. {func}zmq.has or
    {func}zmq.zmq_version_info.
  * A bit more type coverage of Context.term and Context.socket
  * Remove all use of deprecated stdlib distutils
  * Update to Cython 0.29.30 (required for Python 3.11
    compatibility)
  * Compatibility with Python 3.11.0b1
  * Switch to myst for docs
  * Deprecate zmq.utils.strtypes, now unused
  * Updates to autoformatting, linting
- Fix rpmlint errors
Pablo Suárez Hernández's avatar Pablo Suárez Hernández (PSuarezHernandez) accepted request 983334 from Victor Zhestkov's avatar Victor Zhestkov (vzhestkov) (revision 3)
- Add explicit requrement for saltbundle-libzmq
- Disable automatic dependency processing
Alexander Graul's avatar Alexander Graul (agraul) committed (revision 2)
osc copypac from project:systemsmanagement:saltstack:bundle:next package:saltbundlepy-pyzmq revision:3
Pablo Suárez Hernández's avatar Pablo Suárez Hernández (PSuarezHernandez) committed (revision 1)
osc copypac from project:systemsmanagement:saltstack:bundle package:saltbundlepy-pyzmq revision:3
Displaying all 6 revisions
openSUSE Build Service is sponsored by