From 9b19b209efa850d8b815c5d9a3351763784c2068d5e867efbe445cfdb8ccb37f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 13:44:30 +0000 Subject: [PATCH 1/2] Fix %pytest call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Parsley?expand=0&rev=9 --- python-Parsley.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-Parsley.spec b/python-Parsley.spec index 9b8657b..0092f00 100644 --- a/python-Parsley.spec +++ b/python-Parsley.spec @@ -1,7 +1,7 @@ # # spec file for package python-Parsley # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2013 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # From 2c0a2a2407294e08d6b3231968b6e83d773be0ec5d034fde60b9b2ebe63ca774 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 7 Nov 2019 15:02:28 +0000 Subject: [PATCH 2/2] Run through spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Parsley?expand=0&rev=10 --- python-Parsley.changes | 5 +++++ python-Parsley.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-Parsley.changes b/python-Parsley.changes index 12536b3..6c96d36 100644 --- a/python-Parsley.changes +++ b/python-Parsley.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 7 15:02:03 UTC 2019 - Matej Cepl + +- Run through spec-cleaner + ------------------------------------------------------------------- Sat Aug 25 18:05:32 UTC 2018 - jengelh@inai.de diff --git a/python-Parsley.spec b/python-Parsley.spec index 0092f00..efdf6e2 100644 --- a/python-Parsley.spec +++ b/python-Parsley.spec @@ -24,8 +24,7 @@ Version: 1.3 Release: 0 Summary: PEG algorithm based parser generator License: MIT -Group: Development/Libraries/Python -URL: http://github.com/washort/parsley +URL: https://github.com/washort/parsley Source: https://pypi.python.org/packages/source/P/%{oname}/%{oname}-%{version}.tar.gz BuildRequires: %{python_module Twisted} BuildRequires: %{python_module pytest} @@ -74,8 +73,8 @@ done %check export LANG=en_US.UTF-8 -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} ometa/test -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} terml/test +%pytest ometa/test +%pytest terml/test %files %{python_files} %license LICENSE