Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-yg.lockfile for 
openSUSE:Factory checked in at 2021-03-15 10:56:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-yg.lockfile (Old)
 and      /work/SRC/openSUSE:Factory/.python-yg.lockfile.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-yg.lockfile"

Mon Mar 15 10:56:27 2021 rev:1 rq:879086 version:2.3

Changes:
--------
New Changes file:

--- /dev/null   2021-03-11 01:47:46.020784395 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-yg.lockfile.new.2401/python-yg.lockfile.changes
  2021-03-15 10:56:29.405364168 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Mon Mar 15 18:42:39 UTC 2020 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Initial package for 2.3
+

New:
----
  LICENSE
  python-yg.lockfile.changes
  python-yg.lockfile.spec
  yg.lockfile-2.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-yg.lockfile.spec ++++++
#
# spec file for package python-yg.lockfile
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name:           python-yg.lockfile
Version:        2.3
Release:        0
Summary:        Lockfile object with timeouts and context manager
License:        MIT
URL:            https://github.com/yougov/yg.lockfile
Source0:        
https://files.pythonhosted.org/packages/source/y/yg.lockfile/yg.lockfile-%{version}.tar.gz
# PyPI tarball does not contain a LICENSE file
Source1:        
https://raw.githubusercontent.com/yougov/yg.lockfile/master/LICENSE
BuildRequires:  %{python_module jaraco.functools >= 1.16}
BuildRequires:  %{python_module pytest}
BuildRequires:  %{python_module setuptools_scm}
BuildRequires:  %{python_module setuptools}
BuildRequires:  %{python_module tempora}
BuildRequires:  %{python_module zc.lockfile}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Requires:       python-jaraco.functools >= 1.16
Requires:       python-tempora
Requires:       python-zc.lockfile
BuildArch:      noarch
%python_subpackages

%description
A FileLock class that implements a context manager with timeouts on top
of zc.lockfile, an excellent, cross-platorm implementation of file locking.

%prep
%setup -q -n yg.lockfile-%{version}
cp %{SOURCE1} .

%build
%python_build

%install
%python_install

%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
%pytest

%files %{python_files}
%license LICENSE
%doc docs/*.rst README.rst CHANGES.rst
%{python_sitelib}/yg/
%{python_sitelib}/yg.lockfile-*.egg-info
%{python_sitelib}/yg.lockfile-*nspkg.pth

%changelog
++++++ LICENSE ++++++
Copyright Jason R. Coombs

Permission is hereby granted, free of charge, to any person obtaining a copy of 
this software and associated documentation files (the "Software"), to deal in 
the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Reply via email to