pipenv 2023.12.1+ds-1 source package in Ubuntu

Changelog

pipenv (2023.12.1+ds-1) unstable; urgency=medium

  [ Alexandre Detiste ]
  * d/control: Remove extraneous python3-mock build-dep.

  [ Ileana Dumitrescu ]
  * New upstream release.
  * d/patches: Refresh add-name-to-manpage.patch.
  * d/copyright: Remove superfluous file patterns and update copyright year for
    debian files.
  * d/rules: Additional remove for extraneous license files.

 -- Ileana Dumitrescu <email address hidden>  Mon, 05 Feb 2024 21:29:07 +0200

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pipenv_2023.12.1+ds-1.dsc 2.2 KiB 7b6e7c91f6b05bbb4b79ea1788c86c716db32cde2c1d32e3faf63798eea8752f
pipenv_2023.12.1+ds.orig.tar.xz 7.5 MiB 3ffda5290aec79780c6e0a190cabeef4c6d4adfdf790b1c41cac9179d5b73f56
pipenv_2023.12.1+ds-1.debian.tar.xz 8.8 KiB 1c50ad3fcc61343905003f869abbec5de067c2f1e7d37aa7be60401ad89be432

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.