Accepting request 762510 from home:TheBlackCat:branches:devel:languages:python

- Update to 4.77
  * dropped support for Python 3.4 (which has reached end-of-life
    status). Supported Python versions are now 2.7, and 3.5 or
    newer.
  * URIs now allow spaces in the location part. Useful for unix
    domain sockets.
- Dropped python2 subpackage due to dropping backports dependency.

OBS-URL: https://build.opensuse.org/request/show/762510
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro4?expand=0&rev=14
This commit is contained in:
Todd R
2020-01-09 18:18:44 +00:00
committed by Git OBS Bridge
parent 0043c9e540
commit 705481f648
4 changed files with 23 additions and 29 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jan 9 17:59:58 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Update to 4.77
* dropped support for Python 3.4 (which has reached end-of-life
status). Supported Python versions are now 2.7, and 3.5 or
newer.
* URIs now allow spaces in the location part. Useful for unix
domain sockets.
- Dropped python2 subpackage due to dropping backports dependency.
-------------------------------------------------------------------
Tue Sep 24 09:56:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>