Hello community,
here is the log from the commit of package python-portalocker for
openSUSE:Factory checked in at 2018-05-29 10:29:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-portalocker (Old)
and /work/SRC/openSUSE:Factory/.python-portalocker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-portalocker"
Tue May 29 10:29:55 2018 rev:2 rq:610287 version:1.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-portalocker/python-portalocker.changes
2018-05-17 19:33:27.478957839 +0200
+++
/work/SRC/openSUSE:Factory/.python-portalocker.new/python-portalocker.changes
2018-05-29 10:30:03.789404593 +0200
@@ -1,0 +2,5 @@
+Fri May 18 11:27:33 UTC 2018 - [email protected]
+
+- Clear filler wording from description.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-portalocker.spec ++++++
--- /var/tmp/diff_new_pack.2nJ1EO/_old 2018-05-29 10:30:06.077320075 +0200
+++ /var/tmp/diff_new_pack.2nJ1EO/_new 2018-05-29 10:30:06.081319927 +0200
@@ -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: 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}