2024-05-02 09:30:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2024-02-27 08:39:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2023-09-19 15:25:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2022-10-07 10:43:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 7 10:43:17 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
|
|
|
|
- Use %pytest macro instead of plain pytest command for testing
|
|
|
|
|
2022-10-07 10:41:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2022-10-07 10:24:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2022-05-18 19:43:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2022-01-11 21:10:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 11 21:10:21 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- add python-rpm-macros dependency
|
|
|
|
|
2021-07-14 17:40:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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).
|
|
|
|
|
2021-03-22 23:12:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 22 23:12:42 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Add missing BR on %{pythons}
|
|
|
|
|
2020-08-19 04:34:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2020-03-25 08:13:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2019-06-03 08:04:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 2 20:16:13 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Use noun phrase in description.
|
|
|
|
|
2019-05-17 13:50:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2018-12-04 13:39:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:50:13 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-03-12 09:25:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 12 09:23:58 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Drop the test sections as the tests require the package to be
|
|
|
|
installed
|
|
|
|
|
2018-03-12 09:20:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 12 09:19:13 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Properly handle singlespec to allow py2 and py3 build
|
|
|
|
|
2018-03-12 09:08:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|