diff --git a/python3-socks/.footprint b/python3-socks/.footprint index c02a4296d..277642686 100644 --- a/python3-socks/.footprint +++ b/python3-socks/.footprint @@ -2,12 +2,12 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python3.10/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/ -drwxr-xr-x root/root usr/lib/python3.10/site-packages/python_socks-2.4.4-py3.10.egg-info/ --rw-r--r-- root/root usr/lib/python3.10/site-packages/python_socks-2.4.4-py3.10.egg-info/PKG-INFO --rw-rw-r-- root/root usr/lib/python3.10/site-packages/python_socks-2.4.4-py3.10.egg-info/SOURCES.txt --rw-rw-r-- root/root usr/lib/python3.10/site-packages/python_socks-2.4.4-py3.10.egg-info/dependency_links.txt --rw-rw-r-- root/root usr/lib/python3.10/site-packages/python_socks-2.4.4-py3.10.egg-info/requires.txt --rw-rw-r-- root/root usr/lib/python3.10/site-packages/python_socks-2.4.4-py3.10.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.10/site-packages/python_socks-2.5.0-py3.10.egg-info/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/python_socks-2.5.0-py3.10.egg-info/PKG-INFO +-rw-rw-r-- root/root usr/lib/python3.10/site-packages/python_socks-2.5.0-py3.10.egg-info/SOURCES.txt +-rw-rw-r-- root/root usr/lib/python3.10/site-packages/python_socks-2.5.0-py3.10.egg-info/dependency_links.txt +-rw-rw-r-- root/root usr/lib/python3.10/site-packages/python_socks-2.5.0-py3.10.egg-info/requires.txt +-rw-rw-r-- root/root usr/lib/python3.10/site-packages/python_socks-2.5.0-py3.10.egg-info/top_level.txt drwxr-xr-x root/root usr/lib/python3.10/site-packages/python_socks/ -rw-r--r-- root/root usr/lib/python3.10/site-packages/python_socks/__init__.py drwxr-xr-x root/root usr/lib/python3.10/site-packages/python_socks/__pycache__/ diff --git a/python3-socks/.signature b/python3-socks/.signature index 855754572..9a2731983 100644 --- a/python3-socks/.signature +++ b/python3-socks/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34+GWC4QgIPvKwCcYLi1FaK8zUhLMYToP/WMg85TA4o2R019PzUwn0NcY64pKzrQgC1ta0Yb/vo66Q0TlYJvlwQ= -SHA256 (Pkgfile) = 9c05bde72a92218ed1d0dd477ff01071606134d25d2449942da5fc40be65edbe -SHA256 (.footprint) = fe38c7a8631a32204043c4eb8d054ad99d6d0e767aacff1dee9e30e019600e48 -SHA256 (python-socks-2.4.4.tar.gz) = e5a8e4f78203612c813946feacd87b98943965a04389fe221fa1e9ab263ad22e +RWSagIOpLGJF34upp+2FpIIs4NSidmOaCdUmdiGHg4WN8tmxBjsrc0Q/Y/6wMOWkEAHt8inIEmb8qja/pxXR0k1MbvdKbJn+dQU= +SHA256 (Pkgfile) = 522b2422f11a811753e50a34a7ebe8e77660a5fad644f874280759ccbf1fe7b9 +SHA256 (.footprint) = 6242b483a948882aedc91d10fc6ebd6f51d22cd116f7e89bb91f7ce75fea08bf +SHA256 (python_socks-2.5.0.tar.gz) = cc4ad990d67bd238e496afefe436af0247793bbe01d1d4a0d37a3b124ff0baa3 diff --git a/python3-socks/Pkgfile b/python3-socks/Pkgfile index ef33ac2cf..e7b97d5b0 100644 --- a/python3-socks/Pkgfile +++ b/python3-socks/Pkgfile @@ -4,12 +4,12 @@ # Depends on: python3-setuptools name=python3-socks -version=2.4.4 +version=2.5.0 release=1 -source=(https://pypi.org/packages/source/p/python-socks/python-socks-$version.tar.gz) +source=(https://pypi.org/packages/source/p/python_socks/python_socks-$version.tar.gz) build() { - cd python-socks-$version + cd python_socks-$version /usr/bin/python3 setup.py build /usr/bin/python3 setup.py install --prefix=/usr \