14
0
forked from pool/python-ws4py

- update to 0.6.0:

* Upgrade Python support to include 3.6, 3.7, 3.8,  3.9, 3.10,
    3.11 and 3.12
  * Drop support for Python 3.* < 3.6 (Python 2.7 remains)
  * Fix tox and github action so they work nicely together
  * Add a release workflow to Pypi which uses trusted publisher

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ws4py?expand=0&rev=13
This commit is contained in:
2025-03-28 20:48:00 +00:00
committed by Git OBS Bridge
parent 3d40db0764
commit c83a741a76
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 28 20:47:08 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.6.0:
* Upgrade Python support to include 3.6, 3.7, 3.8, 3.9, 3.10,
3.11 and 3.12
* Drop support for Python 3.* < 3.6 (Python 2.7 remains)
* Fix tox and github action so they work nicely together
* Add a release workflow to Pypi which uses trusted publisher
-------------------------------------------------------------------
Thu Apr 28 15:49:52 UTC 2022 - pgajdos@suse.com