Hello community,
here is the log from the commit of package python-django-international for
openSUSE:Factory checked in at 2013-06-07 07:08:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-international (Old)
and /work/SRC/openSUSE:Factory/.python-django-international.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-international"
Changes:
--------
New Changes file:
--- /dev/null 2013-06-06 00:44:45.792030006 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-international.new/python-django-international.changes
2013-06-07 07:08:02.000000000 +0200
@@ -0,0 +1,22 @@
+-------------------------------------------------------------------
+Fri Apr 5 10:41:55 UTC 2013 - [email protected]
+
+- Version bump to 0.0.6, proper fix to setup.py
+
+-------------------------------------------------------------------
+Tue Apr 2 20:43:58 UTC 2013 - [email protected]
+
+- Version bump to 0.0.4, fixes setup.py not installing the fixtures
+
+-------------------------------------------------------------------
+Tue Apr 2 09:08:48 UTC 2013 - [email protected]
+
+- Require python-django, makes little sense withouth
+- Package NEWS, LICENSE and README.rst
+- Drop some unneded macros
+
+-------------------------------------------------------------------
+Tue Mar 26 14:25:00 UTC 2013 - [email protected]
+
+- Initial commit
+
New:
----
django-international-0.0.6.tar.gz
python-django-international.changes
python-django-international.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-international.spec ++++++
#
# spec file for package django-international
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-django-international
Version: 0.0.6
Release: 0
License: BSD-4-Clause
Summary: Country and currency data for Django projects
Url: https://bitbucket.org/monwara/django-international
Group: Development/Languages/Python
Source: django-international-%{version}.tar.gz
BuildRequires: python-devel
Requires: python-django
BuildRoot: %{_tmppath}/django-international-%{version}-build
%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
%description
django-international is a combination of data, models, and forms, for handling
country- and currency-related information in your Django project. The data used
in this app comes from Wikipedia and XE.com, and will be updated from time to
time when sources become updated.
%prep
%setup -q -n django-international-%{version}
%build
python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc NEWS LICENSE README.rst
%{python_sitelib}/*
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]