* Remove testtools from requirements.txt as well
* github: Add all pypy3 versions to test matrix
* github: Add Python 3.11 betas to test matrix
* tox: Add py311
* Support Popen's process\_group argument from Python 3.11
* Update classmethod expectations (again) for Python 3.11
* Revert to the previous classmethod expectations for PyPy3.9
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=40
- Update to 4.0.0:
* Document more changes since 3.0.0
* Mention extra in another place in README
* Move testtools requirement to a "streams" extra
* Stop using testtools.helpers.try_import
* Fix MockPatchMultiple.DEFAULT
* Fix YAML type confusion
* Add support for Python 3.10
* Mark README as rST
* setup.cfg: Replace dashes with underscores
* Drop support for Python < 3.6, add 3.7 - 3.9
* Add possibility to reset the FakeLogger
* Add missing APIs to FakeProcess, making it match Popen (LP #1373224)
- Remove patch fixtures-pr36-py39.patch:
* Included upstream.
- Add patch handle-no-external-mock.patch:
* Skip a testcase if mock is not available.
- Bump required versions of pbr and testtools.
- Correct URL.
OBS-URL: https://build.opensuse.org/request/show/976202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=22
* Document more changes since 3.0.0
* Mention extra in another place in README
* Move testtools requirement to a "streams" extra
* Stop using testtools.helpers.try_import
* Fix MockPatchMultiple.DEFAULT
* Fix YAML type confusion
* Add support for Python 3.10
* Mark README as rST
* setup.cfg: Replace dashes with underscores
* Drop support for Python < 3.6, add 3.7 - 3.9
* Add possibility to reset the FakeLogger
* Add missing APIs to FakeProcess, making it match Popen (LP #1373224)
- Remove patch fixtures-pr36-py39.patch:
* Included upstream.
- Add patch handle-no-external-mock.patch:
* Skip a testcase if mock is not available.
- Bump required versions of pbr and testtools.
- Correct URL.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=38
- 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/request/show/403659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=15
* 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
- 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.
OBS-URL: https://build.opensuse.org/request/show/199252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=3
+ 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=3