From 2185c19566061f4245a8a7eb392e279546df30e98cad21fc0d478d94bba17a56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 7 Oct 2020 14:59:50 +0000 Subject: [PATCH] Accepting request 840069 from home:mcalabkova:branches:devel:languages:python:pytest - Update to 0.3.12 * Handle verbose include/exclude patterns in pyproject.toml. * Add support for Python 3.8 OBS-URL: https://build.opensuse.org/request/show/840069 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-black?expand=0&rev=8 --- pytest-black-0.3.10.tar.gz | 3 --- pytest-black-0.3.12.tar.gz | 3 +++ python-pytest-black.changes | 7 +++++++ python-pytest-black.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 pytest-black-0.3.10.tar.gz create mode 100644 pytest-black-0.3.12.tar.gz diff --git a/pytest-black-0.3.10.tar.gz b/pytest-black-0.3.10.tar.gz deleted file mode 100644 index 2f575d0..0000000 --- a/pytest-black-0.3.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f3c0cfee9b41e6281a9e52e2987f4c90ec4a13a92bbf2f249d26d7b58747437 -size 6388 diff --git a/pytest-black-0.3.12.tar.gz b/pytest-black-0.3.12.tar.gz new file mode 100644 index 0000000..b794803 --- /dev/null +++ b/pytest-black-0.3.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d339b004f764d6cd0f06e690f6dd748df3d62e6fe1a692d6a5500ac2c5b75a5 +size 6898 diff --git a/python-pytest-black.changes b/python-pytest-black.changes index ebf93d4..84fd048 100644 --- a/python-pytest-black.changes +++ b/python-pytest-black.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 7 13:57:46 UTC 2020 - Marketa Calabkova + +- Update to 0.3.12 + * Handle verbose include/exclude patterns in pyproject.toml. + * Add support for Python 3.8 + ------------------------------------------------------------------- Tue Jul 7 10:14:36 UTC 2020 - Marketa Calabkova diff --git a/python-pytest-black.spec b/python-pytest-black.spec index f7b5720..0b8120d 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.10 +Version: 0.3.12 Release: 0 Summary: Black format checking plugin for pytest License: MIT