From 99b834ed2c229d360118bb3ce3d62ab5853268eaec1b5fe57dba1881749dbdf6 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 3 Aug 2017 20:35:44 +0000 Subject: [PATCH] Accepting request 514108 from home:sebix:branches:devel:languages:python - add more-relaxed-requirements.patch to weaken the very harsh version requirements OBS-URL: https://build.opensuse.org/request/show/514108 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fs?expand=0&rev=4 --- python-fs.changes | 5 +++++ python-fs.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-fs.changes b/python-fs.changes index 65bc699..bd14222 100644 --- a/python-fs.changes +++ b/python-fs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 2 19:23:56 UTC 2017 - sebix+novell.com@sebix.at + +- add more-relaxed-requirements.patch to weaken the very harsh version requirements + ------------------------------------------------------------------- Wed Jul 19 20:00:26 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-fs.spec b/python-fs.spec index c659bf2..6cc3d8b 100644 --- a/python-fs.spec +++ b/python-fs.spec @@ -26,6 +26,7 @@ License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/PyFilesystem/pyfilesystem2 Source: https://files.pythonhosted.org/packages/source/f/fs/fs-%{version}.tar.gz +# PATCH-FIX-UPSTREAM more-relaxed-requirements.patch sebix+novell.com@sebix.at -- Weaken the version dependencies Patch0: more-relaxed-requirements.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools}