diff --git a/pytest-3.3.1.tar.gz b/pytest-3.3.1.tar.gz deleted file mode 100644 index 71461b2..0000000 --- a/pytest-3.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf8436dc59d8695346fcd3ab296de46425ecab00d64096cebe79fb51ecb2eb93 -size 797469 diff --git a/pytest-3.3.2.tar.gz b/pytest-3.3.2.tar.gz new file mode 100644 index 0000000..34a5af6 --- /dev/null +++ b/pytest-3.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53548280ede7818f4dc2ad96608b9f08ae2cc2ca3874f2ceb6f97e3583f25bc4 +size 800095 diff --git a/python-pytest-doc.changes b/python-pytest-doc.changes index 59b5b16..911a9c2 100644 --- a/python-pytest-doc.changes +++ b/python-pytest-doc.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sat Jan 6 05:25:16 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + +- update to version 3.3.2: + * Bug Fixes + + pytester: ignore files used to obtain current user metadata in + the fd leak detector. (#2784) + + Fix memory leak where objects returned by fixtures were never + destructed by the garbage collector. (#2981) + + Fix conversion of pyargs to filename to not convert symlinks and + not use deprecated features on Python 3. (#2985) + + PYTEST_DONT_REWRITE is now checked for plugins too rather than + only for test modules. (#2995) + * Improved Documentation + + Add clarifying note about behavior of multiple parametrized + arguments (#3001) + * Trivial/Internal Changes + + Code cleanup. (#3015, #3021) + + Clean up code by replacing imports and references of _ast to + ast. (#3018) + ------------------------------------------------------------------- Wed Dec 13 09:25:43 UTC 2017 - jengelh@inai.de diff --git a/python-pytest-doc.spec b/python-pytest-doc.spec index 7835b4f..339c4c1 100644 --- a/python-pytest-doc.spec +++ b/python-pytest-doc.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-doc # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-doc -Version: 3.3.1 +Version: 3.3.2 Release: 0 Summary: Documentation for python-pytest, a testing tool with autodiscovery License: MIT diff --git a/python-pytest.changes b/python-pytest.changes index 0e37892..90389c3 100644 --- a/python-pytest.changes +++ b/python-pytest.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sat Jan 6 05:25:16 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + +- update to version 3.3.2: + * Bug Fixes + + pytester: ignore files used to obtain current user metadata in + the fd leak detector. (#2784) + + Fix memory leak where objects returned by fixtures were never + destructed by the garbage collector. (#2981) + + Fix conversion of pyargs to filename to not convert symlinks and + not use deprecated features on Python 3. (#2985) + + PYTEST_DONT_REWRITE is now checked for plugins too rather than + only for test modules. (#2995) + * Improved Documentation + + Add clarifying note about behavior of multiple parametrized + arguments (#3001) + * Trivial/Internal Changes + + Code cleanup. (#3015, #3021) + + Clean up code by replacing imports and references of _ast to + ast. (#3018) + ------------------------------------------------------------------- Tue Dec 12 16:57:07 UTC 2017 - mimi.vx@gmail.com diff --git a/python-pytest.spec b/python-pytest.spec index fa0878b..aa38f86 100644 --- a/python-pytest.spec +++ b/python-pytest.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest -Version: 3.3.1 +Version: 3.3.2 Release: 0 Summary: Python testing tool with autodiscovery and detailed asserts License: MIT