pytest-tempdir 2019.10.12-1 source package in Ubuntu

Changelog

pytest-tempdir (2019.10.12-1) unstable; urgency=medium

  * New upstream release
  * Update my email address to @cloud.ionos.com
  * Remove ancient X-Python3-Version field
  * Switch to debhelper 12
  * Set Rules-Requires-Root: no
  * Bump Standards-Version to 4.5.0

 -- Benjamin Drung <email address hidden>  Mon, 02 Mar 2020 10:59:40 +0100

Upload details

Uploaded by:
Joe Healy
Uploaded to:
Sid
Original maintainer:
Joe Healy
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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-tempdir_2019.10.12-1.dsc 2.0 KiB 8fc055b01e512f310943a86b7bb757db5fc870b6a8d0eee31acf4ec092c07d0d
pytest-tempdir_2019.10.12.orig.tar.gz 5.3 KiB e7d91813a9aa991db87dacdef8cfd3f1657632d731d56d06238c5ffb63ab36d8
pytest-tempdir_2019.10.12-1.debian.tar.xz 1.3 KiB 50eae01d0cd02bcdb7c822a2e229c84a1986cb77021b63aec23f7f3ca65ddd60

Available diffs

No changes file available.

Binary packages built by this source

python3-pytest-tempdir: predictable and repeatable temporary directory for tests

 This package contains a pytest plugin that adds support for a predictable and
 repeatable temporary directory. Simply define a pytest_tempdir_basename
 function on your conftest.py which returns a string to define the basename or
 pass --tempdir-basename.