------------------------------------------------------------------- Mon Mar 22 23:12:42 UTC 2021 - Matej Cepl - Add missing BR on %{pythons} ------------------------------------------------------------------- Wed Aug 19 04:29:27 UTC 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 08:12:22 UTC 2020 - Tomáš Chvátal - Fix the update-alternatives to provide py2 variant too bsc#1152403 ------------------------------------------------------------------- Sun Jun 2 20:16:13 UTC 2019 - Jan Engelhardt - Use noun phrase in description. ------------------------------------------------------------------- Fri May 17 12:13:08 UTC 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 4 12:50:13 UTC 2018 - Matej Cepl - Remove superfluous devel dependency for noarch package ------------------------------------------------------------------- Mon Mar 12 09:23:58 UTC 2018 - tchvatal@suse.com - Drop the test sections as the tests require the package to be installed ------------------------------------------------------------------- Mon Mar 12 09:19:13 UTC 2018 - tchvatal@suse.com - Properly handle singlespec to allow py2 and py3 build ------------------------------------------------------------------- Mon Mar 12 09:08:16 UTC 2018 - tchvatal@suse.com - Rename to python-* - Allow python2 build ------------------------------------------------------------------- Fri Mar 2 22:01:11 UTC 2018 - avvissu@yandex.by - Initial package