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
This commit is contained in:
Tomáš Chvátal 2020-03-26 05:07:50 +00:00 committed by Git OBS Bridge
parent 61a9c36651
commit 8688f7f7e8
4 changed files with 22 additions and 5 deletions

BIN
spec-cleaner-1.1.8.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
spec-cleaner-1.1.9.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Mar 25 16:58:04 UTC 2020 - Kristyna Streitova <kstreitova@suse.com>
- 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 <kstreitova@suse.com> Thu Jan 30 12:00:42 UTC 2020 - Kristyna Streitova <kstreitova@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package spec-cleaner # spec file for package spec-cleaner
# #
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# Copyright (c) 2012 Vincent Untz <vuntz@opensuse.org> # Copyright (c) 2012 Vincent Untz <vuntz@opensuse.org>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -18,7 +18,7 @@
Name: spec-cleaner Name: spec-cleaner
Version: 1.1.8 Version: 1.1.9
Release: 0 Release: 0
Summary: .spec file cleaner Summary: .spec file cleaner
License: BSD-3-Clause License: BSD-3-Clause