python-portpicker 1.3.1-4 source package in Ubuntu

Changelog

python-portpicker (1.3.1-4) unstable; urgency=medium

  * Disable test for portserver. This seems to have broken with a recent
    Python update and only seems to affect the test, portserver itself seems
    to work fine.
    Closes: #954558
  * Add missing dependency on python3-pkg-resources.
  * Use debhelper-compat.
  * Bump Standards-Version.

 -- Sascha Steinbiss <email address hidden>  Mon, 04 May 2020 11:09:36 +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

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-portpicker_1.3.1-4.dsc 2.0 KiB f02abce987eb0c49fd0a2b7f748b4684919b0c84af415190dca5be64d3da9cb3
python-portpicker_1.3.1.orig.tar.gz 18.2 KiB d2cdc776873635ed421315c4d22e63280042456bbfa07397817e687b142b9667
python-portpicker_1.3.1-4.debian.tar.xz 3.8 KiB 2f60e0ae0f4843fdae1d898f1039c440db46b44282f2f33f0227f927b7f7e4bb

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.