Hello community, here is the log from the commit of package python-tempora for openSUSE:Factory checked in at 2020-02-26 15:02:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tempora (Old) and /work/SRC/openSUSE:Factory/.python-tempora.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tempora" Wed Feb 26 15:02:11 2020 rev:6 rq:778726 version:1.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tempora/python-tempora.changes 2019-04-21 09:04:01.074596047 +0200 +++ /work/SRC/openSUSE:Factory/.python-tempora.new.26092/python-tempora.changes 2020-02-26 15:02:13.068852560 +0100 @@ -1,0 +2,6 @@ +Mon Feb 24 10:54:59 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Fix fdupes call +- Do not pull in flake8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tempora.spec ++++++ --- /var/tmp/diff_new_pack.zTFL63/_old 2020-02-26 15:02:14.244854906 +0100 +++ /var/tmp/diff_new_pack.zTFL63/_new 2020-02-26 15:02:14.248854914 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-tempora # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,12 +22,11 @@ Release: 0 Summary: Objects and routines pertaining to date and time (tempora) License: MIT -Group: Development/Languages/Python URL: https://github.com/jaraco/tempora Source: https://files.pythonhosted.org/packages/source/t/tempora/tempora-%{version}.tar.gz BuildRequires: %{python_module freezegun} BuildRequires: %{python_module jaraco.functools >= 1.20} -BuildRequires: %{python_module pytest-flake8} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} @@ -51,13 +50,15 @@ %prep %setup -q -n tempora-%{version} +# do not require cov/xdist/etc +sed -i -e 's/--flake8//g' pytest.ini %build %python_build %install %python_install -%fdupes %{buildroot} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest
