- update to 0.5.1:

* properly require "setuptools" for install
  * correctly close a mailbox which still has a nameplate
  * remove python2 support
  * test on python 3.8, 3.9, 3.10, 3.11 and 3.12 series
  * drop "six"
  * upgrade "versioneer"
- drop python-magic-wormhole-mailbox-server-no-mock.patch
  (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-magic-wormhole-mailbox-server?expand=0&rev=16
This commit is contained in:
2024-11-11 20:24:31 +00:00
committed by Git OBS Bridge
parent 857f89614c
commit 3e0bce576e
5 changed files with 19 additions and 52 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 11 20:22:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.5.1:
* properly require "setuptools" for install
* correctly close a mailbox which still has a nameplate
* remove python2 support
* test on python 3.8, 3.9, 3.10, 3.11 and 3.12 series
* drop "six"
* upgrade "versioneer"
- drop python-magic-wormhole-mailbox-server-no-mock.patch
(upstream)
-------------------------------------------------------------------
Tue Mar 28 10:00:03 UTC 2023 - pgajdos@suse.com