SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-fixtures-3.0.0-2.1.noarch.rpm :
Sun May 29 14:00:00 2016 arunAATTgmx.de
- update to version 3.0.0:

* Monkeypatching of callables has been thoroughly overhauled: there
were deep flaws in usability because staticmethod and classmethods
are actually descriptors. (Andrew Laski, Robert Collins)

Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:

* changed to https for source url

* updated source url to files.pythonhosted.org

Sat Apr 9 14:00:00 2016 arunAATTgmx.de
- update to version 2.0.0:

* Monkeypatching of staticmethod\'s now works correctly on Python 2
and 3. This is an API break as previously they were bound as
instancemethods\'s and thus any working patches need to have their
first parameter (self) dropped. (Andrew Laski)

* New class \"CompoundFixture\" added, allowing fixtures to be
combined. (Jonathan Lange)

* Support for Python 3.2 dropped (as pip and setuptools have).
(Robert Collins)

Wed Mar 16 13:00:00 2016 toddrme2178AATTgmail.com
- Break dependency loop with python3-testtools by disabling
unit tests.

Sun Oct 18 14:00:00 2015 arunAATTgmx.de
- specfile:

* add mock requirement
- update to version 1.4.0:

* \"fixtures\" now has CI testing via Travis, no more manual work.
(Robert Collins)

* \"mock\" is used in preference to \"unittest.mock\" now, as the
rolling backport has significant bugfixes over older but still
supported CPython stdlib versions. (Robert Collins)

* \"fixtures.FakeLogger\" now detects incorrectly formatted log
messages. (John Villalovos, #1503049)

Tue Jun 30 14:00:00 2015 arunAATTgmx.de
- update to version 1.3.1:

* Clarify the intent around _setUp

* Handle BaseException resource leaks as well
- changes from version 1.3.0:

* 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

Sat May 9 14:00:00 2015 arunAATTgmx.de
- update to version 1.2.0:

* Add warnings module fixture for capturing warnings. (Joshua
Harlow)
- changes from version 1.1.0:

* FakeLogger now supports a custom formatter. (Sean Dague)

* Fixed test performance on Python 3.5. PEP 475 led to
\"time.sleep()\" not being interrupted when a received signal
handler eats the signal (rather than raising an
exception). (Robert Collins)

* \"tox.ini\" added, for folk that use tox. (Sean Dague)

Sat Jan 17 13:00:00 2015 arunAATTgmx.de
- specfile:

* update copyright year

* add setuptools, pbr to build requirements
- update to version 1.0.0:

* Fix incorrect entry_point. (Gabi Davar)
- changes from version 0.3.17:

* FakeLogger now supports the \"datefmt\" parameter.
(Sean Dague)

* Fixtures source code is now hosted on
`github `_.
(Robert Collins)
- changes from version 0.3.16:

* Fixed 0.3.15 on Python 2.6 - version info is a plain tuple there.
(Robert Collins)
- changes from version 0.3.15:

* \"FakePopen\" now supports being called under a context manager (IE: with).
(Steve Kowalik)

* \"FakeProcess\" now supports kill(). (Steve Kowalik)

* \"FakeProcess\" wait() now supports arguments added in Python 3.
(Steve Kowalik)

* \"MonkeyPatch\" now preserves \"staticmethod\" functions.
(Dan Kenigsberg)

Tue Feb 18 13:00:00 2014 cfarrellAATTsuse.com
- license update: Apache-2.0 or BSD-3-Clause
The operator is ^or^ not ^and^ as this is a license choice - not an
aggregation

Fri Feb 14 13:00:00 2014 speilickeAATTsuse.com
- Initial version


 
ICM