Changelog for
python311-magic-wormhole-0.12.0-32.12.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.