From 722c70c88451b85d443a4d052bc2cb9942790af3bd1056926961e1c765b282cb Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 13:47:18 +0000 Subject: [PATCH 1/2] Fix %pytest call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=20 --- python-SecretStorage.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-SecretStorage.spec b/python-SecretStorage.spec index 58b83ac..6ea8b25 100644 --- a/python-SecretStorage.spec +++ b/python-SecretStorage.spec @@ -1,7 +1,7 @@ # # spec file for package python-SecretStorage # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From a07bf43510e7ba1916db1a9c6562932da3c9d76df3b4f1de2c0904c4229dadad Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 7 Nov 2019 15:47:45 +0000 Subject: [PATCH 2/2] Run through spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=21 --- python-SecretStorage.changes | 5 +++++ python-SecretStorage.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-SecretStorage.changes b/python-SecretStorage.changes index 39d39da..6d366c1 100644 --- a/python-SecretStorage.changes +++ b/python-SecretStorage.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 7 15:47:19 UTC 2019 - Matej Cepl + +- Run through spec-cleaner + ------------------------------------------------------------------- Tue Dec 4 12:54:04 UTC 2018 - Matej Cepl diff --git a/python-SecretStorage.spec b/python-SecretStorage.spec index 6ea8b25..5afdb37 100644 --- a/python-SecretStorage.spec +++ b/python-SecretStorage.spec @@ -22,7 +22,6 @@ Version: 2.3.1 Release: 0 Summary: Python bindings to FreeDesktoporg Secret Service API License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/mitya57/secretstorage Source: https://files.pythonhosted.org/packages/source/S/SecretStorage/SecretStorage-%{version}.tar.gz BuildRequires: %{python_module cryptography}