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

python3-fixtures-3.0.0-4.22 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: python3-fixtures Distribution: SUSE Linux Enterprise 15
Version: 3.0.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 4.22 Build date: Sun May 5 04:44:52 2019
Group: Development/Languages/Python Build host: sheep25
Size: 438383 Source RPM: python-fixtures-3.0.0-4.22.src.rpm
Packager: https://www.suse.com/
Url: https://launchpad.net/python-fixtures
Summary: Fixtures, reusable state for writing clean tests and more
Fixtures defines a Python contract for reusable state / support logic,
primarily for unit testing. Helper and adaption logic is included to make it
easy to write your own fixtures using the fixtures contract. Glue code is
provided that makes using fixtures that meet the Fixtures contract in unittest
compatible test cases easy and straight forward.

Provides

Requires

License

Apache-2.0 OR BSD-3-Clause

Changelog

* Tue Dec 04 2018 mcepl@suse.com
  - Remove superfluous devel dependency for noarch package
* Fri Mar 31 2017 aloisio@gmx.com
  - Converted to single-spec
* Sat Jan 14 2017 hpj@urpla.net
  - fix dependencies: add python-extras
* Mon Jun 20 2016 dmueller@suse.com
  - update to 3.0.0:
    * Release 3.0.0
    * Fixup the MonkeyPatch patch
    * Tweak the new tests for consistency
    * Update the semantics on _fixtures.MonkeyPatch
    * Avoid old versions of pbr - we require modern releases
    * Correct MockPatchMultiple example
    * Ignore .tox
    * MonkeyPatch staticmethod
    * Drop support for Python 3.2. It's history
    * Fix print in README
    * Add CompoundFixture
    * Tweak hacking docs
    * Fix "propagate" spelling everywhere
    * Missed one: propogate -> propagate
    * Spelling and lint fixes
    * Release 1.4
    * Trivial pep8 fix to logger.py
    * FakeLogger: Mis-formatted log messages will raise Exception
    * Use mock in preference to unittest.mock
    * Add a .travis.yml
    * Note how to push on releases
* Tue Sep 01 2015 tbechtold@suse.com
  - Add missing python-six Requires and BuildRequires
* Fri Jul 03 2015 dmueller@suse.com
  - update to 1.3.1:
    * Clarify the intent around _setUp
    * Handle BaseException resource leaks as well
    * Remove trailing whitespace
    * Deal with resource leaks during setUp
    * Missed NEWS entry
    * Fine tune the mock patch
    * Add a new mockpatch fixture
    * Document where the project home and source are
    * Ignore built things
* Tue May 05 2015 benoit.monin@gmx.fr
  - update to version 1.2.0:
    * Release 1.2.0
    * Add a warnings module capture fixure
    * Use universal wheels
  - additional changes from version 1.1.0:
    * Release 1.1.0 and use pbr 0.11 features
    * Missing NEWS entry
    * add tox.ini file
    * Fixed test performance on Python 3.5
    * Add NEWS for FakeLogger formatter
    * allow the specification of a custom log formatter
  - set a minimum version for python-pbr
  - reenable the tests via make check:
    python-testrepository is not needed anymore
* Mon Mar 02 2015 p.drouand@gmail.com
  - Disable tests and python-testrepository require to avoid a build
    cycle
* Thu Jan 08 2015 tbechtold@suse.com
  - update to version 1.0.0:
    * remote copy/paste from another project
    * Add support for datefmt in FakeLogger
    * Migrate to git and pbr
  - Disable parallel builds for now due to some test failures.
  - Update BuildRequires
* Mon Sep 15 2014 tbechtold@suse.com
  - update to version 0.3.16:
    * Fixed 0.3.15 on Python 2.6 - version info is a plain tuple there.
    * ``FakePopen`` now supports being called under a context manager (IE: with).
    * ``FakeProcess`` now supports kill().
    * ``FakeProcess`` wait() now supports arguments added in Python 3.
    * ``MonkeyPatch`` now preserves ``staticmethod`` functions.
  - Add python-testtools as Requires

Files

/usr/lib/python3.6/site-packages/fixtures
/usr/lib/python3.6/site-packages/fixtures-3.0.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/fixtures-3.0.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/fixtures-3.0.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/fixtures-3.0.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/fixtures-3.0.0-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/fixtures-3.0.0-py3.6.egg-info/pbr.json
/usr/lib/python3.6/site-packages/fixtures-3.0.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/fixtures-3.0.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/fixtures/__init__.py
/usr/lib/python3.6/site-packages/fixtures/__pycache__
/usr/lib/python3.6/site-packages/fixtures/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/__pycache__/callmany.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/__pycache__/callmany.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/__pycache__/fixture.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/__pycache__/fixture.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/__pycache__/testcase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/__pycache__/testcase.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__init__.py
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/environ.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/environ.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/logger.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/logger.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/mockpatch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/mockpatch.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/monkeypatch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/monkeypatch.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/packagepath.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/packagepath.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/popen.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/popen.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/pythonpackage.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/pythonpackage.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/pythonpath.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/pythonpath.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/streams.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/streams.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/tempdir.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/tempdir.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/temphomedir.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/temphomedir.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/timeout.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/timeout.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/warnings.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/__pycache__/warnings.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/_fixtures/environ.py
/usr/lib/python3.6/site-packages/fixtures/_fixtures/logger.py
/usr/lib/python3.6/site-packages/fixtures/_fixtures/mockpatch.py
/usr/lib/python3.6/site-packages/fixtures/_fixtures/monkeypatch.py
/usr/lib/python3.6/site-packages/fixtures/_fixtures/packagepath.py
/usr/lib/python3.6/site-packages/fixtures/_fixtures/popen.py
/usr/lib/python3.6/site-packages/fixtures/_fixtures/pythonpackage.py
/usr/lib/python3.6/site-packages/fixtures/_fixtures/pythonpath.py
/usr/lib/python3.6/site-packages/fixtures/_fixtures/streams.py
/usr/lib/python3.6/site-packages/fixtures/_fixtures/tempdir.py
/usr/lib/python3.6/site-packages/fixtures/_fixtures/temphomedir.py
/usr/lib/python3.6/site-packages/fixtures/_fixtures/timeout.py
/usr/lib/python3.6/site-packages/fixtures/_fixtures/warnings.py
/usr/lib/python3.6/site-packages/fixtures/callmany.py
/usr/lib/python3.6/site-packages/fixtures/fixture.py
/usr/lib/python3.6/site-packages/fixtures/testcase.py
/usr/lib/python3.6/site-packages/fixtures/tests
/usr/lib/python3.6/site-packages/fixtures/tests/__init__.py
/usr/lib/python3.6/site-packages/fixtures/tests/__pycache__
/usr/lib/python3.6/site-packages/fixtures/tests/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/__pycache__/helpers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/__pycache__/helpers.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/__pycache__/test_callmany.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/__pycache__/test_callmany.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/__pycache__/test_fixture.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/__pycache__/test_fixture.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/__pycache__/test_testcase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/__pycache__/test_testcase.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__init__.py
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_environ.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_environ.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_logger.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_logger.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_mockpatch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_mockpatch.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_monkeypatch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_monkeypatch.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_packagepath.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_packagepath.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_popen.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_popen.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_pythonpackage.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_pythonpackage.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_pythonpath.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_pythonpath.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_streams.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_streams.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_tempdir.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_tempdir.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_temphomedir.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_temphomedir.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_timeout.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_timeout.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_warnings.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/__pycache__/test_warnings.cpython-36.pyc
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/test_environ.py
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/test_logger.py
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/test_mockpatch.py
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/test_monkeypatch.py
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/test_packagepath.py
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/test_popen.py
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/test_pythonpackage.py
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/test_pythonpath.py
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/test_streams.py
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/test_tempdir.py
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/test_temphomedir.py
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/test_timeout.py
/usr/lib/python3.6/site-packages/fixtures/tests/_fixtures/test_warnings.py
/usr/lib/python3.6/site-packages/fixtures/tests/helpers.py
/usr/lib/python3.6/site-packages/fixtures/tests/test_callmany.py
/usr/lib/python3.6/site-packages/fixtures/tests/test_fixture.py
/usr/lib/python3.6/site-packages/fixtures/tests/test_testcase.py
/usr/share/doc/packages/python3-fixtures
/usr/share/doc/packages/python3-fixtures/Apache-2.0
/usr/share/doc/packages/python3-fixtures/BSD
/usr/share/doc/packages/python3-fixtures/NEWS
/usr/share/doc/packages/python3-fixtures/README
/usr/share/licenses/python3-fixtures
/usr/share/licenses/python3-fixtures/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:30:45 2024