diff --git a/python-filelock.changes b/python-filelock.changes index ff687b1..a61fdf6 100644 --- a/python-filelock.changes +++ b/python-filelock.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 12 15:13:39 UTC 2019 - Tomáš Chvátal + +- Update to 3.0.10: + * No upstream changelog + ------------------------------------------------------------------- Wed Aug 1 14:43:23 UTC 2018 - tchvatal@suse.com diff --git a/python-filelock.spec b/python-filelock.spec index 9967515..d87e676 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -1,7 +1,7 @@ # # spec file for package python-filelock # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 Matthias Fehring # # All modifications and additions to the file contributed by third parties @@ -13,19 +13,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-filelock -Version: 3.0.4 +Version: 3.0.10 Release: 0 Summary: Platform Independent File Lock in Python License: Unlicense Group: Development/Languages/Python URL: https://github.com/benediktschmitt/py-filelock Source: https://github.com/benediktschmitt/py-filelock/archive/v%{version}.tar.gz +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -48,8 +49,7 @@ inter-process communication. %python_expand %fdupes -s %{buildroot}/%{$python_sitelib} %check -# test will not work on python2 wrong exceptions -python3 test.py +%pytest test.py %files %{python_files} %doc README.rst diff --git a/v3.0.10.tar.gz b/v3.0.10.tar.gz new file mode 100644 index 0000000..8b89d59 --- /dev/null +++ b/v3.0.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6cb280fa2874c5ec540c708a07f05d4b71b6bdda4018394515340a4410a2b9 +size 587469 diff --git a/v3.0.4.tar.gz b/v3.0.4.tar.gz deleted file mode 100644 index c6adc16..0000000 --- a/v3.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8521523f3eafb7bbbdd0a5a7a15ddb8076ea6f106385bbfc4c9d055db2585214 -size 587292