14
0
forked from pool/python-black

- Raise minimal py required to be 3.6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-black?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2018-08-29 10:31:45 +00:00
committed by Git OBS Bridge
parent 382807f45f
commit 18fa11e394
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 29 10:31:11 UTC 2018 - tchvatal@suse.com
- Raise minimal py required to be 3.6
-------------------------------------------------------------------
Tue Aug 28 21:27:40 UTC 2018 - jengelh@inai.de

View File

@@ -28,6 +28,7 @@ URL: https://github.com/ambv/black
Source: https://files.pythonhosted.org/packages/source/b/black/black-%{version}.tar.gz
BuildRequires: %{python_module appdirs}
BuildRequires: %{python_module attrs >= 17.4.0}
BuildRequires: %{python_module base >= 3.6}
BuildRequires: %{python_module click >= 6.5}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module toml >= 0.9.4}