Hello community,
here is the log from the commit of package python-django-nose for
openSUSE:Factory checked in at 2012-03-24 20:09:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-nose (Old)
and /work/SRC/openSUSE:Factory/.python-django-nose.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-nose", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-django-nose/python-django-nose.changes
2012-03-21 09:05:53.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-nose.new/python-django-nose.changes
2012-03-24 20:09:52.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Mar 23 12:07:39 UTC 2012 - [email protected]
+
+- Use upstream tarball
+- Simplified macro usage
+- Run testsuite
+
+-------------------------------------------------------------------
Old:
----
django-nose-1.0.tar.bz2
New:
----
django-nose-1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-nose.spec ++++++
--- /var/tmp/diff_new_pack.CdoQTC/_old 2012-03-24 20:09:53.000000000 +0100
+++ /var/tmp/diff_new_pack.CdoQTC/_new 2012-03-24 20:09:53.000000000 +0100
@@ -16,9 +16,6 @@
#
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
Name: python-django-nose
Version: 1.0
Release: 0
@@ -26,17 +23,19 @@
Summary: Django test runner that uses nose
License: BSD-3-Clause
Group: Development/Languages/Python
-Source: django-nose-%{version}.tar.bz2
+Source:
http://pypi.python.org/packages/source/d/django-nose/django-nose-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
+BuildRequires: python-django
+BuildRequires: python-django-south
+BuildRequires: python-nose
Requires: python-django
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
BuildArch: noarch
%endif
-%endif
%description
Django test runner that uses nose.
@@ -50,8 +49,12 @@
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%check
+python setup.py test
+
%files
%defattr(-,root,root,-)
+%doc LICENSE README.rst
%{python_sitelib}/*
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]