python-mock-open 1.4.0-2build1 source package in Ubuntu

Changelog

python-mock-open (1.4.0-2build1) resolute; urgency=medium

  * No-change mass rebuild for Ubuntu 26.04 (LP: #2132257)

 -- Graham Inggs <email address hidden>  Thu, 08 Jan 2026 21:54:18 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Resolute
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc

Builds

Resolute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mock-open_1.4.0.orig.tar.gz 11.7 KiB c9025dabc01a8ea1e66a53439d016dcac478dd2d84a7bd72a6843e226b629616
python-mock-open_1.4.0-2build1.debian.tar.xz 3.3 KiB 0d609a3ceaed0380df4a3669a383013573c3690c0eb986cb02eb80a2af5e8ad2
python-mock-open_1.4.0-2build1.dsc 2.1 KiB ae0d7bfdd917e62c317c158eb8d089d79ea1fdd6b6fde17caf47362a6ed84865

View changes file

Binary packages built by this source

python3-mock-open: Better mock for file I/O

 The MockOpen class should work as a stand-in replacement for mock.mock_open
 with some added features (though it tries to conform to how the builtin 'open'
 works where the two differ).
 .
 Features include:
 .
  * Multiple file support, including a mapping-like access to file mocks by
    path.
  * Persistent file contents between calls to `open`.
  * All the regular file operations: 'read', 'readline', 'readlines', 'write',
    'writelines', 'seek', 'tell'.