Changelog for
python3-fixtures-3.0.0-1.2.noarch.rpm :
Fri Mar 31 14:00:00 2017 aloisioAATTgmx.com
- Converted to single-spec
Sat Jan 14 13:00:00 2017 hpjAATTurpla.net
- fix dependencies: add python-extras
Mon Jun 20 14:00:00 2016 dmuellerAATTsuse.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 1 14:00:00 2015 tbechtoldAATTsuse.com
- Add missing python-six Requires and BuildRequires
Fri Jul 3 14:00:00 2015 dmuellerAATTsuse.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 5 14:00:00 2015 benoit.moninAATTgmx.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 2 13:00:00 2015 p.drouandAATTgmail.com
- Disable tests and python-testrepository require to avoid a build
cycle
Thu Jan 8 13:00:00 2015 tbechtoldAATTsuse.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 14:00:00 2014 tbechtoldAATTsuse.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
Tue May 20 14:00:00 2014 dmuellerAATTsuse.com
- move unittest2 to the SLE11-specific requires (not needed on python 2.7+)
Tue Apr 8 14:00:00 2014 dmuellerAATTsuse.com
- fix license declaration
Fri Mar 7 13:00:00 2014 speilickeAATTsuse.com
- Fix the real issue instead
Fri Feb 14 13:00:00 2014 dmuellerAATTsuse.com
- only run testsuite when it actually runs
Fri Feb 14 13:00:00 2014 speilickeAATTsuse.com
- Run testsuite
Wed Sep 4 14:00:00 2013 speilickeAATTsuse.com
- Update to version 0.3.14
+ FakePopen can now override the returncode attribute.
- Changes from version 0.3.13:
+ Documentation hopefully covers TestWithFixtures a little better.
+ FakePopen now accepts all the parameters available in Python 2.7.
+ FakePopen now only passes parameters to the get_info routine if the
caller supplied them.
+ setup.py now lists the testtools dependency which was missing.
Mon Jan 14 13:00:00 2013 saschpeAATTsuse.de
- Initial version