forked from pool/python-pytest-black
Accepting request 819183 from home:mcalabkova:branches:devel:languages:python:pytest
- Update to 0.3.10 * Remove black version number to fix pipenv instalation OBS-URL: https://build.opensuse.org/request/show/819183 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-black?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
5f5b29ea70
commit
3b55639dbd
3
pytest-black-0.3.10.tar.gz
Normal file
3
pytest-black-0.3.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f3c0cfee9b41e6281a9e52e2987f4c90ec4a13a92bbf2f249d26d7b58747437
|
||||
size 6388
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c743dfeffe6b2cb25c0ed1a84cc306dff4b504b713b5a6d1bc3824fa73a7d693
|
||||
size 6308
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 7 10:14:36 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to 0.3.10
|
||||
* Remove black version number to fix pipenv instalation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 09:27:23 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-pytest-black
|
||||
Version: 0.3.9
|
||||
Version: 0.3.10
|
||||
Release: 0
|
||||
Summary: Black format checking plugin for pytest
|
||||
License: MIT
|
||||
@@ -29,12 +29,12 @@ BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-black >= 19.3
|
||||
Requires: python-black
|
||||
Requires: python-pytest >= 3.5.0
|
||||
Requires: python-toml
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module black >= 19.3b}
|
||||
BuildRequires: %{python_module black}
|
||||
BuildRequires: %{python_module pytest >= 3.5.0}
|
||||
BuildRequires: %{python_module toml}
|
||||
# /SECTION
|
||||
|
||||
Reference in New Issue
Block a user