diff --git a/pytest-2.5.1.tar.gz b/pytest-2.5.1.tar.gz deleted file mode 100644 index b9791ec..0000000 --- a/pytest-2.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:112d8ede00d9ad3546d49ffeb4af1a0dfc734be29d28cfc59bd4cfd7b8a89b09 -size 577597 diff --git a/pytest-2.5.2.tar.gz b/pytest-2.5.2.tar.gz new file mode 100644 index 0000000..188be35 --- /dev/null +++ b/pytest-2.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962452611799878616d6df5e7674cc2c356f902ed005dc4dae9d4e79bb8abda4 +size 608703 diff --git a/python-pytest.changes b/python-pytest.changes index bd2a39e..c9b95bc 100644 --- a/python-pytest.changes +++ b/python-pytest.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Mar 12 16:09:57 UTC 2014 - speilicke@suse.com + +- Update to version 2.5.2: + - fix issue409 -- better interoperate with cx_freeze by not + trying to import from collections.abc which causes problems + for py27/cx_freeze. Thanks Wolfgang L. for reporting and tracking it down. + - fixed docs and code to use "pytest" instead of "py.test" almost everywhere. + Thanks Jurko Gospodnetic for the complete PR. + - fix issue425: mention at end of "py.test -h" that --markers + and --fixtures work according to specified test path (or current dir) + - fix issue413: exceptions with unicode attributes are now printed + correctly also on python2 and with pytest-xdist runs. (the fix + requires py-1.4.20) + - copy, cleanup and integrate py.io capture + from pylib 1.4.20.dev2 (rev 13d9af95547e) + - address issue416: clarify docs as to conftest.py loading semantics + - fix issue429: comparing byte strings with non-ascii chars in assert + expressions now work better. Thanks Floris Bruynooghe. + - make capfd/capsys.capture private, its unused and shouldnt be exposed + ------------------------------------------------------------------- Thu Jan 30 13:51:26 UTC 2014 - speilicke@suse.com diff --git a/python-pytest.spec b/python-pytest.spec index 6ecbe4b..46fcbf8 100644 --- a/python-pytest.spec +++ b/python-pytest.spec @@ -17,7 +17,7 @@ Name: python-pytest -Version: 2.5.1 +Version: 2.5.2 Release: 0 Summary: Simple powerful testing with Python License: MIT @@ -30,8 +30,8 @@ BuildRequires: unzip # Documentation requirements: BuildRequires: python-Sphinx # Test requirements: -BuildRequires: python-py >= 1.4.19 -Requires: python-py >= 1.4.19 +BuildRequires: python-py >= 1.4.20 +Requires: python-py >= 1.4.20 Requires(post): update-alternatives Requires(postun): update-alternatives %if 0%{?suse_version} && 0%{?suse_version} <= 1110