From ec88e11b4ba5d53f141b84737a9de6c8a8ea2257 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Jun 10 2015 12:21:58 +0000 Subject: new version 0.11.0 --- diff --git a/.gitignore b/.gitignore index 0efc18a..c20327f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /bandit-0.10.1.tar.gz +/bandit-0.11.0.tar.gz diff --git a/bandit.spec b/bandit.spec index 696a743..8f7d0be 100644 --- a/bandit.spec +++ b/bandit.spec @@ -1,5 +1,5 @@ Name: bandit -Version: 0.10.1 +Version: 0.11.0 Release: 1%{?dist} Summary: A framework for performing security analysis of Python source code License: ASL 2.0 @@ -27,8 +27,9 @@ that lists security issues identified within the target source code. %install %{__python2} setup.py install --skip-build --root %{buildroot} -# bandit install his configuration file in /usr/etc/, so that's the easiest fix -mv -f %{buildroot}/usr/etc %{buildroot}/etc/ +# bandit install his configuration file in %{python2_sitelib}/%{name}, so that's the easiest fix +mkdir -p %{buildroot}/%{_sysconfdir} +mv -f %{buildroot}/%{python2_sitelib}/%{name}/config %{buildroot}/%{_sysconfdir}/bandit %check # the tests requires internet access, with pip install being run @@ -36,7 +37,7 @@ mv -f %{buildroot}/usr/etc %{buildroot}/etc/ # tox -epy27 %files -%doc AUTHORS ChangeLog README.rst +%doc AUTHORS ChangeLog README.md %doc docs examples %license LICENSE %{_bindir}/bandit @@ -46,5 +47,8 @@ mv -f %{buildroot}/usr/etc %{buildroot}/etc/ %dir %{_sysconfdir}/%{name} %changelog +* Wed Jun 10 2015 Michael Scherer 0.11.0-1 +- new version 0.11.0 + * Fri May 01 2015 Michael Scherer 0.10.1-1 - Initial package diff --git a/sources b/sources index 874b47d..4d56bbc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -654e8d03f03f61a96db88b5824a4eec4 bandit-0.10.1.tar.gz +097442fd1b8708bd101d1ce0133c5b18 bandit-0.11.0.tar.gz