socksio 1.0.0-2~bpo22.04.1 source package in Ubuntu

Changelog

socksio (1.0.0-2~bpo22.04.1) jammy-backports; urgency=medium

  [ Joakim Malmquist ]
  * No-change backport from kinetic (LP: #1984053)

 -- Gunnar Hjalmarsson <email address hidden>  Thu, 18 Aug 2022 22:58:45 +0200

Upload details

Uploaded by:
Gunnar Hjalmarsson
Uploaded to:
Jammy
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy backports universe python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
socksio_1.0.0.orig.tar.gz 17.4 KiB 05380ca516ab181bd3f98a530086b6ec4e4065a82e672c67d7cb561ca5f2d765
socksio_1.0.0-2~bpo22.04.1.debian.tar.xz 2.4 KiB 847e6ad875711f6f2eea056ad201f6e1159ce07e9d00558cdb920870f6c2cac5
socksio_1.0.0-2~bpo22.04.1.dsc 1.8 KiB 5f35d4576a8dfe9782bd39fbc3c8435c7241c6b37311953679e5da4a43447365

View changes file

Binary packages built by this source

python3-socksio: Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5

 Client-side sans-I/O SOCKS proxy implementation. Supports SOCKS4, SOCKS4A, and
 SOCKS5.
 .
 socksio is a sans-I/O library similar to h11 or h2, this means the library
 itself does not handle the actual sending of the bytes through the network, it
 only deals with the implementation details of the SOCKS protocols so you can
 use it in any I/O library you want.