forked from pool/python-bandit
- update to 1.8.2:
* Clarify "getting started" docs (#963) * Remove lxml (B320 & B410) from blacklist (#1212) * Add Mercedes-Benz to sponsor list (#1210) * Remove more leftover OpenStack references (#1195) * Remove Sentry as a sponsor (#1198) * Add a JSON to seek funding from the FLOSS/fund (#1194) * Update project urls with added links (#1193) * Mark Python 3.13 as officially supported (#1192) * No need to check httpx client without timeout defined (#1177) * Add more insecure cryptography cipher algorithms (#1185) * Removal of Python 3.8 support (#1174) * Rename doc file to match proper bandit ID (#1183) * Replace setattr (#493) @tylerwince - cli tool, don't build with multiple python versions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bandit?expand=0&rev=35
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59ed5caf5d92b6ada4bf65bc6437feea4a9da1093384445fed4d472acc6cff7b
|
||||
size 4228540
|
3
bandit-1.8.2.tar.gz
Normal file
3
bandit-1.8.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e00ad5a6bc676c0954669fe13818024d66b70e42cf5adb971480cf3b671e835f
|
||||
size 4228832
|
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 08:12:34 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.8.2:
|
||||
* Clarify "getting started" docs (#963)
|
||||
* Remove lxml (B320 & B410) from blacklist (#1212)
|
||||
* Add Mercedes-Benz to sponsor list (#1210)
|
||||
* Remove more leftover OpenStack references (#1195)
|
||||
* Remove Sentry as a sponsor (#1198)
|
||||
* Add a JSON to seek funding from the FLOSS/fund (#1194)
|
||||
* Update project urls with added links (#1193)
|
||||
* Mark Python 3.13 as officially supported (#1192)
|
||||
* No need to check httpx client without timeout defined (#1177)
|
||||
* Add more insecure cryptography cipher algorithms (#1185)
|
||||
* Removal of Python 3.8 support (#1174)
|
||||
* Rename doc file to match proper bandit ID (#1183)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 17:04:57 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
@@ -303,7 +320,7 @@ Sat Jan 15 16:40:26 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
* Clearer message for subprocess module use
|
||||
* Specify language\_version in .pre-commit-hooks.yaml
|
||||
* Specify output\_file encoding as utf-8
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 27 12:05:40 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
@@ -347,13 +364,13 @@ Tue Mar 9 06:13:09 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
* 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
|
||||
* Replace setattr (#493) @tylerwince
|
||||
- Refresh remove-non-test-deps.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 13 10:21:09 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- cli tool, don't build with multiple python versions
|
||||
- cli tool, don't build with multiple python versions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 4 16:15:56 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-bandit
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -29,7 +29,7 @@
|
||||
%bcond_without builddocs
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-bandit
|
||||
Version: 1.7.10
|
||||
Version: 1.8.2
|
||||
Release: 0
|
||||
Summary: Security oriented static analyser for Python code
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user