forked from pool/python-filelock
Accepting request 708375 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/708375 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=3
This commit is contained in:
commit
1f124e5882
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 7 13:19:04 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.0.12
|
||||||
|
* fixed python2 setup error
|
||||||
|
* fixed documentation
|
||||||
|
* other small fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 12 15:13:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Tue Mar 12 15:13:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-filelock
|
Name: python-filelock
|
||||||
Version: 3.0.10
|
Version: 3.0.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Platform Independent File Lock in Python
|
Summary: Platform Independent File Lock in Python
|
||||||
License: Unlicense
|
License: Unlicense
|
||||||
@ -52,8 +52,8 @@ inter-process communication.
|
|||||||
%pytest test.py
|
%pytest test.py
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.md
|
||||||
%license LICENSE.rst
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1a6cb280fa2874c5ec540c708a07f05d4b71b6bdda4018394515340a4410a2b9
|
|
||||||
size 587469
|
|
3
v3.0.12.tar.gz
Normal file
3
v3.0.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eafca6feda88295a054ccb3276adcc8d326318b116fa5e124522dd51dd62fd56
|
||||||
|
size 587613
|
Loading…
Reference in New Issue
Block a user