Hello community,
here is the log from the commit of package python-pytest-black for
openSUSE:Factory checked in at 2020-07-08 19:15:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-black (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-black.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-black"
Wed Jul 8 19:15:06 2020 rev:3 rq:819186 version:0.3.10
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-black/python-pytest-black.changes
2020-05-19 14:47:46.595979612 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-black.new.3060/python-pytest-black.changes
2020-07-08 19:15:13.079580177 +0200
@@ -1,0 +2,6 @@
+Tue Jul 7 10:14:36 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 0.3.10
+ * Remove black version number to fix pipenv instalation
+
+-------------------------------------------------------------------
Old:
----
pytest-black-0.3.9.tar.gz
New:
----
pytest-black-0.3.10.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-black.spec ++++++
--- /var/tmp/diff_new_pack.sYGpdh/_old 2020-07-08 19:15:14.647585762 +0200
+++ /var/tmp/diff_new_pack.sYGpdh/_new 2020-07-08 19:15:14.651585776 +0200
@@ -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}
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
++++++ pytest-black-0.3.9.tar.gz -> pytest-black-0.3.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytest-black-0.3.9/PKG-INFO
new/pytest-black-0.3.10/PKG-INFO
--- old/pytest-black-0.3.9/PKG-INFO 2020-05-04 23:21:56.000000000 +0200
+++ new/pytest-black-0.3.10/PKG-INFO 2020-06-29 16:18:09.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pytest-black
-Version: 0.3.9
+Version: 0.3.10
Summary: A pytest plugin to enable format checking with black
Home-page: https://github.com/shopkeep/pytest-black
Author: ShopKeep Inc
@@ -22,6 +22,7 @@
* [pytest](https://docs.pytest.org/en/latest/)
* [black](https://github.com/ambv/black)
+ There is a minimum requirement of black 19.3b0 or later.
Installation
------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytest-black-0.3.9/README.md
new/pytest-black-0.3.10/README.md
--- old/pytest-black-0.3.9/README.md 2020-05-04 23:21:25.000000000 +0200
+++ new/pytest-black-0.3.10/README.md 2020-06-29 16:17:40.000000000 +0200
@@ -12,6 +12,7 @@
* [pytest](https://docs.pytest.org/en/latest/)
* [black](https://github.com/ambv/black)
+There is a minimum requirement of black 19.3b0 or later.
Installation
------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytest-black-0.3.9/pytest_black.egg-info/PKG-INFO
new/pytest-black-0.3.10/pytest_black.egg-info/PKG-INFO
--- old/pytest-black-0.3.9/pytest_black.egg-info/PKG-INFO 2020-05-04
23:21:56.000000000 +0200
+++ new/pytest-black-0.3.10/pytest_black.egg-info/PKG-INFO 2020-06-29
16:18:09.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pytest-black
-Version: 0.3.9
+Version: 0.3.10
Summary: A pytest plugin to enable format checking with black
Home-page: https://github.com/shopkeep/pytest-black
Author: ShopKeep Inc
@@ -22,6 +22,7 @@
* [pytest](https://docs.pytest.org/en/latest/)
* [black](https://github.com/ambv/black)
+ There is a minimum requirement of black 19.3b0 or later.
Installation
------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pytest-black-0.3.9/pytest_black.egg-info/requires.txt
new/pytest-black-0.3.10/pytest_black.egg-info/requires.txt
--- old/pytest-black-0.3.9/pytest_black.egg-info/requires.txt 2020-05-04
23:21:56.000000000 +0200
+++ new/pytest-black-0.3.10/pytest_black.egg-info/requires.txt 2020-06-29
16:18:09.000000000 +0200
@@ -2,4 +2,4 @@
toml
[:python_version >= "3.6"]
-black>=19.3b0
+black
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytest-black-0.3.9/setup.py
new/pytest-black-0.3.10/setup.py
--- old/pytest-black-0.3.9/setup.py 2020-05-04 23:21:25.000000000 +0200
+++ new/pytest-black-0.3.10/setup.py 2020-06-29 16:17:40.000000000 +0200
@@ -26,7 +26,9 @@
python_requires=">=2.7",
install_requires=[
"pytest>=3.5.0",
- 'black>=19.3b0; python_version >= "3.6"',
+ # Minimum requirement on black 19.3b0 or later is not declared here as
+ # workaround for https://github.com/pypa/pipenv/issues/3928
+ 'black; python_version >= "3.6"',
"toml",
],
use_scm_version=True,