Hello community, here is the log from the commit of package python-pytest for openSUSE:Factory checked in at 2020-12-16 10:59:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest (Old) and /work/SRC/openSUSE:Factory/.python-pytest.new.2328 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest" Wed Dec 16 10:59:19 2020 rev:62 rq:855557 version:6.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest/python-pytest.changes 2020-11-12 22:34:41.817865306 +0100 +++ /work/SRC/openSUSE:Factory/.python-pytest.new.2328/python-pytest.changes 2020-12-16 10:59:22.719504539 +0100 @@ -1,0 +2,11 @@ +Sun Dec 13 00:56:12 UTC 2020 - Benjamin Greiner <c...@bnavigator.de> + +- fix version in egg-info for Leap gh#pytest-dev/pytest#7891 +- fix some python flavor macro misusage + +------------------------------------------------------------------- +Fri Dec 11 22:31:03 UTC 2020 - Matej Cepl <mc...@suse.com> + +- mock dependency was actually not needed at all + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest.spec ++++++ --- /var/tmp/diff_new_pack.N2LF8C/_old 2020-12-16 10:59:23.423505231 +0100 +++ /var/tmp/diff_new_pack.N2LF8C/_new 2020-12-16 10:59:23.427505234 +0100 @@ -59,7 +59,6 @@ BuildRequires: %{python_module hypothesis >= 3.56} BuildRequires: %{python_module importlib-metadata >= 0.12} BuildRequires: %{python_module iniconfig} -BuildRequires: %{python_module mock} # nose is really not REQUIRED, the test suite skips over particular # tests, when the package is not available. # BuildRequires: %%{python_module nose} @@ -73,7 +72,7 @@ BuildRequires: %{python_module xmlschema} BuildRequires: lsof %endif -%if %{python3_version_nodots} < 36 +%if %{python_version_nodots} < 36 Requires: python-pathlib2 >= 2.2.0 %endif %python_subpackages @@ -84,6 +83,8 @@ %prep %setup -q -n pytest-%{version} +# fix gh#pytest-dev/pytest#7891 still happening for Leap +sed -i '/^\[metadata\]/ a version = %{version}' setup.cfg %build %python_build _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org