Hello community, here is the log from the commit of package python-lazy for openSUSE:Factory checked in at 2019-03-01 20:30:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-lazy (Old) and /work/SRC/openSUSE:Factory/.python-lazy.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lazy" Fri Mar 1 20:30:51 2019 rev:3 rq:680150 version:1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-lazy/python-lazy.changes 2019-01-24 14:14:05.499315586 +0100 +++ /work/SRC/openSUSE:Factory/.python-lazy.new.28833/python-lazy.changes 2019-03-01 20:31:02.149987930 +0100 @@ -1,0 +2,7 @@ +Thu Feb 28 15:15:58 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 1.4: + * Add MANIFEST.in. [stefan] + * Release as universal wheel. [stefan] + +------------------------------------------------------------------- Old: ---- lazy-1.3.zip New: ---- lazy-1.4.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-lazy.spec ++++++ --- /var/tmp/diff_new_pack.UkY0X5/_old 2019-03-01 20:31:02.789987773 +0100 +++ /var/tmp/diff_new_pack.UkY0X5/_new 2019-03-01 20:31:02.789987773 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-lazy # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,20 +18,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-lazy -Version: 1.3 +Version: 1.4 Release: 0 Summary: Lazy attributes for Python objects License: BSD-2-Clause Group: Development/Languages/Python -Url: https://github.com/stefanholek/lazy +URL: https://github.com/stefanholek/lazy Source: https://files.pythonhosted.org/packages/source/l/lazy/lazy-%{version}.zip BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages + %description Lazy attributes are computed attributes that are evaluated only once, the first time they are used. Subsequent uses return the results of @@ -55,7 +55,6 @@ %python_exec setup.py test %files %{python_files} -%defattr(-,root,root,-) %doc README.rst CHANGES.rst %license LICENSE %{python_sitelib}/*
