Hello community,

here is the log from the commit of package python-mutt-ics for openSUSE:Factory 
checked in at 2019-05-25 13:20:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mutt-ics (Old)
 and      /work/SRC/openSUSE:Factory/.python-mutt-ics.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mutt-ics"

Sat May 25 13:20:51 2019 rev:3 rq:705204 version:0.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mutt-ics/python-mutt-ics.changes  
2019-03-27 16:21:35.879527332 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-mutt-ics.new.5148/python-mutt-ics.changes    
    2019-05-25 13:20:53.764321811 +0200
@@ -1,0 +2,6 @@
+Fri May 24 09:39:56 UTC 2019 - pgaj...@suse.com
+
+- version update to 0.9.1
+  * Include samples in distribution 
+
+-------------------------------------------------------------------

Old:
----
  mutt_ics-0.9.tar.gz

New:
----
  mutt_ics-0.9.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-mutt-ics.spec ++++++
--- /var/tmp/diff_new_pack.o9JBWa/_old  2019-05-25 13:21:00.528319296 +0200
+++ /var/tmp/diff_new_pack.o9JBWa/_new  2019-05-25 13:21:00.528319296 +0200
@@ -18,14 +18,16 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-mutt-ics
-Version:        0.9
+Version:        0.9.1
 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
+# https://github.com/dmedvinsky/mutt-ics/issues/20
 Source1:        LICENSE.mit
+BuildRequires:  %{python_module icalendar >= 3.9.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -53,10 +55,11 @@
 install -pm 0644 %{SOURCE1} LICENSE
 
 %check
-# no upstream tests
-# however, there are samples/ on github at least
-# https://github.com/dmedvinsky/mutt-ics/issues/19
-# could we write small tests here?
+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

++++++ mutt_ics-0.9.tar.gz -> mutt_ics-0.9.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mutt_ics-0.9/MANIFEST.in 
new/mutt_ics-0.9.1/MANIFEST.in
--- old/mutt_ics-0.9/MANIFEST.in        2018-12-12 09:31:17.000000000 +0100
+++ new/mutt_ics-0.9.1/MANIFEST.in      2019-03-27 10:35:42.000000000 +0100
@@ -1,2 +1,3 @@
 include README.md
 include requirements.txt
+include samples/*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mutt_ics-0.9/PKG-INFO new/mutt_ics-0.9.1/PKG-INFO
--- old/mutt_ics-0.9/PKG-INFO   2018-12-31 15:58:48.000000000 +0100
+++ new/mutt_ics-0.9.1/PKG-INFO 2019-03-27 10:47:54.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: mutt_ics
-Version: 0.9
+Version: 0.9.1
 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.9/mutt_ics.egg-info/PKG-INFO 
new/mutt_ics-0.9.1/mutt_ics.egg-info/PKG-INFO
--- old/mutt_ics-0.9/mutt_ics.egg-info/PKG-INFO 2018-12-31 15:58:48.000000000 
+0100
+++ new/mutt_ics-0.9.1/mutt_ics.egg-info/PKG-INFO       2019-03-27 
10:47:54.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: mutt-ics
-Version: 0.9
+Version: 0.9.1
 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.9/mutt_ics.egg-info/SOURCES.txt 
new/mutt_ics-0.9.1/mutt_ics.egg-info/SOURCES.txt
--- old/mutt_ics-0.9/mutt_ics.egg-info/SOURCES.txt      2018-12-31 
15:58:48.000000000 +0100
+++ new/mutt_ics-0.9.1/mutt_ics.egg-info/SOURCES.txt    2019-03-27 
10:47:54.000000000 +0100
@@ -10,4 +10,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.9/samples/1.ics 
new/mutt_ics-0.9.1/samples/1.ics
--- old/mutt_ics-0.9/samples/1.ics      1970-01-01 01:00:00.000000000 +0100
+++ new/mutt_ics-0.9.1/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.9/samples/2.ics 
new/mutt_ics-0.9.1/samples/2.ics
--- old/mutt_ics-0.9/samples/2.ics      1970-01-01 01:00:00.000000000 +0100
+++ new/mutt_ics-0.9.1/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.9/samples/3.ics 
new/mutt_ics-0.9.1/samples/3.ics
--- old/mutt_ics-0.9/samples/3.ics      1970-01-01 01:00:00.000000000 +0100
+++ new/mutt_ics-0.9.1/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.9/samples/4.ics 
new/mutt_ics-0.9.1/samples/4.ics
--- old/mutt_ics-0.9/samples/4.ics      1970-01-01 01:00:00.000000000 +0100
+++ new/mutt_ics-0.9.1/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:t...@iki.fi
+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.9/samples/5.ics 
new/mutt_ics-0.9.1/samples/5.ics
--- old/mutt_ics-0.9/samples/5.ics      1970-01-01 01:00:00.000000000 +0100
+++ new/mutt_ics-0.9.1/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:t...@iki.fi
+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.9/setup.py new/mutt_ics-0.9.1/setup.py
--- old/mutt_ics-0.9/setup.py   2018-12-31 15:57:49.000000000 +0100
+++ new/mutt_ics-0.9.1/setup.py 2019-03-27 10:47:38.000000000 +0100
@@ -12,7 +12,7 @@
 
 
 setup(name='mutt_ics',
-      version='0.9',
+      version='0.9.1',
       description='A tool to show calendar event details in Mutt.',
       long_description=readme(),
       classifiers=[


Reply via email to