py-bandit: Update to 1.7.0

Changes:
1.7.0
-----
  * Remove blacklist call to input() (#662) @ericwb
  * Create CODEOWNERS (#661) @ericwb
  * Remove universal support on the wheel (#655) @ericwb
  * Give some tips on how to resolve B101 in the doc (#616) @xuhdev

1.6.3
-----
  * Add workflow to publish to PyPI (#653) @ericwb
  * GitHub Action to publish to Test PyPI (#652) @ericwb
  * Fix # noqa rendering in docs (#645) @DrGFreeman
  * Don't show progress information on --quiet (#641) @fniessink
  * Add skip configuration to assert_used (#633) @wilbertom
  * Drop Python2 build, test, and install (#615) @ericwb
  * Add release notes project URL (#610) @scop
  * [FIX] blacklist: fix typo in import_ftplib (#601) @Yenthe666
  * Resolve 'NoneType' object has no attribute 'id'Traceback in
    django_mark_safe (#598) @ehooo
  * Update CODE_OF_CONDUCT.md (#591) @ericwb
  * Fix typo for activating venv (#590) @bavedarnow
  * Bump pyyaml (#588) @dosisod
  * Fix colorama not being disabled after being used (#586) @adambenali
  * Cleanup some typos in recent contributor guide (#585) @ericwb
  * [DOC] Support python3 venv creation (#583) @look4regev
  * Fix contributing typo (#582) @Glyphack
  * Add contributing file (#572) @Glyphack
  * Add push and pull request to GH Action trigger (#567) @ericwb
  * Use GitHub Actions to run CI (#565) @ericwb
  * Add sha1 to the list of insecure hashes (#561) @ericwb
  * replace 'then' with 'than' (#557) @pwoolvett
  * Fix docs for B610,B611,B703 (#555) @amacfie
  * Add a section explaining "nosec" (#554) @exhuma
  * Add official support of Python 3.8 (#547) @ericwb
  * Ignore common directories by default (#544) @ericwb
  * Add shelve to the pickle blacklists (#542) @auscompgeek
  * Add more missing ini options (#541) @ericwb
  * Revert "Revert "Update python documentation links for version 3
    counterparts"" (#540) @ericwb
  * Remove unused bindep.txt file (#539) @ericwb
  * Remove obsolete "sudo" keyword. (#538) @jugmac00
  * Update test requirements to latest versions (#535) @ericwb
  * Fix readme file on Extending Bandit on list things (#534) @Aurel10
  * fix the documentation file README.rst (#533) @Aurel10
  * Cleanup comments after #510 (#532) @florczakraf
  * Use SPDX license identifier instead of bulky headers (#530) @ericwb
  * fix B603 docstring (#524) @graingert
  * Add type checking to name node of hashlib_new (#516) @teeann
  * --exit-zero option (#510) @maciejstromich
  * Fix 3.8 errors (#509) @tylerwince
  * Add several ini options for .bandit file (#508) @vuolter
  * get_url returns different urls calling twice (bug #506) (#507) @ehooo
  * Replace setattr (#493) @tylerwince
This commit is contained in:
Leonardo Taccari 2020-12-21 10:28:49 +01:00
parent bc28782c3a
commit 8625528906
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD$
DISTNAME= bandit-1.6.2
DISTNAME= bandit-1.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bandit/}
@ -13,7 +13,7 @@ LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-git>=1.0.1:../../wip/py-git
DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-stevedore>=1.20.0:../../devel/py-stevedore
DEPENDS+= ${PYPKGPREFIX}-yaml>=3.13:../../textproc/py-yaml
DEPENDS+= ${PYPKGPREFIX}-yaml>=5.3.1:../../textproc/py-yaml
USE_LANGUAGES= # none

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (bandit-1.6.2.tar.gz) = 6bba4dbaa3232a3edbacacac9558c0695afae530
RMD160 (bandit-1.6.2.tar.gz) = ee8fe03518cf75da38cdeb649438e0d5b6b21e94
SHA512 (bandit-1.6.2.tar.gz) = 9facce98411ceb9e33e5a978ca4aad2dab541ffe215e480806ac921b7f7067572445d8e32e8d473ef30bb57155b72b2ffd4e06d458a3da82e2a9fb1b1d8a4b9f
Size (bandit-1.6.2.tar.gz) = 498567 bytes
SHA1 (bandit-1.7.0.tar.gz) = b8ee2c296cfbc705c3e7a889cd5a5d0016993d89
RMD160 (bandit-1.7.0.tar.gz) = 31f3512a9b3e0d94c426086187884f82da44fe29
SHA512 (bandit-1.7.0.tar.gz) = c51af7ab4c667c376a11f142fa35881a776d420bd3ef41421bd29a713e0b56bbf1622e24cd878e24f57594f03d06b7c2b8258fcf34f57e3a68df4200a34becdc
Size (bandit-1.7.0.tar.gz) = 506225 bytes