Hello community,

here is the log from the commit of package python-django-appconf for 
openSUSE:Factory checked in at 2013-04-15 11:15:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-appconf (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-appconf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-appconf", Maintainer is ""

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes  
    2013-02-26 16:23:38.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-appconf.new/python-django-appconf.changes
 2013-04-15 11:15:41.000000000 +0200
@@ -1,0 +2,10 @@
+Sun Apr 14 10:14:27 UTC 2013 - [email protected]
+
+- Remove pre_checkin.sh since the two versions are not the same
+
+-------------------------------------------------------------------
+Fri Apr 12 15:58:14 UTC 2013 - [email protected]
+
+- Initial python3 support
+
+-------------------------------------------------------------------
New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-appconf.new/python3-django-appconf.changes
        2013-04-15 11:15:41.000000000 +0200
@@ -0,0 +1,49 @@
+-------------------------------------------------------------------
+Sun Apr 14 10:14:27 UTC 2013 - [email protected]
+
+- Remove pre_checkin.sh since the two versions are not the same
+- Remove unneeded macros
+- Added python buildrequires and requires since the package does not
+  work properly without them on openSUSE <= 12.2
+
+-------------------------------------------------------------------
+Fri Apr 12 15:58:14 UTC 2013 - [email protected]
+
+- Initial python3 support
+
+-------------------------------------------------------------------
+Tue Feb 26 12:52:46 UTC 2013 - [email protected]
+
+- Add python-six Requires: since version 0.6, the six module is
+  used.
+
+-------------------------------------------------------------------
+Fri Feb  1 13:21:23 UTC 2013 - [email protected]
+
+- update to 0.6
+  * Added required attribute to Meta to specify which settings are required to 
set.
+  * Moved to Travis for the tests: http://travis-ci.org/jezdez/django-appconf
+  * Stopped support for Django 1.2.X.
+  * Introduced support for Python >= 3.2.
+
+-------------------------------------------------------------------
+Tue Oct  9 08:20:47 UTC 2012 - [email protected]
+
+- update to 0.5
+  * Install as a package instead of a module.
+  * Refactored tests to use django-jenkins for enn.io‘s CI server.
+
+
+-------------------------------------------------------------------
+Fri Jan 20 08:42:11 UTC 2012 - [email protected]
+
+- Minor cleanup:
+  * Remove CFLAGS
+  * BuildRequire python-distribute instead of setuptools
+  * Reduced macro usage
+
+-------------------------------------------------------------------
+Fri Jan 20 01:54:12 UTC 2012 - [email protected]
+
+- Initial release
+

New:
----
  python3-django-appconf.changes
  python3-django-appconf.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-django-appconf.spec ++++++
#
# spec file for package python3-django-appconf
#
# 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:           python3-django-appconf
Version:        0.6
Release:        0
Url:            http://django-appconf.readthedocs.org/
Summary:        A Helper Class for Handling Configuration Defaults of Packaged 
Apps
License:        BSD-3-Clause
Group:          Development/Languages/Python
Source:         
http://pypi.python.org/packages/source/d/django-appconf/django-appconf-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
BuildRequires:  python3-versiontools
Requires:       python3
Requires:       python3-six
BuildArch:      noarch

%description
A helper class for handling configuration defaults of packaged Django apps
gracefully.


%prep
%setup -q -n django-appconf-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE README.rst docs
%{python3_sitelib}/*

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to