14
0

Accepting request 307314 from home:benoit_monin:branches:devel:languages:python

- update to version 4.0.3
- obsolete previous versions of python-zope-event, not current
- rename CHANGES.txt to CHANGES.rst: changed upstream
- rename README.txt to README.rst: changed upstream

OBS-URL: https://build.opensuse.org/request/show/307314
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.event?expand=0&rev=8
This commit is contained in:
2015-05-16 15:36:17 +00:00
committed by Git OBS Bridge
parent 82b6ee5470
commit ef8e168511
4 changed files with 17 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-zope.event
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
Name: python-zope.event
Version: 4.0.2
Version: 4.0.3
Release: 0
Summary: Very basic event publishing system
License: ZPL-2.1
@@ -35,8 +35,7 @@ BuildRequires: python-Sphinx
BuildArch: noarch
%endif
Provides: python-zope-event = %{version}
#TODO: Change back after next version update:
Obsoletes: python-zope-event <= %{version}
Obsoletes: python-zope-event < %{version}
%description
An event publishing system and a very simple event-dispatching system on
@@ -70,7 +69,7 @@ python setup.py test
%files
%defattr(-,root,root)
%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt
%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
%{python_sitelib}/*
%files doc