14
0

Accepting request 559153 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/559153
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PySocks?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2017-12-21 20:19:04 +00:00
committed by Git OBS Bridge
parent 527fead5a0
commit 62e1b6cd70
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Dec 21 18:26:53 UTC 2017 - arun@gmx.de
- specfile:
* update copyright year
- update to version 1.6.8:
* Remove support for EOL Python 3.3
* Make create_connection() signature match socket module
* Add python version classifiers
* Include win_inet_pton when installing on Python 2.x under Windows
* fix #937 getpeername() errror while using gevent
* Update README.md
* PEP8 fixes for line length, indentation, line breaks and other
minor issues.
* Normalize quoting.
* Update socks.py
-------------------------------------------------------------------
Sat Nov 4 02:04:50 UTC 2017 - arun@gmx.de