Changelog for
python3-magic-wormhole-0.12.0-lp154.7.2.noarch.rpm :
* Fri Oct 07 2022 Daniel Garcia
- Use %pytest macro instead of plain pytest command for testing
* Fri Oct 07 2022 Daniel Garcia - Revert previous change, go back to pytest for testing- Disable test_welcome, that\'s the only test that fails for some reason for python3.8 and python3.9
* Fri Oct 07 2022 Daniel Garcia - Run tests with coverage, using the same tool that is used upstream
* Wed May 18 2022 pgajdosAATTsuse.com- do not require python-mock for build- added patches fix https://github.com/magic-wormhole/magic-wormhole/issues/439 + python-magic-wormhole-no-mock.patch
* Tue Jan 11 2022 Dirk Müller - add python-rpm-macros dependency
* Wed Jul 14 2021 Dominique Leuenberger - No longer build for python 3.6: not all dependencies are supported (e.g autobahn).
* Mon Mar 22 2021 Matej Cepl - Add missing BR on %{pythons}
* Wed Aug 19 2020 Steve Kowalik - Update to 0.12.0:
* A command like wormhole send /dev/fd0 can send the contents of the named block device (USB stick, SD card, floppy, etc), resulting in a plain file on the other side. (#323)
* Change \"accept this file?\" default answer from no to yes. (#327 #330 #331)
* Actually use tempfile for large directory transfers. This fixes a five-year old bug which prevents transfers of directories larger than available RAM by finally really building the temporary zipfile on disk. (#379)
* Accept \'wss\' for TLS-protected relay connections, which default to port 443 if no other port is accepted. A future release will change the public relay to use TLS. (#144)
* Drop support for python3.4
* Stall --verify long enough to send the verifier. This fixes a bug when both sides use --verify, the receiver uses tab-completion, the sender sees the verifier and waits for the user to confirm, but the receiver cannot show the verifier (enabling that confirmation) until the sender approves the transfer. (#349)
* Wed Mar 25 2020 Tomáš Chvátal - Fix the update-alternatives to provide py2 variant too bsc#1152403
* Sun Jun 02 2019 Jan Engelhardt - Use noun phrase in description.
* Fri May 17 2019 Marketa Calabkova - Update to version 0.11.2
* Fix python -m wormhole on py2.
* Python-3.7 compatibility was fixed.
* The client version is now sent to the mailbox server for each connection. Packaging changes:
* We removed the Rendezvous Server (now named the \"Mailbox Server\") out to a separate package and repository named magic-wormhole-mailbox-server.
* The Dockerfile was removed.- Launch tests again.
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Mon Mar 12 2018 tchvatalAATTsuse.com- Drop the test sections as the tests require the package to be installed
* Mon Mar 12 2018 tchvatalAATTsuse.com- Properly handle singlespec to allow py2 and py3 build
* Mon Mar 12 2018 tchvatalAATTsuse.com- Rename to python-
*- Allow python2 build
* Fri Mar 02 2018 avvissuAATTyandex.by- Initial package