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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d00329f27efa157db7efe3ca26fcd69033cd61f83822461ee3f8a353b48e33cf
size 282874

3
PySocks-1.6.8.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3fe52c55890a248676fd69dc9e3c4e811718b777834bcaab7a8125cf9deac672
size 283450

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 Sat Nov 4 02:04:50 UTC 2017 - arun@gmx.de

View File

@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python %define oldpython python
Name: python-PySocks Name: python-PySocks
Version: 1.6.7 Version: 1.6.8
Release: 0 Release: 0
Summary: A Python SOCKS client module Summary: A Python SOCKS client module
License: BSD-3-Clause License: BSD-3-Clause