Changelog for
python3-fixtures-3.0.0-lp153.1.1.noarch.rpm :
* Wed Jan 26 2022 Jan Engelhardt
- Add missing BuildRequire on python-setuptools (this was implicitly pulled in only).
* Fri Mar 19 2021 Ben Greiner - Add fixtures-pr36-py39.patch -- gh#testing-cabal/fixtures#46
* Drops Python 2 compatibility in favor of Python 3.9
* Also removes six (but wants to keep mock)
* Mon Oct 14 2019 Matej Cepl - Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Fri Mar 31 2017 aloisioAATTgmx.com- Converted to single-spec
* Sat Jan 14 2017 hpjAATTurpla.net- fix dependencies: add python-extras
* Mon Jun 20 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 01 2015 tbechtoldAATTsuse.com- Add missing python-six Requires and BuildRequires
* Fri Jul 03 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 05 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 02 2015 p.drouandAATTgmail.com- Disable tests and python-testrepository require to avoid a build cycle
* Thu Jan 08 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