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

python3-pyfakefs-3.4.3-1.43 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python3-pyfakefs Distribution: SUSE Linux Enterprise 15
Version: 3.4.3 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.43 Build date: Sun May 5 04:49:51 2019
Group: Development/Languages/Python Build host: sheep17
Size: 2229139 Source RPM: python-pyfakefs-3.4.3-1.43.src.rpm
Packager: https://www.suse.com/
Url: http://pyfakefs.org
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

* Thu Jun 14 2018 kbabioch@suse.com
  - Update to version 3.4.3
    - Added support for path-like objects as arguments in create_file(),
      create_dir(), create_symlink(), add_real_file() and add_real_directory()
    - Bugfixes:
    - tell after seek gave incorrect result in append mode
    - flushing file contents after truncate was incorrect under some conditions
    - readline() did not work correctly in binary mode
    - pathlib.Path.resolve() behaved incorrectly if the path does not exist
    - closed attribute was not implemented in fake file
    - add_real_directory did not behave correctly for nested paths
    - several functions did not behave correctly for paths ending with a
      path separator
* Tue Apr 17 2018 kbabioch@suse.com
  - Initial packaging of version 3.4.1

Files

/usr/lib/python3.6/site-packages/pyfakefs
/usr/lib/python3.6/site-packages/pyfakefs-3.4.3-py3.6.egg-info
/usr/lib/python3.6/site-packages/pyfakefs-3.4.3-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/pyfakefs-3.4.3-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/pyfakefs-3.4.3-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/pyfakefs-3.4.3-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/pyfakefs-3.4.3-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/pyfakefs/__init__.py
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/deprecator.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/deprecator.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/fake_filesystem.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/fake_filesystem.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/fake_filesystem_shutil.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/fake_filesystem_shutil.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/fake_filesystem_unittest.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/fake_filesystem_unittest.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/fake_pathlib.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/fake_pathlib.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/fake_scandir.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/fake_scandir.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/helpers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/helpers.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/mox3_stubout.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/mox3_stubout.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/pytest_plugin.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/__pycache__/pytest_plugin.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/deprecator.py
/usr/lib/python3.6/site-packages/pyfakefs/fake_filesystem.py
/usr/lib/python3.6/site-packages/pyfakefs/fake_filesystem_shutil.py
/usr/lib/python3.6/site-packages/pyfakefs/fake_filesystem_unittest.py
/usr/lib/python3.6/site-packages/pyfakefs/fake_pathlib.py
/usr/lib/python3.6/site-packages/pyfakefs/fake_scandir.py
/usr/lib/python3.6/site-packages/pyfakefs/helpers.py
/usr/lib/python3.6/site-packages/pyfakefs/mox3_stubout.py
/usr/lib/python3.6/site-packages/pyfakefs/pytest_plugin.py
/usr/lib/python3.6/site-packages/pyfakefs/tests
/usr/lib/python3.6/site-packages/pyfakefs/tests/__init__.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/all_tests.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/all_tests.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/dynamic_patch_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/dynamic_patch_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/example.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/example.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/example_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/example_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/fake_filesystem_glob_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/fake_filesystem_glob_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/fake_filesystem_shutil_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/fake_filesystem_shutil_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/fake_filesystem_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/fake_filesystem_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/fake_filesystem_unittest_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/fake_filesystem_unittest_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/fake_filesystem_vs_real_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/fake_filesystem_vs_real_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/fake_open_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/fake_open_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/fake_os_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/fake_os_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/fake_pathlib_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/fake_pathlib_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/fake_tempfile_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/fake_tempfile_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/import_as_example.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/import_as_example.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/mox3_stubout_example.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/mox3_stubout_example.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/mox3_stubout_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/mox3_stubout_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/pytest_check_failed_plugin_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/pytest_check_failed_plugin_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/pytest_doctest_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/pytest_doctest_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/pytest_plugin_failing_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/pytest_plugin_failing_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/pytest_plugin_test.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/pytest_plugin_test.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/test_utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/__pycache__/test_utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/all_tests.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/dynamic_patch_test.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/example.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/example_test.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/fake_filesystem_glob_test.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/fake_filesystem_shutil_test.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/fake_filesystem_test.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/fake_filesystem_unittest_test.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/fake_filesystem_vs_real_test.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/fake_open_test.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/fake_os_test.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/fake_pathlib_test.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/fake_tempfile_test.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/fixtures
/usr/lib/python3.6/site-packages/pyfakefs/tests/fixtures/__init__.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/fixtures/__pycache__
/usr/lib/python3.6/site-packages/pyfakefs/tests/fixtures/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/fixtures/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/fixtures/__pycache__/module_with_attributes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/fixtures/__pycache__/module_with_attributes.cpython-36.pyc
/usr/lib/python3.6/site-packages/pyfakefs/tests/fixtures/module_with_attributes.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/import_as_example.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/mox3_stubout_example.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/mox3_stubout_test.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/pytest_check_failed_plugin_test.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/pytest_doctest_test.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/pytest_plugin_failing_test.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/pytest_plugin_test.py
/usr/lib/python3.6/site-packages/pyfakefs/tests/test_utils.py
/usr/share/doc/packages/python3-pyfakefs
/usr/share/doc/packages/python3-pyfakefs/CHANGES.md
/usr/share/doc/packages/python3-pyfakefs/README.md
/usr/share/licenses/python3-pyfakefs
/usr/share/licenses/python3-pyfakefs/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024