forked from pool/python-bandit
Accepting request 1288495 from home:glaubitz:branches:devel:languages:python
- Update to 1.8.5 * Fix the rendering of the CI/CD doc (#1274) * Fix for publish to PyPI failure (#1273) - from version 1.8.4 * Add more random functions to B311 check (#1235) * Metadata: rename classifier to classifiers (#1237) * Bump sigstore/cosign-installer from 3.8.0 to 3.8.1 (#1239) * Bump docker/build-push-action from 6.13.0 to 6.14.0 (#1238) * Bump docker/build-push-action from 6.14.0 to 6.15.0 (#1240) * Bump docker/setup-buildx-action from 3.9.0 to 3.10.0 (#1241) * Bump docker/login-action from 3.3.0 to 3.4.0 (#1245) * Bump bandit version in bug template (#1247) * Fix traceback from trojansource plugin (#1248) * Ensure the man page is built (#1257) * Update documentation to cover `--severity-level` and `--confidence-level` (#1254) * Use license property in lieu of classifier (#1259) * Fix up some of the warnings when building docs (#1258) * Add a doc describing various integrations (#1253) * Use ubuntu latest for readthedocs build (#1260) * Bump docker/build-push-action from 6.15.0 to 6.16.0 (#1261) * Bump sigstore/cosign-installer from 3.8.1 to 3.8.2 (#1262) * Remove etc from list of temp paths (#1263) * Bump docker/build-push-action from 6.16.0 to 6.17.0 (#1265) * [pre-commit.ci] pre-commit autoupdate (#1266) * Bump docker/build-push-action from 6.17.0 to 6.18.0 (#1268) * Add github-actions documentation (#1172) - Add bandit manpage to %files section OBS-URL: https://build.opensuse.org/request/show/1288495 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bandit?expand=0&rev=40
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f5847beb654d309422985c36644649924e0ea4425c76dec2e89110b87506193a
|
|
||||||
size 4232005
|
|
3
bandit-1.8.5.tar.gz
Normal file
3
bandit-1.8.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db812e9c39b8868c0fed5278b77fffbbaba828b4891bc80e34b9c50373201cfd
|
||||||
|
size 4237566
|
@@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 25 10:03:33 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.8.5
|
||||||
|
* Fix the rendering of the CI/CD doc (#1274)
|
||||||
|
* Fix for publish to PyPI failure (#1273)
|
||||||
|
- from version 1.8.4
|
||||||
|
* Add more random functions to B311 check (#1235)
|
||||||
|
* Metadata: rename classifier to classifiers (#1237)
|
||||||
|
* Bump sigstore/cosign-installer from 3.8.0 to 3.8.1 (#1239)
|
||||||
|
* Bump docker/build-push-action from 6.13.0 to 6.14.0 (#1238)
|
||||||
|
* Bump docker/build-push-action from 6.14.0 to 6.15.0 (#1240)
|
||||||
|
* Bump docker/setup-buildx-action from 3.9.0 to 3.10.0 (#1241)
|
||||||
|
* Bump docker/login-action from 3.3.0 to 3.4.0 (#1245)
|
||||||
|
* Bump bandit version in bug template (#1247)
|
||||||
|
* Fix traceback from trojansource plugin (#1248)
|
||||||
|
* Ensure the man page is built (#1257)
|
||||||
|
* Update documentation to cover `--severity-level` and `--confidence-level` (#1254)
|
||||||
|
* Use license property in lieu of classifier (#1259)
|
||||||
|
* Fix up some of the warnings when building docs (#1258)
|
||||||
|
* Add a doc describing various integrations (#1253)
|
||||||
|
* Use ubuntu latest for readthedocs build (#1260)
|
||||||
|
* Bump docker/build-push-action from 6.15.0 to 6.16.0 (#1261)
|
||||||
|
* Bump sigstore/cosign-installer from 3.8.1 to 3.8.2 (#1262)
|
||||||
|
* Remove etc from list of temp paths (#1263)
|
||||||
|
* Bump docker/build-push-action from 6.16.0 to 6.17.0 (#1265)
|
||||||
|
* [pre-commit.ci] pre-commit autoupdate (#1266)
|
||||||
|
* Bump docker/build-push-action from 6.17.0 to 6.18.0 (#1268)
|
||||||
|
* Add github-actions documentation (#1172)
|
||||||
|
- Add bandit manpage to %files section
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 16 14:45:04 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Mon Jun 16 14:45:04 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
%bcond_without libalternatives
|
%bcond_without libalternatives
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-bandit
|
Name: python-bandit
|
||||||
Version: 1.8.3
|
Version: 1.8.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Security oriented static analyser for Python code
|
Summary: Security oriented static analyser for Python code
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -120,6 +120,7 @@ sed -i '/^#!/d' bandit/__main__.py
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc AUTHORS ChangeLog README.rst
|
%doc AUTHORS ChangeLog README.rst
|
||||||
|
%{_mandir}/man1/bandit.1%{?ext_man}
|
||||||
%python_alternative %{_bindir}/bandit
|
%python_alternative %{_bindir}/bandit
|
||||||
%python_alternative %{_bindir}/bandit-config-generator
|
%python_alternative %{_bindir}/bandit-config-generator
|
||||||
%python_alternative %{_bindir}/bandit-baseline
|
%python_alternative %{_bindir}/bandit-baseline
|
||||||
|
Reference in New Issue
Block a user