python-portpicker 1.5.0~b1-2 source package in Ubuntu

Changelog

python-portpicker (1.5.0~b1-2) unstable; urgency=medium

  * Upload to unstable post-release.

 -- Sascha Steinbiss <email address hidden>  Wed, 18 Aug 2021 09:40:44 +0200

Upload details

Uploaded by:
Sascha Steinbiss
Uploaded to:
Sid
Original maintainer:
Sascha Steinbiss
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-portpicker_1.5.0~b1-2.dsc 2.0 KiB cf7944e9ddcff17b9a38b951441689118247974a7fd423653b89fc15af34c90c
python-portpicker_1.5.0~b1.orig.tar.gz 20.9 KiB 9d1deed3092af7336cbc67814675c0036cba190299394e474cfde431fa23ef87
python-portpicker_1.5.0~b1-2.debian.tar.xz 3.3 KiB ece8fc361f0ab89f5d7ee1f10131514a5288d801579d4731b28b38246fa0f15e

Available diffs

No changes file available.

Binary packages built by this source

python3-portpicker: Python 3 module to find unused network ports to bind to

 Portpicker provides an API to find and return an available
 network port for an application to bind to. Ideally suited for use from
 unittests or for test harnesses that launch local servers.
 .
 It also contains an optional portserver that can be used to coordinate
 allocation of network ports on a single build/test farm host across all
 processes willing to use a port server aware port picker library such as
 this one.