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,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 18 11:27:33 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Clear filler wording from description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 17 12:40:14 UTC 2018 - mcepl@suse.com
|
Thu May 17 12:40:14 UTC 2018 - mcepl@suse.com
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package portalocker
|
# spec file for package python-portalocker
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
Name: python-portalocker
|
Name: python-portalocker
|
||||||
Version: 1.2.1
|
Version: 1.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cross-platform locking library
|
Summary: Locking library for Python
|
||||||
License: Python-2.0
|
License: Python-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/WoLpH/portalocker
|
URL: https://github.com/WoLpH/portalocker
|
||||||
@@ -30,20 +30,20 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRequires: %{python_module Sphinx >= 1.6.5}
|
||||||
BuildRequires: %{python_module flake8 >= 3.5.0}
|
BuildRequires: %{python_module flake8 >= 3.5.0}
|
||||||
BuildRequires: %{python_module pytest >= 3.4.0}
|
BuildRequires: %{python_module pytest >= 3.4.0}
|
||||||
BuildRequires: %{python_module pytest-cache >= 1.0}
|
BuildRequires: %{python_module pytest-cache >= 1.0}
|
||||||
BuildRequires: %{python_module Sphinx >= 1.6.5}
|
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%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
|
On Linux and Unix systems, the locks are advisory by default. By
|
||||||
advisory by default. By specifying the `-o mand` option to the mount command it
|
specifying the `-o mand` option to the mount command, it is possible
|
||||||
is possible to enable mandatory file locking on Linux. This is generally not
|
to enable mandatory file locking on Linux. This is generally not
|
||||||
recommended however. For more information about the subject:
|
recommended however.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n portalocker-%{version}
|
%setup -q -n portalocker-%{version}
|
||||||
|
Reference in New Issue
Block a user