From d462bffec6fd296a7ae927dc1400e2fa26c4f7e0ebd8a827840247311e387106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 12 Mar 2020 07:30:34 +0000 Subject: [PATCH] - Use pytest macro directly OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-toml?expand=0&rev=9 --- python-toml.changes | 5 +++++ python-toml.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-toml.changes b/python-toml.changes index a6f611f..9c2d90b 100644 --- a/python-toml.changes +++ b/python-toml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 12 07:30:21 UTC 2020 - Tomáš Chvátal + +- Use pytest macro directly + ------------------------------------------------------------------- Sat Feb 23 00:41:14 UTC 2019 - John Vandenberg diff --git a/python-toml.spec b/python-toml.spec index 61ba699..2768d6e 100644 --- a/python-toml.spec +++ b/python-toml.spec @@ -1,7 +1,7 @@ # # spec file for package python-toml # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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 @@ Version: 0.10.0 Release: 0 Summary: Python module which parses and emits TOML License: MIT -Group: Development/Languages/Python URL: https://github.com/uiri/toml Source: https://files.pythonhosted.org/packages/source/t/toml/toml-%{version}.tar.gz # Untagged test data https://github.com/uiri/toml/issues/232 @@ -68,7 +67,7 @@ cp %{SOURCE2} . %check export LANG=en_US.UTF-8 -%python_exec -m pytest +%pytest %files %{python_files} # See https://github.com/uiri/toml/issues/216 re change log