Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-mutt-ics for openSUSE:Factory
checked in at 2021-04-14 10:11:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mutt-ics (Old)
and /work/SRC/openSUSE:Factory/.python-mutt-ics.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mutt-ics"
Wed Apr 14 10:11:30 2021 rev:6 rq:885198 version:0.9.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mutt-ics/python-mutt-ics.changes
2020-05-26 17:22:57.604444295 +0200
+++
/work/SRC/openSUSE:Factory/.python-mutt-ics.new.2401/python-mutt-ics.changes
2021-04-14 10:11:58.577594719 +0200
@@ -1,0 +2,5 @@
+Wed Apr 14 05:33:14 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Drop broken %ifpython3 macro
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mutt-ics.spec ++++++
--- /var/tmp/diff_new_pack.gCrvws/_old 2021-04-14 10:11:59.049595516 +0200
+++ /var/tmp/diff_new_pack.gCrvws/_new 2021-04-14 10:11:59.053595522 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-mutt-ics
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,6 @@
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
BuildRequires: %{python_module icalendar >= 3.9.0}
@@ -32,12 +31,10 @@
Requires: python-icalendar >= 3.9.0
Requires: python-setuptools
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
BuildArch: noarch
-%ifpython3
Provides: mutt-ics
Provides: mutt_ics
-%endif
%python_subpackages
%description