From 526055a30eeb5316d66a0ab3dbd4e712a4ad7ba27052fe2d9b1edbee77bc7cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 21 Mar 2019 15:47:01 +0000 Subject: [PATCH] - Update to 19.3b0: * No obvious changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-black?expand=0&rev=8 --- black-18.9b0.tar.gz | 3 --- black-19.3b0.tar.gz | 3 +++ python-black.changes | 6 ++++++ python-black.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 black-18.9b0.tar.gz create mode 100644 black-19.3b0.tar.gz diff --git a/black-18.9b0.tar.gz b/black-18.9b0.tar.gz deleted file mode 100644 index 14ea887..0000000 --- a/black-18.9b0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e030a9a28f542debc08acceb273f228ac422798e5215ba2a791a6ddeaaca22a5 -size 151371 diff --git a/black-19.3b0.tar.gz b/black-19.3b0.tar.gz new file mode 100644 index 0000000..b93ee96 --- /dev/null +++ b/black-19.3b0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68950ffd4d9169716bcb8719a56c07a2f4485354fec061cdd5910aa07369731c +size 155556 diff --git a/python-black.changes b/python-black.changes index 33a33e4..40893ac 100644 --- a/python-black.changes +++ b/python-black.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 21 15:44:47 UTC 2019 - Tomáš Chvátal + +- Update to 19.3b0: + * No obvious changelog + ------------------------------------------------------------------- Wed Oct 3 12:40:28 UTC 2018 - Ondřej Súkup diff --git a/python-black.spec b/python-black.spec index 09b83f2..8bcaf4e 100644 --- a/python-black.spec +++ b/python-black.spec @@ -1,7 +1,7 @@ # # spec file for package python-black # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-black -Version: 18.9b0 +Version: 19.3b0 Release: 0 Summary: A code formatter written in, and written for Python License: MIT