Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-lazy for openSUSE:Factory checked in at 2023-01-19 16:44:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-lazy (Old) and /work/SRC/openSUSE:Factory/.python-lazy.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-lazy" Thu Jan 19 16:44:10 2023 rev:5 rq:1059500 version:1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-lazy/python-lazy.changes 2021-06-01 10:38:44.176943241 +0200 +++ /work/SRC/openSUSE:Factory/.python-lazy.new.32243/python-lazy.changes 2023-01-19 16:44:27.425847990 +0100 @@ -1,0 +2,13 @@ +Wed Jan 18 16:47:05 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com> + +- Update to version 1.5 + * Allow type checkers to infer the type of a lazy attribute + * Add Python 3.8-3.11 to tox.ini. Remove old Python versions + * Replace deprecated python setup.py test in tox.ini + * Remove deprecated test_suite from setup.py + * Move metadata to setup.cfg and add a pyproject.toml file + * Include tests in sdist but not in wheel + +- use .tar.gz instead of .zip for better compression ratio + +------------------------------------------------------------------- Old: ---- lazy-1.4.zip New: ---- lazy-1.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-lazy.spec ++++++ --- /var/tmp/diff_new_pack.3ohwUv/_old 2023-01-19 16:44:27.925850594 +0100 +++ /var/tmp/diff_new_pack.3ohwUv/_new 2023-01-19 16:44:27.929850615 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-lazy # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,15 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%global modname lazy Name: python-lazy -Version: 1.4 +Version: 1.5 Release: 0 Summary: Lazy attributes for Python objects License: BSD-2-Clause Group: Development/Languages/Python URL: https://github.com/stefanholek/lazy -Source: https://files.pythonhosted.org/packages/source/l/lazy/lazy-%{version}.zip +Source: https://files.pythonhosted.org/packages/source/l/lazy/lazy-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -57,6 +57,7 @@ %files %{python_files} %doc README.rst CHANGES.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/%{modname} +%{python_sitelib}/%{modname}-%{version}*-info %changelog