From 8424bc718f06850fb22c138d6c00bde42ccc5b9ea4fa7a87cb02fdc431056101 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 22 Jan 2021 14:41:47 +0000 Subject: [PATCH] Accepting request 866016 from home:andythe_great:branches:devel:languages:python - Add minimum python-siosocks version. OBS-URL: https://build.opensuse.org/request/show/866016 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioftp?expand=0&rev=9 --- python-aioftp.changes | 5 +++++ python-aioftp.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-aioftp.changes b/python-aioftp.changes index d3cb499..a124cef 100644 --- a/python-aioftp.changes +++ b/python-aioftp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 22 13:48:55 UTC 2021 - andy great + +- Add minimum python-siosocks version. + ------------------------------------------------------------------- Thu Jan 21 14:09:30 UTC 2021 - andy great diff --git a/python-aioftp.spec b/python-aioftp.spec index 9904ac6..8884cb4 100644 --- a/python-aioftp.spec +++ b/python-aioftp.spec @@ -29,14 +29,14 @@ Source: https://files.pythonhosted.org/packages/source/a/aioftp/aioftp-% BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-siosocks +Requires: python-siosocks >= 0.2.0 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module async_timeout} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module siosocks} +BuildRequires: %{python_module siosocks >= 0.2.0} BuildRequires: %{python_module trustme} # /SECTION %python_subpackages @@ -60,6 +60,7 @@ aioftp is a python FTP client/server based on asyncio. %files %{python_files} %doc README.rst %license license.txt -%{python_sitelib}/* +%{python_sitelib}/aioftp*.egg-info +%{python_sitelib}/aioftp %changelog