Hello community, here is the log from the commit of package python3-pytest for openSUSE:Factory checked in at 2014-07-21 21:39:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-pytest (Old) and /work/SRC/openSUSE:Factory/.python3-pytest.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pytest" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-pytest/python3-pytest.changes 2014-07-10 14:56:47.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-pytest.new/python3-pytest.changes 2014-07-21 22:34:22.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Jul 18 14:49:21 UTC 2014 - [email protected] + +- Don't install mock on python 3.4, it is no longer needed as it + is now built-in. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-pytest.spec ++++++ --- /var/tmp/diff_new_pack.0GhWiR/_old 2014-07-21 22:34:23.000000000 +0200 +++ /var/tmp/diff_new_pack.0GhWiR/_new 2014-07-21 22:34:23.000000000 +0200 @@ -30,8 +30,11 @@ # Documentation requirements: BuildRequires: python3-Sphinx # Test requirements: -BuildRequires: python3-PyYAML +%if 0%{?suse_version} <= 1310 +# mock is built-in for python 3.4 BuildRequires: python3-mock +%endif +BuildRequires: python3-PyYAML BuildRequires: python3-py >= 1.4.20 Requires: python3-py >= 1.4.20 Requires(post): update-alternatives -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
