Package Release Info

python-django-appconf-1.0.4-bp154.1.36

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-django-appconf

Change Logs

Version: 1.0.4-bp153.1.1
* Fri Apr 03 2020 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.0.4:
  * Updates test matrix and PyPI metadata for latest versions of Django.
Version: 1.0.3-bp151.2.2
* Fri Mar 08 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.0.3:
  * use six directly
  * metadata updates
* Mon Dec 10 2018 Tomá? Chvátal <tchvatal@suse.com>
- Switch to github archives to get tests
- Run the tests
- Fix dependencies
Version: 1.0.2-bp150.2.2
* Thu Aug 24 2017 jmatejek@suse.com
- singlespec auto-conversion
* Tue Nov 15 2016 dmueller@suse.com
- update to 1.0.2:
  * Update supported Django and Python versions, in line with Django's
  own supported versions.
Version: 1.0.1-2.1
* 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