pipenv 11.9.0-2 source package in Ubuntu

Changelog

pipenv (11.9.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/rules: Remove trailing whitespaces
  * d/control: Remove ancient X-Python3-Version field
  * Use debhelper-compat instead of debian/compat.
  * d/control: Fix wrong Vcs-*.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Sandro Tosi <email address hidden>  Sun, 17 Apr 2022 23:21:32 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pipenv_11.9.0-2.dsc 2.0 KiB b400fc0acaa06dd712c0c9eacb3991e49ad9f6d5368c0591bf1345f6c7935f4a
pipenv_11.9.0.orig.tar.gz 40.0 MiB 9a928649ee33b6f4555f932dbef58a772744ad48b22fa86c58eec02b48b63c0f
pipenv_11.9.0-2.debian.tar.xz 5.0 KiB c58cde511c250f7969e2678e2c79e5996815cec29dadfe906572fd622b80a754

Available diffs

No changes file available.

Binary packages built by this source

pipenv: Python package manager based on virtualenv and Pipfiles

 A tool that aims to bring the best of all packaging worlds (bundler,
 composer, npm, cargo, yarn, etc.) to the Python world. It automatically
 creates and manages a virtualenv for your projects, as well as adds/removes
 packages from your Pipfile as you install/uninstall packages. It also
 generates the ever–important Pipfile.lock, which is used to produce
 deterministic builds.