forked from pool/python-fixtures
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=24
This commit is contained in:
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 20 08:04:02 UTC 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 1 09:18:07 UTC 2015 - tbechtold@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user