- update to 0.13.0
- drop python-magic-wormhole-no-mock.patch
+ Python 2.7 support is dropped
+ Python 3.5 and 3.6 are past their EOL date and support is droppe
+ SECURITY: Replace "weird" characters in receiver's display
+ SECURITY: all past binary signatures are now in Git
+ Use the HKDF primitive from "cryptography"
+ wormhole receive now accepts --allocate-code so that a sender can use --code to send them a file
+ Stream to disk after 10MB on directory receive
+ Handle SSH keys with comments properly
+ Properly parse IPv6 Transit address
OBS-URL: https://build.opensuse.org/request/show/1112317
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-magic-wormhole?expand=0&rev=26
* 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)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-magic-wormhole?expand=0&rev=14