14
0

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

- Update to 1.0.2
- Implement single-spec version.
- Fix source URL.

OBS-URL: https://build.opensuse.org/request/show/492325
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=19
This commit is contained in:
Todd R
2017-05-06 12:20:37 +00:00
committed by Git OBS Bridge
parent 3ce770c533
commit b05cbc7b1e
4 changed files with 43 additions and 24 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon May 1 16:38:04 UTC 2017 - toddrme2178@gmail.com
- Update to 1.0.2
* Python 3.6 is now officially supported in Waitress
* Add a work-around for libc issue on Linux not following the
documented standards. If getnameinfo() fails because of DNS not
being available it should return the IP address instead of the
reverse DNS entry, however instead getnameinfo() raises. We
catch this, and ask getnameinfo() for the same information
again, explicitly asking for IP address instead of reverse
DNS hostname.
- Implement single-spec version.
- Fix source URL.
-------------------------------------------------------------------
Tue Nov 15 14:49:27 UTC 2016 - tbechtold@suse.com