File python-magic-wormhole.changes of Package python-magic-wormhole
-------------------------------------------------------------------
Wed Apr 9 13:19:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.18.0
* Improve the example to act more like send/receive (#558, @OndrewBot)
* Display a QR code by default for "wormhole send" (#555, @ferada + @meejah)
This encodes "wormhole-transfer:M-word0-word1" per the spec:
https://github.com/magic-wormhole/magic-wormhole-protocols/blob/main/uri-scheme.md
* Add sequence diagram
* Support Read the Docs pull-request builds
* Drop support for Python 3.8 (#556)
* Add broken-link checker (#588, https://github.com/Cycloctane)
* Preemptively fix Click 8.2 (#584, @cjwatson)
* Basic support for PEP518 (#579, @SnoopJ)
* Add WORMHOLE_ACCEPT_FILE (#570, @haatveit)
- Drop twisted.patch, merged upstream
-------------------------------------------------------------------
Tue Nov 12 12:42:51 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Update to version 0.17.0
* Incorporate attrs' zope-interface support
* Add "codespell" to correct spelling
* Fix bash completions
* run tests properly when Noise is not installed
* Updated to python-spake2 version 0.9
* Removed more Python2-isms
* Bump magic-wormhole-transit-relay to 0.3.1 for testing
- Add upstream twisted.patch
* Fix test regression under Twisted 24.10.0
-------------------------------------------------------------------
Mon Apr 29 05:19:22 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Update URL. The old URL redirects to the magic-wormhole org.
- Change spec from obsoleted setup to autosetup
- Update to version 0.14.0
* Add completion files for bash, zsh and fish
* Python 3.12 added to CI, versioneer updated
* Support streaming compression of directories
* Remove obsolete compatibility code
* Add "ecosystem" document
-------------------------------------------------------------------
Sat Feb 24 10:17:09 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Build as PEP517 wheel
- Replace old vendored versioneer for python 3.12 support
gh#magic-wormhole/magic-wormhole#507
-------------------------------------------------------------------
Tue Sep 19 10:58:25 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- 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
-------------------------------------------------------------------
Fri Oct 7 10:43:17 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Use %pytest macro instead of plain pytest command for testing
-------------------------------------------------------------------
Fri Oct 7 10:39:00 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- 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 7 09:55:41 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Run tests with coverage, using the same tool that is used upstream
-------------------------------------------------------------------
Wed May 18 09:52:07 UTC 2022 - pgajdos@suse.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 21:10:21 UTC 2022 - Dirk Müller <dmueller@suse.com>
- add python-rpm-macros dependency
-------------------------------------------------------------------
Wed Jul 14 10:40:22 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- No longer build for python 3.6: not all dependencies are
supported (e.g autobahn).
-------------------------------------------------------------------
Mon Mar 22 23:12:42 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Add missing BR on %{pythons}
-------------------------------------------------------------------
Wed Aug 19 04:29:27 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <tchvatal@suse.com>
- Fix the update-alternatives to provide py2 variant too bsc#1152403
-------------------------------------------------------------------
Sun Jun 2 20:16:13 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in description.
-------------------------------------------------------------------
Fri May 17 12:13:08 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <mcepl@suse.com>
- 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