File python-django-appconf.changes of Package python-django-appconf
-------------------------------------------------------------------
Tue Jun 3 06:48:22 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
-------------------------------------------------------------------
Tue Apr 15 08:07:17 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.1.0:
* Dropped official support for Python 3.7 and 3.8.
* Dropped official support for Django 3.2, 4.0, 4.1, and 5.0.
* Added official support for Django 5.2.
* Updated some old code to use more modern conventions.
-------------------------------------------------------------------
Sat Nov 25 12:57:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.0.6:
* Updated declared support and testing for Django 5.0 and 4.2,
and Python 3.12.
-------------------------------------------------------------------
Wed Jun 21 05:58:52 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
- Use sle15_python_module_pythons
-------------------------------------------------------------------
Wed Jan 4 14:11:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.0.5:
* Adds testing against latest non-EOL Python and Django versions and
updates package metadata accordingly.
-------------------------------------------------------------------
Mon Nov 21 17:19:34 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Remove python-six dependency.
- Remove python_module macro definition
- More specific python_sitelib in %files
-------------------------------------------------------------------
Fri Jan 7 03:47:57 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Skip Tumbleweed Python 3.6 incompatible with Django 4
-------------------------------------------------------------------
Thu May 20 07:23:18 UTC 2021 - pgajdos@suse.com
- use %pytest macro in %check
-------------------------------------------------------------------
Fri Apr 3 10:54:12 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.0.4:
* Updates test matrix and PyPI metadata for latest versions of Django.
-------------------------------------------------------------------
Fri Mar 8 09:41:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.0.3:
* use six directly
* metadata updates
-------------------------------------------------------------------
Mon Dec 10 15:44:16 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Switch to github archives to get tests
- Run the tests
- Fix dependencies
-------------------------------------------------------------------
Thu Aug 24 13:36:21 UTC 2017 - jmatejek@suse.com
- singlespec auto-conversion
-------------------------------------------------------------------
Tue Nov 15 10:28:09 UTC 2016 - dmueller@suse.com
- update to 1.0.2:
* Update supported Django and Python versions, in line with Django's
own supported versions.
-------------------------------------------------------------------
Sun May 3 16:21:07 UTC 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 11:01:27 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Mon Sep 9 10:38:12 UTC 2013 - speilicke@suse.com
- Drop obsolete versiontools build requirement
-------------------------------------------------------------------
Sun Apr 14 10:14:27 UTC 2013 - toddrme2178@gmail.com
- Remove pre_checkin.sh since the two versions are not the same
-------------------------------------------------------------------
Fri Apr 12 15:58:14 UTC 2013 - p.drouand@gmail.com
- Initial python3 support
-------------------------------------------------------------------
Tue Feb 26 12:52:46 UTC 2013 - vuntz@opensuse.org
- Add python-six Requires: since version 0.6, the six module is
used.
-------------------------------------------------------------------
Fri Feb 1 13:21:23 UTC 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 9 08:20:47 UTC 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 08:42:11 UTC 2012 - saschpe@suse.de
- Minor cleanup:
* Remove CFLAGS
* BuildRequire python-distribute instead of setuptools
* Reduced macro usage
-------------------------------------------------------------------
Fri Jan 20 01:54:12 UTC 2012 - jfunk@funktronics.ca
- Initial release