diff --git a/flufl.lock-5.0.4.tar.gz b/flufl.lock-5.0.4.tar.gz deleted file mode 100644 index 4ffe0a6..0000000 --- a/flufl.lock-5.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09ffef831d57c4d182e398e97bb74ad8c8ffbd1710175a5a0b0f057095db12f1 -size 29486 diff --git a/flufl.lock-6.0.tar.gz b/flufl.lock-6.0.tar.gz new file mode 100644 index 0000000..f1bf3ef --- /dev/null +++ b/flufl.lock-6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc748ee609ec864b4838ef649dbd1170fa79deb0c213c2fd51151bee6a7fc242 +size 30762 diff --git a/python-flufl.lock-fix-setup.patch b/python-flufl.lock-fix-setup.patch index 1b49163..f4386cf 100644 --- a/python-flufl.lock-fix-setup.patch +++ b/python-flufl.lock-fix-setup.patch @@ -1,10 +1,10 @@ -Index: flufl.lock-5.0.4/setup.cfg +Index: flufl.lock-6.0/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 +--- flufl.lock-6.0.orig/setup.cfg 2021-11-17 10:15:03.278762919 +0100 ++++ flufl.lock-6.0/setup.cfg 2021-11-17 10:15:21.578893997 +0100 @@ -1,5 +1,4 @@ [tool:pytest] --addopts = --cov=flufl +-addopts = --cov=flufl --cov-report=term --cov-report=xml testpaths = test docs [flake8] diff --git a/python-flufl.lock.changes b/python-flufl.lock.changes index e3780e9..06bbfd1 100644 --- a/python-flufl.lock.changes +++ b/python-flufl.lock.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Nov 17 09:13:16 UTC 2021 - Andreas Schneider + +- Update to version 6.0 + * https://gitlab.com/warsaw/flufl.lock/-/blob/6.0/docs/NEWS.rst + +------------------------------------------------------------------- +Tue May 25 16:11:12 UTC 2021 - Andreas Schneider + +- Update to version 5.0.5 + * https://gitlab.com/warsaw/flufl.lock/-/blob/5.0.5/docs/NEWS.rst + ------------------------------------------------------------------- Fri Feb 12 07:54:17 UTC 2021 - Andreas Schneider diff --git a/python-flufl.lock.spec b/python-flufl.lock.spec index cc61197..302a039 100644 --- a/python-flufl.lock.spec +++ b/python-flufl.lock.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-flufl.lock -Version: 5.0.4 +Version: 6.0 Release: 0 Summary: NFS-safe file locking with timeouts for POSIX and Windows License: Apache-2.0 @@ -35,8 +35,10 @@ Requires: python-psutil Requires: python-typing_extensions # SECTION test requirements BuildRequires: %{python_module atpublic} +BuildRequires: %{python_module importlib-metadata} BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module six} BuildRequires: %{python_module sybil} # /SECTION BuildArch: noarch