14
0

Accepting request 692795 from home:jengelh:branches:devel:languages:python

- Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/692795
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.deferredimport?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2019-04-10 08:43:56 +00:00
committed by Git OBS Bridge
parent 207516ae32
commit 59d9b7c2cb
2 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 10 08:03:22 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
-------------------------------------------------------------------
Mon Apr 8 14:48:40 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -12,22 +12,23 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# 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
Summary: Imports names that will only be resolved when used in the code
Url: http://github.com/zopefoundation/zope.deferredimport
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-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module zope.testrunner}
BuildRequires: %{python_module zope.proxy}
BuildRequires: %{python_module zope.testrunner}
BuildRequires: python-rpm-macros
Requires: python-zope.proxy
BuildRequires: fdupes
BuildArch: noarch