From ce52c29cb2b7e949e6bef07af02f41ac439dcf24d8bb6121aa8e94726a7c50de Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 18 May 2018 11:35:49 +0000 Subject: [PATCH] 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 --- python-portalocker.changes | 5 +++++ python-portalocker.spec | 16 ++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/python-portalocker.changes b/python-portalocker.changes index 1ce551e..3c9af1b 100644 --- a/python-portalocker.changes +++ b/python-portalocker.changes @@ -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 diff --git a/python-portalocker.spec b/python-portalocker.spec index 58b2287..1109826 100644 --- a/python-portalocker.spec +++ b/python-portalocker.spec @@ -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}