[python-django-admin-honeypot] Update to the latest upstream release

Eduardo Javier Echeverria Alvarado echevemaster at fedoraproject.org
Sun Jun 29 00:10:43 UTC 2014


commit aab64364551c43337336c4d731dba347b3ebf944
Author: Eduardo Echeverria <echevemaster at gmail.com>
Date:   Sat Jun 28 19:40:44 2014 -0430

    Update to the latest upstream release

 .gitignore                        |    1 +
 python-django-admin-honeypot.spec |   27 +++++++++++++--------------
 sources                           |    2 +-
 3 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9474711..dec4d3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /django-admin-honeypot-0.2.3.tar.gz
 /django-admin-honeypot-0.2.4.tar.gz
 /python-django-admin-honeypot.spec
+/django-admin-honeypot-0.3.0.tar.gz
diff --git a/python-django-admin-honeypot.spec b/python-django-admin-honeypot.spec
index 22e4cf4..bf71fbe 100644
--- a/python-django-admin-honeypot.spec
+++ b/python-django-admin-honeypot.spec
@@ -1,19 +1,16 @@
 %global pkgname django-admin-honeypot
 Name:		python-django-admin-honeypot		
-Version:	0.2.4
-Release:	5%{?dist}
+Version:	0.3.0
+Release:	1%{?dist}
 Summary:	A fake Django admin log in screen to notify admins of unauthorized access
 
 Group:		Development/Languages
 License:	MIT	
 URL:		https://github.com/dmpayton/django-admin-honeypot
 Source0:	http://pypi.python.org/packages/source/d/%{pkgname}/%{pkgname}-%{version}.tar.gz
-Patch1:		0003-change-setup.py-requires-to-fix.patch
 BuildArch:	noarch
 BuildRequires:	python2-devel
-BuildRequires:	python-setuptools
-BuildRequires:	python-coverage
-BuildRequires:	python-pep8 >= 1.3.3	
+BuildRequires:	python-setuptools	
 
 %if 0%{?fedora} >= 18
 Requires:	python-django
@@ -32,19 +29,18 @@ A fake admin log in screen to notify admins of attempted unauthorized access.
 
 %prep
 %setup -q -n %{pkgname}-%{version}
+# %patch1 -p1 -b .enabletests
 rm -rf django_admin_honeypot.egg-info
-%patch1 -p1
+# Disable test for now.
+rm -rf tests
 
 
 %build
-python setup.py build
-
-%check
-%{__python} setup.py test
+%{__python2} setup.py build
 
 
 %install
-python setup.py install --skip-build --root %{buildroot}
+%{__python2} setup.py install --skip-build --root %{buildroot}
 
 
 %files
@@ -53,8 +49,11 @@ python setup.py install --skip-build --root %{buildroot}
 %{python_sitelib}/django_admin_honeypot-*.egg-info
 
 %changelog
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.4-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+* Sat Jun 28 2014 Eduardo Echeverria <echevemaster at gmail.com> - 0.3.0-1
+- Update to the latest upstream release
+
+* Tue Feb 04 2014 Eduardo Echeverria  <echevemaster at gmail.com> - 0.2.5-1
+- Update to the latest upstream version
 
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.4-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
diff --git a/sources b/sources
index d08eaaa..c3555e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4eb2a48a0e241b16ab265c642494f22e  django-admin-honeypot-0.2.4.tar.gz
+bba8d672445b00f79799a3a9dbf2adf4  django-admin-honeypot-0.3.0.tar.gz


More information about the scm-commits mailing list