Hello community,
here is the log from the commit of package python-mutt-ics for
openSUSE:Leap:15.2 checked in at 2020-03-09 18:09:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-mutt-ics (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-mutt-ics.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mutt-ics"
Mon Mar 9 18:09:13 2020 rev:3 rq:776828 version:0.9.2
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-mutt-ics/python-mutt-ics.changes
2020-01-15 15:50:42.179503660 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-mutt-ics.new.26092/python-mutt-ics.changes
2020-03-09 18:09:14.589014046 +0100
@@ -1,0 +2,23 @@
+Tue Jul 23 13:54:58 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.9.2:
+ * Include license in the distribution
+
+-------------------------------------------------------------------
+Fri May 24 09:39:56 UTC 2019 - [email protected]
+
+- version update to 0.9.1
+ * Include samples in distribution
+
+-------------------------------------------------------------------
+Tue Mar 26 14:07:37 UTC 2019 - Petr Gajdos <[email protected]>
+
+- require python-setuptools
+
+-------------------------------------------------------------------
+Tue Mar 26 09:49:45 UTC 2019 - [email protected]
+
+- version update to 0.9
+ * Use `try` to recognize naive datetime.
+
+-------------------------------------------------------------------
Old:
----
LICENSE.mit
mutt_ics-0.8.tar.gz
New:
----
mutt_ics-0.9.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mutt-ics.spec ++++++
--- /var/tmp/diff_new_pack.O9u71X/_old 2020-03-09 18:09:14.977014602 +0100
+++ /var/tmp/diff_new_pack.O9u71X/_new 2020-03-09 18:09:14.977014602 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-mutt-ics
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -18,18 +18,19 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-mutt-ics
-Version: 0.8
+Version: 0.9.2
Release: 0
Summary: A tool to show calendar event details in Mutt
License: MIT
Group: Development/Languages/Python
URL: https://github.com/dmedvinsky/mutt-ics
Source0:
https://files.pythonhosted.org/packages/source/m/mutt_ics/mutt_ics-%{version}.tar.gz
-Source1: LICENSE.mit
+BuildRequires: %{python_module icalendar >= 3.9.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-icalendar >= 3.9.0
+Requires: python-setuptools
BuildArch: noarch
%ifpython3
Provides: mutt-ics
@@ -49,11 +50,16 @@
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-install -pm 0644 %{SOURCE1} LICENSE
+
+%check
+exit_code=0
+%python_exec build/lib/mutt_ics/mutt_ics.py samples/1.ics | grep Subject ||
exit_code=1
+%python_exec build/lib/mutt_ics/mutt_ics.py samples/2.ics | grep Start ||
exit_code=2
+%python_exec build/lib/mutt_ics/mutt_ics.py samples/3.ics | grep Organizer ||
exit_code=3
+exit $exit_code
%files %{python_files}
%doc README.md
-%license LICENSE
%python3_only %{_bindir}/mutt-ics
%{python_sitelib}/*
++++++ mutt_ics-0.8.tar.gz -> mutt_ics-0.9.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mutt_ics-0.8/LICENSE new/mutt_ics-0.9.2/LICENSE
--- old/mutt_ics-0.8/LICENSE 1970-01-01 01:00:00.000000000 +0100
+++ new/mutt_ics-0.9.2/LICENSE 2019-05-26 17:54:13.000000000 +0200
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2019 Dmitry Medvinsky
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mutt_ics-0.8/MANIFEST.in
new/mutt_ics-0.9.2/MANIFEST.in
--- old/mutt_ics-0.8/MANIFEST.in 2016-10-15 13:13:43.000000000 +0200
+++ new/mutt_ics-0.9.2/MANIFEST.in 2019-05-26 17:54:42.000000000 +0200
@@ -1,2 +1,4 @@
+include LICENSE
include README.md
include requirements.txt
+include samples/*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mutt_ics-0.8/PKG-INFO new/mutt_ics-0.9.2/PKG-INFO
--- old/mutt_ics-0.8/PKG-INFO 2016-12-23 10:14:18.000000000 +0100
+++ new/mutt_ics-0.9.2/PKG-INFO 2019-05-26 17:55:37.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: mutt_ics
-Version: 0.8
+Version: 0.9.2
Summary: A tool to show calendar event details in Mutt.
Home-page: https://github.com/dmedvinsky/mutt-ics
Author: Dmitry Medvinsky
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mutt_ics-0.8/mutt_ics/mutt_ics.py
new/mutt_ics-0.9.2/mutt_ics/mutt_ics.py
--- old/mutt_ics-0.8/mutt_ics/mutt_ics.py 2016-12-23 10:13:29.000000000
+0100
+++ new/mutt_ics-0.9.2/mutt_ics/mutt_ics.py 2019-03-27 10:35:01.000000000
+0100
@@ -76,9 +76,9 @@
def format_date(x):
- if hasattr(x.dt, 'astimezone'):
+ try:
date_or_time = x.dt.astimezone(tz.tzlocal())
- else:
+ except (AttributeError, ValueError):
date_or_time = x.dt
return date_or_time.strftime(datefmt)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mutt_ics-0.8/mutt_ics.egg-info/PKG-INFO
new/mutt_ics-0.9.2/mutt_ics.egg-info/PKG-INFO
--- old/mutt_ics-0.8/mutt_ics.egg-info/PKG-INFO 2016-12-23 10:14:18.000000000
+0100
+++ new/mutt_ics-0.9.2/mutt_ics.egg-info/PKG-INFO 2019-05-26
17:55:37.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: mutt-ics
-Version: 0.8
+Version: 0.9.2
Summary: A tool to show calendar event details in Mutt.
Home-page: https://github.com/dmedvinsky/mutt-ics
Author: Dmitry Medvinsky
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mutt_ics-0.8/mutt_ics.egg-info/SOURCES.txt
new/mutt_ics-0.9.2/mutt_ics.egg-info/SOURCES.txt
--- old/mutt_ics-0.8/mutt_ics.egg-info/SOURCES.txt 2016-12-23
10:14:18.000000000 +0100
+++ new/mutt_ics-0.9.2/mutt_ics.egg-info/SOURCES.txt 2019-05-26
17:55:37.000000000 +0200
@@ -1,3 +1,4 @@
+LICENSE
MANIFEST.in
README.md
requirements.txt
@@ -10,4 +11,9 @@
mutt_ics.egg-info/entry_points.txt
mutt_ics.egg-info/not-zip-safe
mutt_ics.egg-info/requires.txt
-mutt_ics.egg-info/top_level.txt
\ No newline at end of file
+mutt_ics.egg-info/top_level.txt
+samples/1.ics
+samples/2.ics
+samples/3.ics
+samples/4.ics
+samples/5.ics
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mutt_ics-0.8/samples/1.ics
new/mutt_ics-0.9.2/samples/1.ics
--- old/mutt_ics-0.8/samples/1.ics 1970-01-01 01:00:00.000000000 +0100
+++ new/mutt_ics-0.9.2/samples/1.ics 2019-03-27 10:35:01.000000000 +0100
@@ -0,0 +1,9 @@
+BEGIN:VCALENDAR
+METHOD:REQUEST
+PRODID:Microsoft Exchange Server 2010
+VERSION:2.0
+BEGIN:VEVENT
+DESCRIPTION;LANGUAGE=en-US:When: Tuesday\, February 17\, 2015 2:00 PM-3:00 PM.
(UTC+01:00) Amsterdam\, Berlin\, Bern\, Rome\, Stockholm\, Vienna\nWhere:
XXX\n\n~~~~~~~~~\n\n Norwegian characters æ ø å\n
+SUMMARY;LANGUAGE=en-US:æ ø å
+END:VEVENT
+END:VCALENDAR
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mutt_ics-0.8/samples/2.ics
new/mutt_ics-0.9.2/samples/2.ics
--- old/mutt_ics-0.8/samples/2.ics 1970-01-01 01:00:00.000000000 +0100
+++ new/mutt_ics-0.9.2/samples/2.ics 2019-03-27 10:35:01.000000000 +0100
@@ -0,0 +1,24 @@
+BEGIN:VCALENDAR
+METHOD:REQUEST
+PRODID:trimmed from Microsoft Exchange Server 2010
+VERSION:2.0
+BEGIN:VTIMEZONE
+TZID:Eastern Standard Time
+BEGIN:STANDARD
+DTSTART:16010101T020000
+TZOFFSETFROM:-0400
+TZOFFSETTO:-0500
+RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11
+END:STANDARD
+BEGIN:DAYLIGHT
+DTSTART:16010101T020000
+TZOFFSETFROM:-0500
+TZOFFSETTO:-0400
+RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3
+END:DAYLIGHT
+END:VTIMEZONE
+BEGIN:VEVENT
+SUMMARY;LANGUAGE=en-US:Outlook invite problematic.
+DTSTART;TZID=Eastern Standard Time:20150601T143000
+END:VEVENT
+END:VCALENDAR
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mutt_ics-0.8/samples/3.ics
new/mutt_ics-0.9.2/samples/3.ics
--- old/mutt_ics-0.8/samples/3.ics 1970-01-01 01:00:00.000000000 +0100
+++ new/mutt_ics-0.9.2/samples/3.ics 2019-03-27 10:35:01.000000000 +0100
@@ -0,0 +1,48 @@
+BEGIN:VCALENDAR
+METHOD:REPLY
+PRODID:Microsoft Exchange Server 2010
+VERSION:2.0
+BEGIN:VTIMEZONE
+TZID:Eastern Standard Time
+BEGIN:STANDARD
+DTSTART:16010101T020000
+TZOFFSETFROM:-0400
+TZOFFSETTO:-0500
+RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11
+END:STANDARD
+BEGIN:DAYLIGHT
+DTSTART:16010101T020000
+TZOFFSETFROM:-0500
+TZOFFSETTO:-0400
+RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3
+END:DAYLIGHT
+END:VTIMEZONE
+BEGIN:VEVENT
+ORGANIZER;CN=John Doe:MAILTO:john@doe
+ATTENDEE;PARTSTAT=DECLINED;CN=Coworker on Outlook:MAILTO:pitiable.coworker
+ @example.com
+COMMENT;LANGUAGE=en-US:Hello John\,\n\nThank you to make schedule at this
+ time. Unfortunately\, I haven’t come to Michigan yet. Please tell other
+ person\, or if possible\, please change the date.\n\nBest regards...
+SUMMARY;LANGUAGE=en-US:Declined: Meeting Request
+DTSTART;TZID=Eastern Standard Time:20161006T140000
+DTEND;TZID=Eastern Standard Time:20161006T150000
+UID:040000008200E00074C5B7101A82E0080000000050C13B98E61ED201000000000000000
+ 010000000CC45D2BE3422D34D9B21CBFABA861D35
+CLASS:PUBLIC
+PRIORITY:5
+DTSTAMP:20161006T053443Z
+TRANSP:OPAQUE
+STATUS:CONFIRMED
+SEQUENCE:0
+LOCATION;LANGUAGE=en-US:Conference Room
+X-MICROSOFT-CDO-APPT-SEQUENCE:0
+X-MICROSOFT-CDO-OWNERAPPTID:-400185376
+X-MICROSOFT-CDO-BUSYSTATUS:BUSY
+X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
+X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
+X-MICROSOFT-CDO-IMPORTANCE:1
+X-MICROSOFT-CDO-INSTTYPE:0
+X-MICROSOFT-DISALLOW-COUNTER:FALSE
+END:VEVENT
+END:VCALENDAR
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mutt_ics-0.8/samples/4.ics
new/mutt_ics-0.9.2/samples/4.ics
--- old/mutt_ics-0.8/samples/4.ics 1970-01-01 01:00:00.000000000 +0100
+++ new/mutt_ics-0.9.2/samples/4.ics 2019-03-27 10:35:01.000000000 +0100
@@ -0,0 +1,36 @@
+BEGIN:VCALENDAR
+METHOD:PUBLISH
+PRODID:Microsoft Exchange Server 2010
+VERSION:2.0
+BEGIN:VTIMEZONE
+TZID:(UTC+02:00) Helsinki\, Kyiv\, Riga\, Sofia\, Tallinn\, Vilnius
+BEGIN:STANDARD
+DTSTART:16010101T040000
+TZOFFSETFROM:+0300
+TZOFFSETTO:+0200
+RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=10
+END:STANDARD
+BEGIN:DAYLIGHT
+DTSTART:16010101T030000
+TZOFFSETFROM:+0200
+TZOFFSETTO:+0300
+RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=3
+END:DAYLIGHT
+END:VTIMEZONE
+BEGIN:VEVENT
+ORGANIZER;CN=trhd:MAILTO:[email protected]
+DESCRIPTION;LANGUAGE=en-US:foobar\n
+SUMMARY;LANGUAGE=en-US:test event
+DTSTART;TZID="(UTC+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius":2016
+ 1224T080000
+DTEND;TZID="(UTC+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius":201612
+ 25T083000
+CLASS:PUBLIC
+PRIORITY:5
+DTSTAMP:20161222T131417Z
+TRANSP:OPAQUE
+STATUS:CONFIRMED
+SEQUENCE:0
+LOCATION;LANGUAGE=en-US:
+END:VEVENT
+END:VCALENDAR
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mutt_ics-0.8/samples/5.ics
new/mutt_ics-0.9.2/samples/5.ics
--- old/mutt_ics-0.8/samples/5.ics 1970-01-01 01:00:00.000000000 +0100
+++ new/mutt_ics-0.9.2/samples/5.ics 2019-03-27 10:35:01.000000000 +0100
@@ -0,0 +1,34 @@
+BEGIN:VCALENDAR
+METHOD:PUBLISH
+PRODID:Microsoft Exchange Server 2010
+VERSION:2.0
+BEGIN:VTIMEZONE
+TZID:(UTC+02:00) Helsinki\, Kyiv\, Riga\, Sofia\, Tallinn\, Vilnius
+BEGIN:STANDARD
+DTSTART:16010101T040000
+TZOFFSETFROM:+0300
+TZOFFSETTO:+0200
+RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=10
+END:STANDARD
+BEGIN:DAYLIGHT
+DTSTART:16010101T030000
+TZOFFSETFROM:+0200
+TZOFFSETTO:+0300
+RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=3
+END:DAYLIGHT
+END:VTIMEZONE
+BEGIN:VEVENT
+ORGANIZER;CN=trhd:MAILTO:[email protected]
+DESCRIPTION;LANGUAGE=en-US:foobar\n
+SUMMARY;LANGUAGE=en-US:test event
+DTSTART;VALUE=DATE:20161224
+DTEND;VALUE=DATE:20161226
+CLASS:PUBLIC
+PRIORITY:5
+DTSTAMP:20161222T131538Z
+TRANSP:OPAQUE
+STATUS:CONFIRMED
+SEQUENCE:0
+LOCATION;LANGUAGE=en-US:
+END:VEVENT
+END:VCALENDAR
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mutt_ics-0.8/setup.cfg new/mutt_ics-0.9.2/setup.cfg
--- old/mutt_ics-0.8/setup.cfg 2016-12-23 10:14:18.000000000 +0100
+++ new/mutt_ics-0.9.2/setup.cfg 2019-05-26 17:55:37.000000000 +0200
@@ -1,5 +1,4 @@
[egg_info]
tag_build =
tag_date = 0
-tag_svn_revision = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mutt_ics-0.8/setup.py new/mutt_ics-0.9.2/setup.py
--- old/mutt_ics-0.8/setup.py 2016-12-23 10:13:56.000000000 +0100
+++ new/mutt_ics-0.9.2/setup.py 2019-05-26 17:55:03.000000000 +0200
@@ -12,7 +12,7 @@
setup(name='mutt_ics',
- version='0.8',
+ version='0.9.2',
description='A tool to show calendar event details in Mutt.',
long_description=readme(),
classifiers=[