pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-bandit: Update to 1.1.0
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Thu Oct 13 08:04:27 2016 +0200
Changeset: b090db9db6efeee7a7314c76e6fcc46ab41e9970
Modified Files:
py-bandit/Makefile
py-bandit/PLIST
py-bandit/distinfo
Log Message:
py-bandit: Update to 1.1.0
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b090db9db6efeee7a7314c76e6fcc46ab41e9970
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-bandit/Makefile | 4 +---
py-bandit/PLIST | 53 +++++++++++++++++++++++++++++++++++++++++------------
py-bandit/distinfo | 8 ++++----
3 files changed, 46 insertions(+), 19 deletions(-)
diffs:
diff --git a/py-bandit/Makefile b/py-bandit/Makefile
index a6dac18..ee2bd18 100644
--- a/py-bandit/Makefile
+++ b/py-bandit/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= bandit-0.16.0
+DISTNAME= bandit-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bandit/}
@@ -16,8 +16,6 @@ DEPENDS+= ${PYPKGPREFIX}-yaml>=3.1.0:../../textproc/py-yaml
DEPENDS+= ${PYPKGPREFIX}-appdirs>=1.4.0:../../wip/py-appdirs
DEPENDS+= ${PYPKGPREFIX}-stevedore>=1.7.0:../../wip/py-stevedore
-WRKSRC= ${WRKDIR}/bandit-0.16.0
-
USE_LANGUAGES= # none
USE_LANGUAGES= c
diff --git a/py-bandit/PLIST b/py-bandit/PLIST
index 83271b5..83f2216 100644
--- a/py-bandit/PLIST
+++ b/py-bandit/PLIST
@@ -1,6 +1,7 @@
@comment $NetBSD$
bin/bandit
-etc/bandit/bandit.yaml
+bin/bandit-baseline
+bin/bandit-config-generator
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -12,13 +13,36 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/bandit/__init__.py
${PYSITELIB}/bandit/__init__.pyc
${PYSITELIB}/bandit/__init__.pyo
-${PYSITELIB}/bandit/bandit.py
-${PYSITELIB}/bandit/bandit.pyc
-${PYSITELIB}/bandit/bandit.pyo
-${PYSITELIB}/bandit/config/bandit.yaml
+${PYSITELIB}/bandit/blacklists/__init__.py
+${PYSITELIB}/bandit/blacklists/__init__.pyc
+${PYSITELIB}/bandit/blacklists/__init__.pyo
+${PYSITELIB}/bandit/blacklists/calls.py
+${PYSITELIB}/bandit/blacklists/calls.pyc
+${PYSITELIB}/bandit/blacklists/calls.pyo
+${PYSITELIB}/bandit/blacklists/imports.py
+${PYSITELIB}/bandit/blacklists/imports.pyc
+${PYSITELIB}/bandit/blacklists/imports.pyo
+${PYSITELIB}/bandit/blacklists/utils.py
+${PYSITELIB}/bandit/blacklists/utils.pyc
+${PYSITELIB}/bandit/blacklists/utils.pyo
+${PYSITELIB}/bandit/cli/__init__.py
+${PYSITELIB}/bandit/cli/__init__.pyc
+${PYSITELIB}/bandit/cli/__init__.pyo
+${PYSITELIB}/bandit/cli/baseline.py
+${PYSITELIB}/bandit/cli/baseline.pyc
+${PYSITELIB}/bandit/cli/baseline.pyo
+${PYSITELIB}/bandit/cli/config_generator.py
+${PYSITELIB}/bandit/cli/config_generator.pyc
+${PYSITELIB}/bandit/cli/config_generator.pyo
+${PYSITELIB}/bandit/cli/main.py
+${PYSITELIB}/bandit/cli/main.pyc
+${PYSITELIB}/bandit/cli/main.pyo
${PYSITELIB}/bandit/core/__init__.py
${PYSITELIB}/bandit/core/__init__.pyc
${PYSITELIB}/bandit/core/__init__.pyo
+${PYSITELIB}/bandit/core/blacklisting.py
+${PYSITELIB}/bandit/core/blacklisting.pyc
+${PYSITELIB}/bandit/core/blacklisting.pyo
${PYSITELIB}/bandit/core/config.py
${PYSITELIB}/bandit/core/config.pyc
${PYSITELIB}/bandit/core/config.pyo
@@ -28,6 +52,9 @@ ${PYSITELIB}/bandit/core/constants.pyo
${PYSITELIB}/bandit/core/context.py
${PYSITELIB}/bandit/core/context.pyc
${PYSITELIB}/bandit/core/context.pyo
+${PYSITELIB}/bandit/core/docs_utils.py
+${PYSITELIB}/bandit/core/docs_utils.pyc
+${PYSITELIB}/bandit/core/docs_utils.pyo
${PYSITELIB}/bandit/core/extension_loader.py
${PYSITELIB}/bandit/core/extension_loader.pyc
${PYSITELIB}/bandit/core/extension_loader.pyo
@@ -70,6 +97,9 @@ ${PYSITELIB}/bandit/formatters/html.pyo
${PYSITELIB}/bandit/formatters/json.py
${PYSITELIB}/bandit/formatters/json.pyc
${PYSITELIB}/bandit/formatters/json.pyo
+${PYSITELIB}/bandit/formatters/screen.py
+${PYSITELIB}/bandit/formatters/screen.pyc
+${PYSITELIB}/bandit/formatters/screen.pyo
${PYSITELIB}/bandit/formatters/text.py
${PYSITELIB}/bandit/formatters/text.pyc
${PYSITELIB}/bandit/formatters/text.pyo
@@ -85,12 +115,6 @@ ${PYSITELIB}/bandit/plugins/app_debug.pyo
${PYSITELIB}/bandit/plugins/asserts.py
${PYSITELIB}/bandit/plugins/asserts.pyc
${PYSITELIB}/bandit/plugins/asserts.pyo
-${PYSITELIB}/bandit/plugins/blacklist_calls.py
-${PYSITELIB}/bandit/plugins/blacklist_calls.pyc
-${PYSITELIB}/bandit/plugins/blacklist_calls.pyo
-${PYSITELIB}/bandit/plugins/blacklist_imports.py
-${PYSITELIB}/bandit/plugins/blacklist_imports.pyc
-${PYSITELIB}/bandit/plugins/blacklist_imports.pyo
${PYSITELIB}/bandit/plugins/crypto_request_no_cert_validation.py
${PYSITELIB}/bandit/plugins/crypto_request_no_cert_validation.pyc
${PYSITELIB}/bandit/plugins/crypto_request_no_cert_validation.pyo
@@ -136,10 +160,15 @@ ${PYSITELIB}/bandit/plugins/mako_templates.pyo
${PYSITELIB}/bandit/plugins/secret_config_option.py
${PYSITELIB}/bandit/plugins/secret_config_option.pyc
${PYSITELIB}/bandit/plugins/secret_config_option.pyo
+${PYSITELIB}/bandit/plugins/try_except_continue.py
+${PYSITELIB}/bandit/plugins/try_except_continue.pyc
+${PYSITELIB}/bandit/plugins/try_except_continue.pyo
${PYSITELIB}/bandit/plugins/try_except_pass.py
${PYSITELIB}/bandit/plugins/try_except_pass.pyc
${PYSITELIB}/bandit/plugins/try_except_pass.pyo
${PYSITELIB}/bandit/plugins/weak_cryptographic_key.py
${PYSITELIB}/bandit/plugins/weak_cryptographic_key.pyc
${PYSITELIB}/bandit/plugins/weak_cryptographic_key.pyo
-share/bandit/wordlist/default-passwords
+${PYSITELIB}/bandit/plugins/yaml_load.py
+${PYSITELIB}/bandit/plugins/yaml_load.pyc
+${PYSITELIB}/bandit/plugins/yaml_load.pyo
diff --git a/py-bandit/distinfo b/py-bandit/distinfo
index 3a71e62..7bb99b5 100644
--- a/py-bandit/distinfo
+++ b/py-bandit/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-SHA1 (bandit-0.16.0.tar.gz) = d0c61f2d7abc33698a91ebe7ba1c29d675c1be37
-RMD160 (bandit-0.16.0.tar.gz) = 5528d62744a9e0e6c1c774ac75a82f0119303f1f
-SHA512 (bandit-0.16.0.tar.gz) = 2aa3351c60736a0dcf910af1912380ee31b355d1d9b37f3880a9a9ccc5d4efaa5d0b6ac2f4763953cabce4627c19a60d10f4bf41ebce8d0b75bf543ad00dc4b0
-Size (bandit-0.16.0.tar.gz) = 112290 bytes
+SHA1 (bandit-1.1.0.tar.gz) = f23632cdd61d59533caabe6381a830e71f3654c1
+RMD160 (bandit-1.1.0.tar.gz) = c0af9a906404ba7530c641835752a5a00b445200
+SHA512 (bandit-1.1.0.tar.gz) = 0344be4c98b4f1df056761f7735fa0b23dc234c64ca0090d3e665899905eaac9d49750a7ebe6f7f9e4c39d07f3c2cb0d653cc65c0e56dfadac0caeac5799af94
+Size (bandit-1.1.0.tar.gz) = 135333 bytes
Home |
Main Index |
Thread Index |
Old Index