Hello community, here is the log from the commit of package python-zope.deferredimport for openSUSE:Factory checked in at 2019-04-11 12:16:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zope.deferredimport (Old) and /work/SRC/openSUSE:Factory/.python-zope.deferredimport.new.27019 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.deferredimport" Thu Apr 11 12:16:17 2019 rev:1 rq:692891 version:4.3 Changes: -------- New Changes file: --- /dev/null 2019-04-04 01:10:41.205915624 +0200 +++ /work/SRC/openSUSE:Factory/.python-zope.deferredimport.new.27019/python-zope.deferredimport.changes 2019-04-11 12:16:19.812906049 +0200 @@ -0,0 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 10 08:03:22 UTC 2019 - Jan Engelhardt <[email protected]> + +- Use noun phrase in summary. + +------------------------------------------------------------------- +Mon Apr 8 14:48:40 UTC 2019 - Marketa Calabkova <[email protected]> + +- Initial packaging. New: ---- python-zope.deferredimport.changes python-zope.deferredimport.spec zope.deferredimport-4.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zope.deferredimport.spec ++++++ # # spec file for package python-zope.deferredimport # # 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 # 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-%{**}} Name: python-zope.deferredimport Version: 4.3 Release: 0 Summary: On-demand import name resolver License: ZPL-2.1 Group: Development/Languages/Python Url: http://github.com/zopefoundation/zope.deferredimport Source: https://files.pythonhosted.org/packages/source/z/zope.deferredimport/zope.deferredimport-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: %{python_module zope.proxy} BuildRequires: %{python_module zope.testrunner} BuildRequires: python-rpm-macros Requires: python-zope.proxy BuildRequires: fdupes BuildArch: noarch %python_subpackages %description Often, especially for package modules, you want to import names for convenience, but not actually perform the imports until necessary. The zope.deferredimport package provided facilities for defining names in modules that will be imported from somewhere else when used. You can also cause deprecation warnings to be issued when a variable is used. Documentation is hosted at https://zopedeferredimport.readthedocs.io/ %prep %setup -q -n zope.deferredimport-%{version} %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %python_expand PYTHONPATH=src %{_bindir}/zope-testrunner-%{$python_bin_suffix} -vvv --test-path src %files %{python_files} %license LICENSE.txt %doc README.rst %{python_sitelib}/* %changelog
