# HG changeset patch # User Paul Boddie # Date 1327186862 -3600 # Node ID a065e978d3cbd767c6a08d5c777d4fc731d2352d # Parent 7f9841140b6b3e1eebb7fcddcbe0fad66633f26b Updated the copyright and release information. diff -r 7f9841140b6b -r a065e978d3cb EventAggregatorSupport.py --- a/EventAggregatorSupport.py Mon Dec 05 23:44:32 2011 +0100 +++ b/EventAggregatorSupport.py Sun Jan 22 00:01:02 2012 +0100 @@ -2,7 +2,7 @@ """ MoinMoin - EventAggregator library - @copyright: 2008, 2009, 2010, 2011 by Paul Boddie + @copyright: 2008, 2009, 2010, 2011, 2012 by Paul Boddie @copyright: 2000-2004 Juergen Hermann , 2005-2008 MoinMoin:ThomasWaldmann. @license: GNU GPL (v2 or later), see COPYING.txt for details. @@ -44,7 +44,7 @@ escape = wikiutil.escape -__version__ = "0.8.1" +__version__ = "0.8.2" # Date labels. diff -r 7f9841140b6b -r a065e978d3cb PKG-INFO --- a/PKG-INFO Mon Dec 05 23:44:32 2011 +0100 +++ b/PKG-INFO Sun Jan 22 00:01:02 2012 +0100 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: EventAggregator -Version: 0.8.1 +Version: 0.8.2 Author: Paul Boddie Author-email: paul at boddie org uk Maintainer: Paul Boddie Maintainer-email: paul at boddie org uk Home-page: http://moinmo.in/MacroMarket/EventAggregator -Download-url: http://moinmo.in/MacroMarket/EventAggregator?action=AttachFile&do=view&target=EventAggregator-0.8.1.tar.bz2 +Download-url: http://moinmo.in/MacroMarket/EventAggregator?action=AttachFile&do=view&target=EventAggregator-0.8.2.tar.bz2 Summary: Aggregate event data and display it in an event calendar (or summarise it in iCalendar and RSS resources) License: GPL (version 2 or later) Description: The EventAggregator macro for MoinMoin can be used to display event diff -r 7f9841140b6b -r a065e978d3cb docs/COPYING.txt --- a/docs/COPYING.txt Mon Dec 05 23:44:32 2011 +0100 +++ b/docs/COPYING.txt Sun Jan 22 00:01:02 2012 +0100 @@ -1,7 +1,7 @@ Licence Agreement ----------------- -Copyright (C) 2008, 2009, 2010, 2011 Paul Boddie +Copyright (C) 2008, 2009, 2010, 2011, 2012 Paul Boddie Some patches provided by the following contributors: diff -r 7f9841140b6b -r a065e978d3cb setup.py --- a/setup.py Mon Dec 05 23:44:32 2011 +0100 +++ b/setup.py Sun Jan 22 00:01:02 2012 +0100 @@ -8,6 +8,6 @@ author = "Paul Boddie", author_email = "paul@boddie.org.uk", url = "http://moinmo.in/MacroMarket/EventAggregator", - version = "0.8.1", + version = "0.8.2", py_modules = ["EventAggregatorSupport", "MoinMoin.script.import.eventfeed"] )