diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-11-30 16:50:51 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-11-30 16:50:51 +1100 |
commit | 4e13027a7c6e70581a50eda888387407ea25a2b9 (patch) | |
tree | 6153aa4599767ac15bb186366a4629fc5403237e /python3-pysocks | |
parent | c17b4954c529d040467403e9d08d1577b5e1311c (diff) | |
download | contrib-4e13027a7c6e70581a50eda888387407ea25a2b9.tar.gz contrib-4e13027a7c6e70581a50eda888387407ea25a2b9.tar.xz |
python3-pysocks: 1.6.8 -> 1.7.1
Diffstat (limited to 'python3-pysocks')
-rw-r--r-- | python3-pysocks/.footprint | 10 | ||||
-rw-r--r-- | python3-pysocks/.signature | 8 | ||||
-rw-r--r-- | python3-pysocks/Pkgfile | 7 |
3 files changed, 12 insertions, 13 deletions
diff --git a/python3-pysocks/.footprint b/python3-pysocks/.footprint index 61b6dd3cb..1978d72f4 100644 --- a/python3-pysocks/.footprint +++ b/python3-pysocks/.footprint @@ -2,11 +2,11 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python3.7/ drwxr-xr-x root/root usr/lib/python3.7/site-packages/ -drwxr-xr-x root/root usr/lib/python3.7/site-packages/PySocks-1.6.8-py3.7.egg-info/ --rw-r--r-- root/root usr/lib/python3.7/site-packages/PySocks-1.6.8-py3.7.egg-info/PKG-INFO --rw-r--r-- root/root usr/lib/python3.7/site-packages/PySocks-1.6.8-py3.7.egg-info/SOURCES.txt --rw-r--r-- root/root usr/lib/python3.7/site-packages/PySocks-1.6.8-py3.7.egg-info/dependency_links.txt --rw-r--r-- root/root usr/lib/python3.7/site-packages/PySocks-1.6.8-py3.7.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.7/site-packages/PySocks-1.7.1-py3.7.egg-info/ +-rw-r--r-- root/root usr/lib/python3.7/site-packages/PySocks-1.7.1-py3.7.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python3.7/site-packages/PySocks-1.7.1-py3.7.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python3.7/site-packages/PySocks-1.7.1-py3.7.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python3.7/site-packages/PySocks-1.7.1-py3.7.egg-info/top_level.txt drwxr-xr-x root/root usr/lib/python3.7/site-packages/__pycache__/ -rw-r--r-- root/root usr/lib/python3.7/site-packages/__pycache__/socks.cpython-37.opt-1.pyc -rw-r--r-- root/root usr/lib/python3.7/site-packages/__pycache__/socks.cpython-37.pyc diff --git a/python3-pysocks/.signature b/python3-pysocks/.signature index 35982f335..2c926d499 100644 --- a/python3-pysocks/.signature +++ b/python3-pysocks/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33g929rpUlQkxHZc8d+bNVNxMuvAei24H6nD5JNzZFweq8xzu4VeEAIYo9z8/lXgMbg2ApoqRsPldFZaIdCM9gk= -SHA256 (Pkgfile) = ef1c2498c6ab98cd930b9154899dc530c62c8ed7efbedf5adf57083399d2575e -SHA256 (.footprint) = a1bc96c9d65ece4f77b64c83d361edab7c72a4feb36b922986768ae0ba2bbe7e -SHA256 (PySocks-1.6.8.tar.gz) = a7f32ce1ac2b3467b793fdf14b23ad2b3ae139bcb10b6331fdecdae97ac6b821 +RWSagIOpLGJF37SAUyBMzjRSe+JX47REsnfE2yPs2fTaTxqB7nyJv2lzvWE5K43A+/zg2VUF0bLPvnAyqywqiOGimRjLe6CLLwk= +SHA256 (Pkgfile) = e98f485673f37d33bc33311d8bb7e7a3f09c34ded93feb19eb044bbf09880d2a +SHA256 (.footprint) = 0bf299c2a8d26af9c90a73491138d17f601788870647e86d295faa31d39a4aa5 +SHA256 (PySocks-1.7.1.tar.gz) = 3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0 diff --git a/python3-pysocks/Pkgfile b/python3-pysocks/Pkgfile index ed4b6dbc2..616e5e84b 100644 --- a/python3-pysocks/Pkgfile +++ b/python3-pysocks/Pkgfile @@ -4,13 +4,12 @@ # Depends on: python3-setuptools name=python3-pysocks -_name=PySocks -version=1.6.8 +version=1.7.1 release=1 -source=(https://github.com/Anorov/$_name/archive/$version/$_name-$version.tar.gz) +source=(https://files.pythonhosted.org/packages/source/P/PySocks/PySocks-$version.tar.gz) build() { - cd $_name-$version + cd PySocks-$version /usr/bin/python3 setup.py build /usr/bin/python3 setup.py install --root=$PKG --optimize=1 } |