From 8688f7f7e875f9cc22492dc9cb97eef49ce2dc14d91059c7c3f55de748e89450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 26 Mar 2020 05:07:50 +0000 Subject: [PATCH] Accepting request 788281 from home:kstreitova:branches:openSUSE:Tools - Update to 1.1.9 bsc#1099674: * Add builtin and comprehensions to catch tad more issues * Do not add FIXME comments for already commented lines * Add the article to the comment * Exclude mysql_testserver calls from bracketing * Do not curlify systemd_ordering macro * Ignore dephell setup generator macro from bracketing * Use github actions and drop travis and tox * Use pre-commit framework for the project (it runs black, flake8, flake8-docstrings and mypy on every commit) * Update README * Add %{dephell_gensetup} macro instead of the full call to dephell com OBS-URL: https://build.opensuse.org/request/show/788281 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=148 --- spec-cleaner-1.1.8.tar.gz | 3 --- spec-cleaner-1.1.9.tar.gz | 3 +++ spec-cleaner.changes | 17 +++++++++++++++++ spec-cleaner.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 spec-cleaner-1.1.8.tar.gz create mode 100644 spec-cleaner-1.1.9.tar.gz diff --git a/spec-cleaner-1.1.8.tar.gz b/spec-cleaner-1.1.8.tar.gz deleted file mode 100644 index dfc609a..0000000 --- a/spec-cleaner-1.1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c1156c6d09b504bfc74862fd917c69fa0b02d196bb19deccc456c174fa7556b -size 496569 diff --git a/spec-cleaner-1.1.9.tar.gz b/spec-cleaner-1.1.9.tar.gz new file mode 100644 index 0000000..0629a64 --- /dev/null +++ b/spec-cleaner-1.1.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52cd233948178e3be8f1c66a55f1b1bd361aaf815a19d76cb020522be57e61c8 +size 498210 diff --git a/spec-cleaner.changes b/spec-cleaner.changes index bdd23ce..bf22695 100644 --- a/spec-cleaner.changes +++ b/spec-cleaner.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Mar 25 16:58:04 UTC 2020 - Kristyna Streitova + +- Update to 1.1.9 bsc#1099674: + * Add builtin and comprehensions to catch tad more issues + * Do not add FIXME comments for already commented lines + * Add the article to the comment + * Exclude mysql_testserver calls from bracketing + * Do not curlify systemd_ordering macro + * Ignore dephell setup generator macro from bracketing + * Use github actions and drop travis and tox + * Use pre-commit framework for the project (it runs black, flake8, + flake8-docstrings and mypy on every commit) + * Update README + * Add %{dephell_gensetup} macro instead of the full call to + dephell com + ------------------------------------------------------------------- Thu Jan 30 12:00:42 UTC 2020 - Kristyna Streitova diff --git a/spec-cleaner.spec b/spec-cleaner.spec index 842f8cb..17efaf0 100644 --- a/spec-cleaner.spec +++ b/spec-cleaner.spec @@ -1,7 +1,7 @@ # # spec file for package spec-cleaner # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2012 Vincent Untz # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: spec-cleaner -Version: 1.1.8 +Version: 1.1.9 Release: 0 Summary: .spec file cleaner License: BSD-3-Clause