Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-pyfakefs-6.0.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-pyfakefs Distribution: openSUSE Tumbleweed
Version: 6.0.0 Vendor: openSUSE
Release: 1.1 Build date: Tue Jan 27 08:02:40 2026
Group: Unspecified Build host: reproducible
Size: 4578201 Source RPM: python-pyfakefs-6.0.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/jmcgeheeiv/pyfakefs
Summary: Fake file system that mocks the Python file system modules
pyfakefs implements a fake file system that mocks the Python file system
modules. Using pyfakefs, your tests operate on a fake file system in
memory without touching the real disk. The software under test requires
no modification to work with pyfakefs.

Provides

Requires

License

Apache-2.0

Changelog

* Tue Jan 27 2026 Dirk Müller <dmueller@suse.com>
  - update to 6.0.0:
    * Removes some deprecated functionality, removes support for
      Python < 3.10.
    * removed support for Python versions < 3.10; patch releases
      based on `pyfakefs` 5.10 supporting older versions may be
      made on demand
    * removed support for patching legacy modules `scandir` and
      `pathlib2`
    * changed the default for
      `FakeFilesystem.shuffle_listdir_results` to `True` to reflect
    * the real filesystem behavior