Hello community, here is the log from the commit of package python-portalocker for openSUSE:Factory checked in at 2019-07-23 22:39:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-portalocker (Old) and /work/SRC/openSUSE:Factory/.python-portalocker.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-portalocker" Tue Jul 23 22:39:56 2019 rev:4 rq:717856 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-portalocker/python-portalocker.changes 2019-02-15 10:02:17.895627757 +0100 +++ /work/SRC/openSUSE:Factory/.python-portalocker.new.4126/python-portalocker.changes 2019-07-23 22:39:57.634939394 +0200 @@ -1,0 +2,7 @@ +Tue Jul 23 11:18:57 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 1.5.0: + * No upstream changelog +- Switch to github tarball to include tests + +------------------------------------------------------------------- Old: ---- portalocker-1.4.0.tar.gz New: ---- v1.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-portalocker.spec ++++++ --- /var/tmp/diff_new_pack.j13xrI/_old 2019-07-23 22:39:58.442939228 +0200 +++ /var/tmp/diff_new_pack.j13xrI/_new 2019-07-23 22:39:58.462939223 +0200 @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-portalocker -Version: 1.4.0 +Version: 1.5.0 Release: 0 Summary: Locking library for Python License: Python-2.0 Group: Development/Languages/Python URL: https://github.com/WoLpH/portalocker -Source: https://files.pythonhosted.org/packages/source/p/portalocker/portalocker-%{version}.tar.gz +Source: https://github.com/WoLpH/portalocker/archive/v%{version}.tar.gz BuildRequires: %{python_module Sphinx >= 1.7.1} BuildRequires: %{python_module pytest >= 3.4.0} BuildRequires: %{python_module setuptools >= 38.3.0} @@ -43,6 +43,8 @@ %prep %setup -q -n portalocker-%{version} +# do not bother with benchmark and cov +rm pytest.ini %build %python_build @@ -50,10 +52,9 @@ %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests/ %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} tests/t*.py +%pytest %files %{python_files} %license LICENSE
