From 633b474473d3377fd0d7c59b1770515ceee0e0679ebe7cf944e01d8b978b40b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 23 Oct 2019 07:06:15 +0000 Subject: [PATCH] - Fix license string OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-userpath?expand=0&rev=3 --- python-userpath.changes | 5 +++++ python-userpath.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-userpath.changes b/python-userpath.changes index e23c556..749ff5b 100644 --- a/python-userpath.changes +++ b/python-userpath.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 23 07:06:02 UTC 2019 - Tomáš Chvátal + +- Fix license string + ------------------------------------------------------------------- Mon Oct 21 09:06:03 UTC 2019 - John Vandenberg diff --git a/python-userpath.spec b/python-userpath.spec index 697ad29..657dde5 100644 --- a/python-userpath.spec +++ b/python-userpath.spec @@ -21,7 +21,7 @@ Name: python-userpath Version: 1.3.0 Release: 0 Summary: Tool for adding locations to the user PATH -License: MIT AND Apache-2.0 +License: MIT OR Apache-2.0 URL: https://github.com/ofek/userpath Source: https://files.pythonhosted.org/packages/source/u/userpath/userpath-%{version}.tar.gz BuildRequires: %{python_module setuptools}