Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-flufl.lock for openSUSE:Factory checked in at 2021-02-15 23:15:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-flufl.lock (Old) and /work/SRC/openSUSE:Factory/.python-flufl.lock.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flufl.lock" Mon Feb 15 23:15:38 2021 rev:2 rq:871409 version:5.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-flufl.lock/python-flufl.lock.changes 2019-12-03 15:20:33.778556776 +0100 +++ /work/SRC/openSUSE:Factory/.python-flufl.lock.new.28504/python-flufl.lock.changes 2021-02-15 23:17:41.703520797 +0100 @@ -1,0 +2,18 @@ +Fri Feb 12 07:54:17 UTC 2021 - Andreas Schneider <[email protected]> + +- The package Requires python-typing_extensions + +------------------------------------------------------------------- +Thu Feb 11 19:06:49 UTC 2021 - Andreas Schneider <[email protected]> + +- Add missing python-typing_extensions BuildRequires for tests + +------------------------------------------------------------------- +Thu Feb 11 07:45:45 UTC 2021 - Andreas Schneider <[email protected]> + +- Update to version 5.0.4 + * https://gitlab.com/warsaw/flufl.lock/-/blob/5.0.4/docs/NEWS.rst +- Removed LICENSE (part of the tarball now) +- Added python-flufl.lock-fix-setup.patch + +------------------------------------------------------------------- Old: ---- LICENSE flufl.lock-3.2.tar.gz New: ---- flufl.lock-5.0.4.tar.gz python-flufl.lock-fix-setup.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-flufl.lock.spec ++++++ --- /var/tmp/diff_new_pack.aibltl/_old 2021-02-15 23:17:42.223521574 +0100 +++ /var/tmp/diff_new_pack.aibltl/_new 2021-02-15 23:17:42.227521580 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-flufl.lock # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,33 +19,36 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-flufl.lock -Version: 3.2 +Version: 5.0.4 Release: 0 -Summary: NFS-safe file locking with timeouts for POSIX systems +Summary: NFS-safe file locking with timeouts for POSIX and Windows License: Apache-2.0 URL: https://flufllock.readthedocs.io -Source0: https://files.pythonhosted.org/packages/source/f/flufl.lock/flufl.lock-%{version}.tar.gz -# https://gitlab.com/warsaw/flufl.lock/merge_requests/11 -Source1: https://gitlab.com/warsaw/flufl.lock/raw/master/LICENSE +Source: https://files.pythonhosted.org/packages/source/f/flufl.lock/flufl.lock-%{version}.tar.gz +Patch: python-flufl.lock-fix-setup.patch BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module typing_extensions} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-atpublic -BuildArch: noarch +Requires: python-psutil +Requires: python-typing_extensions # SECTION test requirements BuildRequires: %{python_module atpublic} +BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module sybil} # /SECTION +BuildArch: noarch %python_subpackages %description -NFS-safe file locking with timeouts for POSIX systems. +NFS-safe file locking with timeouts for POSIX and Windows. %prep -%setup -q -n flufl.lock-%{version} +%autosetup -p1 -n flufl.lock-%{version} %build -cp %{SOURCE1} . %python_build %install @@ -56,7 +59,7 @@ %pytest %files %{python_files} -%doc README.rst +%doc README.rst docs/NEWS.rst %license LICENSE %{python_sitelib}/* ++++++ flufl.lock-3.2.tar.gz -> flufl.lock-5.0.4.tar.gz ++++++ ++++ 3613 lines of diff (skipped) ++++++ python-flufl.lock-fix-setup.patch ++++++ Index: flufl.lock-5.0.4/setup.cfg =================================================================== --- flufl.lock-5.0.4.orig/setup.cfg 2021-01-02 03:42:37.032559900 +0100 +++ flufl.lock-5.0.4/setup.cfg 2021-02-11 09:11:24.784359755 +0100 @@ -1,5 +1,4 @@ [tool:pytest] -addopts = --cov=flufl testpaths = test docs [flake8]
