14
0

Accepting request 785663 from home:pgajdos:python

- version update to 4.7.2
  - Remove deprecated use of setuptools features.  See `issue 30
    <https://github.com/zopefoundation/zope.interface/issues/30>`_.

OBS-URL: https://build.opensuse.org/request/show/785663
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=39
This commit is contained in:
Tomáš Chvátal
2020-03-16 15:14:30 +00:00
committed by Git OBS Bridge
parent 051916111e
commit 4ee4f808fd
4 changed files with 13 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-zope.interface
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,12 @@
%global modname zope.interface
%define oldpython python
Name: python-zope.interface
Version: 4.7.1
Version: 4.7.2
Release: 0
Summary: Interfaces for Python
License: ZPL-2.1
Group: Development/Languages/Python
URL: http://pypi.python.org/pypi/zope.interface
URL: https://pypi.python.org/pypi/zope.interface
Source: https://files.pythonhosted.org/packages/source/z/zope.interface/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module devel}