forked from pool/python-portalocker
Accepting request 610286 from home:jengelh:branches:devel:languages:python
- Clear filler wording from description. OBS-URL: https://build.opensuse.org/request/show/610286 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portalocker?expand=0&rev=4
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package portalocker
|
||||
# spec file for package python-portalocker
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -20,7 +20,7 @@
|
||||
Name: python-portalocker
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: Cross-platform locking library
|
||||
Summary: Locking library for Python
|
||||
License: Python-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/WoLpH/portalocker
|
||||
@@ -30,20 +30,20 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
BuildRequires: %{python_module Sphinx >= 1.6.5}
|
||||
BuildRequires: %{python_module flake8 >= 3.5.0}
|
||||
BuildRequires: %{python_module pytest >= 3.4.0}
|
||||
BuildRequires: %{python_module pytest-cache >= 1.0}
|
||||
BuildRequires: %{python_module Sphinx >= 1.6.5}
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
Portalocker is a library to provide an easy API to file locking.
|
||||
Portalocker is a library to provide an API to file locking.
|
||||
|
||||
An important detail to note is that on Linux and Unix systems the locks are
|
||||
advisory by default. By specifying the `-o mand` option to the mount command it
|
||||
is possible to enable mandatory file locking on Linux. This is generally not
|
||||
recommended however. For more information about the subject:
|
||||
On Linux and Unix systems, the locks are advisory by default. By
|
||||
specifying the `-o mand` option to the mount command, it is possible
|
||||
to enable mandatory file locking on Linux. This is generally not
|
||||
recommended however.
|
||||
|
||||
%prep
|
||||
%setup -q -n portalocker-%{version}
|
||||
|
Reference in New Issue
Block a user