Accepting request 829964 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/829964 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jedi?expand=0&rev=27
This commit is contained in:
commit
d358ecbeaf
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 11:04:42 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- Exclude pytest 6 gh#davidhalter/jedi#1660
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 17 21:43:14 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -27,7 +27,8 @@ URL: https://github.com/davidhalter/jedi
|
||||
Source0: https://files.pythonhosted.org/packages/source/j/jedi/jedi-%{version}.tar.gz
|
||||
Source1: %{name}-rpmlintrc
|
||||
BuildRequires: %{python_module parso >= 0.7.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
# need pytest 5 https://github.com/davidhalter/jedi/issues/1660
|
||||
BuildRequires: %{python_module pytest < 6.0.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module typing}
|
||||
BuildRequires: fdupes
|
||||
|
Loading…
x
Reference in New Issue
Block a user