forked from pool/python-vulture
Accepting request 770681 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/770681 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vulture?expand=0&rev=6
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 17:35:31 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- update to 1.3
|
||||
* Detect redundant ‘if’ conditions without ‘else’ blocks.
|
||||
* Add whitelist for string.Formatter
|
||||
* Fix tests for Python 3.8
|
||||
* Use new Constant AST node under Python 3.8+
|
||||
* Add test for f-strings
|
||||
* Add whitelist for logging module.
|
||||
* Add sys.excepthook to sys whitelist.
|
||||
* Add whitelist for ctypes module.
|
||||
* Check that type annotations are parsed and type comments are ignored
|
||||
* Support checking files with BOM under Python 2.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 05:11:25 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-vulture
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-vulture
|
||||
Version: 1.0
|
||||
Version: 1.3
|
||||
Release: 0
|
||||
Summary: Python module for finding dead code
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b5a8980c338e9c068d43e7164555a1e4c9c7d84961ce2bc6f3ed975f6e5bc9d
|
||||
size 31690
|
||||
3
vulture-1.3.tar.gz
Normal file
3
vulture-1.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4da42bee8968906fb1f47c64008817515baec8ccff0c31746d1573103a6e920c
|
||||
size 34936
|
||||
Reference in New Issue
Block a user