15
0

Accepting request 1281292 from home:glaubitz:branches:devel:languages:python

- Update to 0.4.8
  * Fixed ``authority`` header for the case when Channel's ``host``
    argument is the IPv6 address
  * Fixed ``Channel`` for the case when ``ssl`` module is not available
  * Dropped Python 3.7 support
  * Added "wheel" packaging format
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1281292
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-grpclib?expand=0&rev=3
This commit is contained in:
2025-05-30 08:28:36 +00:00
committed by Git OBS Bridge
parent 2f7a6725e1
commit adef96776b
4 changed files with 24 additions and 12 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri May 30 08:00:46 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.4.8
* Fixed ``authority`` header for the case when Channel's ``host``
argument is the IPv6 address
* Fixed ``Channel`` for the case when ``ssl`` module is not available
* Dropped Python 3.7 support
* Added "wheel" packaging format
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Thu Oct 31 08:44:44 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>