Package Release Info

python-django-appconf-1.0.1-2.1

Update Info: openSUSE-2017-142
Available in Package Hub : 12 GA-SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-django-appconf

Change Logs

* Sun May 03 2015 benoit.monin@gmx.fr
- update to version 1.0.1:
  * no changelog
- additional changes from version 1.0:
  * Dropped support of Python 2.5.
  * Added support for Django 1.7 and 1.8.
  * Modernized test setup.
* Thu Oct 24 2013 speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
* Mon Sep 09 2013 speilicke@suse.com
- Drop obsolete versiontools build requirement
* Sun Apr 14 2013 toddrme2178@gmail.com
- Remove pre_checkin.sh since the two versions are not the same
* Fri Apr 12 2013 p.drouand@gmail.com
- Initial python3 support
* Tue Feb 26 2013 vuntz@opensuse.org
- Add python-six Requires: since version 0.6, the six module is
  used.
* Fri Feb 01 2013 oliver.bengs@opensuse.org
- 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 09 2012 oliver.bengs@opensuse.org
- 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 2012 saschpe@suse.de
- Minor cleanup:
  * Remove CFLAGS
  * BuildRequire python-distribute instead of setuptools
  * Reduced macro usage
* Fri Jan 20 2012 jfunk@funktronics.ca
- Initial release