From 93e8647c372d60dbb59f352dc2c7e85d4f654a0ff4063e190fa129c9e2844309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 21 Aug 2019 14:46:53 +0000 Subject: [PATCH] - Fix fdupes and pytest calls OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=53 --- python-icalendar.changes | 5 +++++ python-icalendar.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-icalendar.changes b/python-icalendar.changes index 37a12e5..9d46a5a 100644 --- a/python-icalendar.changes +++ b/python-icalendar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 21 14:46:42 UTC 2019 - Tomáš Chvátal + +- Fix fdupes and pytest calls + ------------------------------------------------------------------- Thu Mar 7 15:59:41 UTC 2019 - John Vandenberg diff --git a/python-icalendar.spec b/python-icalendar.spec index cbec52c..b34724e 100644 --- a/python-icalendar.spec +++ b/python-icalendar.spec @@ -1,7 +1,7 @@ # # spec file for package python-icalendar # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2011 open-slx GmbH # Copyright (c) 2009 - 7/2011 Sascha Manns # @@ -54,10 +54,10 @@ with Python. It follows the RFC 2445 (iCalendar) specification. %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec %{_bindir}/py.test src +%pytest src %files %{python_files} %license LICENSE.rst