From 5f5b29ea70cfe718bc5d89e76656ac0140d60ab47cfa695b113076784a2386da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 18 May 2020 09:28:38 +0000 Subject: [PATCH] - Update to 0.3.9: * Fix a number of deprecation warnings and lint issues. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-black?expand=0&rev=4 --- pytest-black-0.3.8.tar.gz | 3 --- pytest-black-0.3.9.tar.gz | 3 +++ python-pytest-black.changes | 6 ++++++ python-pytest-black.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 pytest-black-0.3.8.tar.gz create mode 100644 pytest-black-0.3.9.tar.gz diff --git a/pytest-black-0.3.8.tar.gz b/pytest-black-0.3.8.tar.gz deleted file mode 100644 index 8bcff8a..0000000 --- a/pytest-black-0.3.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01a9a7acc69e618ebf3f834932a4d7a81909f6911051d0871b0ed4de3cbe9712 -size 6279 diff --git a/pytest-black-0.3.9.tar.gz b/pytest-black-0.3.9.tar.gz new file mode 100644 index 0000000..a36125c --- /dev/null +++ b/pytest-black-0.3.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c743dfeffe6b2cb25c0ed1a84cc306dff4b504b713b5a6d1bc3824fa73a7d693 +size 6308 diff --git a/python-pytest-black.changes b/python-pytest-black.changes index c537070..aefd1d1 100644 --- a/python-pytest-black.changes +++ b/python-pytest-black.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 18 09:27:23 UTC 2020 - Tomáš Chvátal + +- Update to 0.3.9: + * Fix a number of deprecation warnings and lint issues. + ------------------------------------------------------------------- Mon Feb 24 17:28:15 UTC 2020 - Todd R diff --git a/python-pytest-black.spec b/python-pytest-black.spec index 2c27c0a..7421280 100644 --- a/python-pytest-black.spec +++ b/python-pytest-black.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pytest-black -Version: 0.3.8 +Version: 0.3.9 Release: 0 Summary: Black format checking plugin for pytest License: MIT