Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-django-mptt-0.16-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python310-django-mptt Distribution: openSUSE Tumbleweed
Version: 0.16 Vendor: openSUSE
Release: 1.1 Build date: Thu Jul 18 16:43:23 2024
Group: Unspecified Build host: reproducible
Size: 525585 Source RPM: python-django-mptt-0.16-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/django-mptt/django-mptt
Summary: Modified Preorder Tree Traversal for Django Models
Utilities for implementing Modified Preorder Tree Traversal with your Django Models and working with trees of Model instances.

Provides

Requires

License

MIT

Changelog

* Thu Jul 18 2024 Markéta Machová <mmachova@suse.com>
  - Update to version 0.16
    * "Since I unfortunately still depend on django-mptt in prehistoric
      projects I took it upon me to make it runnable again. This doesn't
      mean I want to maintain the package."
    * Added support for Python 3.12, Django 5.0.
    * Dropped Python < 3.9, Django < 3.2.
    * Added support for the Django admin theme switcher.
    * Switched to hatchling.
    * Fixed get_cached_trees if there are multiple trees in the queryset.
* Tue Apr 23 2024 Georg Pfuetzenreuter <mail+rpm@georg-pfuetzenreuter.net>
  - Switch to sle15_python_module_pythons to repair build on Leap
* Mon Oct 10 2022 John Vandenberg <jayvdb@gmail.com>
  - Activate test suite
  - Update to v0.14.0
* Tue Apr 12 2022 Misha Komarovskiy <zombah@gmail.com>
  - Update to 0.13.4
* Wed Sep 01 2021 Misha Komarovskiy <zombah@gmail.com>
  - Update to 0.13.2
* Mon Aug 30 2021 Misha Komarovskiy <zombah@gmail.com>
  - Update to 0.13.1
* Fri Jul 16 2021 Daniel Molkentin <daniel.molkentin@suse.com>
  - Update spec file for multi-build
* Mon May 10 2021 Daniel Molkentin <daniel.molkentin@suse.com>
  - Update to 0.12.0
    + No changelog available
* Thu Apr 23 2020 Marcus Rueckert <mrueckert@suse.de>
  - Update to 0.11.0
    + No changelog available
* Tue Dec 11 2018 Daniel Molkentin <daniel.molkentin@suse.com>
  - Update to 0.9.1
    + No changelog available

Files

/usr/lib/python3.10/site-packages/django_mptt-0.16.0.dist-info
/usr/lib/python3.10/site-packages/django_mptt-0.16.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/django_mptt-0.16.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/django_mptt-0.16.0.dist-info/RECORD
/usr/lib/python3.10/site-packages/django_mptt-0.16.0.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/django_mptt-0.16.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/django_mptt-0.16.0.dist-info/licenses
/usr/lib/python3.10/site-packages/django_mptt-0.16.0.dist-info/licenses/LICENSE
/usr/lib/python3.10/site-packages/mptt
/usr/lib/python3.10/site-packages/mptt/__init__.py
/usr/lib/python3.10/site-packages/mptt/__pycache__
/usr/lib/python3.10/site-packages/mptt/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/admin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/admin.cpython-310.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/apps.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/apps.cpython-310.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/fields.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/fields.cpython-310.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/forms.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/forms.cpython-310.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/managers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/managers.cpython-310.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/models.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/models.cpython-310.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/querysets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/querysets.cpython-310.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/settings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/settings.cpython-310.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/signals.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/signals.cpython-310.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mptt/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/mptt/admin.py
/usr/lib/python3.10/site-packages/mptt/apps.py
/usr/lib/python3.10/site-packages/mptt/compat.py
/usr/lib/python3.10/site-packages/mptt/exceptions.py
/usr/lib/python3.10/site-packages/mptt/fields.py
/usr/lib/python3.10/site-packages/mptt/forms.py
/usr/lib/python3.10/site-packages/mptt/locale
/usr/lib/python3.10/site-packages/mptt/locale/da
/usr/lib/python3.10/site-packages/mptt/locale/da/LC_MESSAGES
/usr/lib/python3.10/site-packages/mptt/locale/da/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/mptt/locale/da/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/mptt/locale/de
/usr/lib/python3.10/site-packages/mptt/locale/de/LC_MESSAGES
/usr/lib/python3.10/site-packages/mptt/locale/de/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/mptt/locale/de/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/mptt/locale/es
/usr/lib/python3.10/site-packages/mptt/locale/es/LC_MESSAGES
/usr/lib/python3.10/site-packages/mptt/locale/es/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/mptt/locale/es/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/mptt/locale/es_AR
/usr/lib/python3.10/site-packages/mptt/locale/es_AR/LC_MESSAGES
/usr/lib/python3.10/site-packages/mptt/locale/es_AR/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/mptt/locale/es_AR/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/mptt/locale/fi
/usr/lib/python3.10/site-packages/mptt/locale/fi/LC_MESSAGES
/usr/lib/python3.10/site-packages/mptt/locale/fi/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/mptt/locale/fi/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/mptt/locale/fr
/usr/lib/python3.10/site-packages/mptt/locale/fr/LC_MESSAGES
/usr/lib/python3.10/site-packages/mptt/locale/fr/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/mptt/locale/fr/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/mptt/locale/hu
/usr/lib/python3.10/site-packages/mptt/locale/hu/LC_MESSAGES
/usr/lib/python3.10/site-packages/mptt/locale/hu/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/mptt/locale/hu/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/mptt/locale/it
/usr/lib/python3.10/site-packages/mptt/locale/it/LC_MESSAGES
/usr/lib/python3.10/site-packages/mptt/locale/it/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/mptt/locale/it/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/mptt/locale/mn
/usr/lib/python3.10/site-packages/mptt/locale/mn/LC_MESSAGES
/usr/lib/python3.10/site-packages/mptt/locale/mn/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/mptt/locale/mn/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/mptt/locale/nb
/usr/lib/python3.10/site-packages/mptt/locale/nb/LC_MESSAGES
/usr/lib/python3.10/site-packages/mptt/locale/nb/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/mptt/locale/nb/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/mptt/locale/pl
/usr/lib/python3.10/site-packages/mptt/locale/pl/LC_MESSAGES
/usr/lib/python3.10/site-packages/mptt/locale/pl/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/mptt/locale/pl/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/mptt/locale/pt_BR
/usr/lib/python3.10/site-packages/mptt/locale/pt_BR/LC_MESSAGES
/usr/lib/python3.10/site-packages/mptt/locale/pt_BR/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/mptt/locale/pt_BR/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/mptt/locale/ru
/usr/lib/python3.10/site-packages/mptt/locale/ru/LC_MESSAGES
/usr/lib/python3.10/site-packages/mptt/locale/ru/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/mptt/locale/ru/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/mptt/locale/uk
/usr/lib/python3.10/site-packages/mptt/locale/uk/LC_MESSAGES
/usr/lib/python3.10/site-packages/mptt/locale/uk/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/mptt/locale/uk/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/mptt/locale/zh_Hans
/usr/lib/python3.10/site-packages/mptt/locale/zh_Hans/LC_MESSAGES
/usr/lib/python3.10/site-packages/mptt/locale/zh_Hans/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/mptt/locale/zh_Hans/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/mptt/locale/zh_Hant
/usr/lib/python3.10/site-packages/mptt/locale/zh_Hant/LC_MESSAGES
/usr/lib/python3.10/site-packages/mptt/locale/zh_Hant/LC_MESSAGES/django.mo
/usr/lib/python3.10/site-packages/mptt/locale/zh_Hant/LC_MESSAGES/django.po
/usr/lib/python3.10/site-packages/mptt/managers.py
/usr/lib/python3.10/site-packages/mptt/models.py
/usr/lib/python3.10/site-packages/mptt/querysets.py
/usr/lib/python3.10/site-packages/mptt/settings.py
/usr/lib/python3.10/site-packages/mptt/signals.py
/usr/lib/python3.10/site-packages/mptt/static
/usr/lib/python3.10/site-packages/mptt/static/mptt
/usr/lib/python3.10/site-packages/mptt/static/mptt/arrow-move-black.png
/usr/lib/python3.10/site-packages/mptt/static/mptt/arrow-move-white.png
/usr/lib/python3.10/site-packages/mptt/static/mptt/disclosure-down-black.png
/usr/lib/python3.10/site-packages/mptt/static/mptt/disclosure-down-white.png
/usr/lib/python3.10/site-packages/mptt/static/mptt/disclosure-right-black.png
/usr/lib/python3.10/site-packages/mptt/static/mptt/disclosure-right-white.png
/usr/lib/python3.10/site-packages/mptt/static/mptt/draggable-admin.css
/usr/lib/python3.10/site-packages/mptt/static/mptt/draggable-admin.js
/usr/lib/python3.10/site-packages/mptt/templates
/usr/lib/python3.10/site-packages/mptt/templates/admin
/usr/lib/python3.10/site-packages/mptt/templates/admin/grappelli_mptt_change_list.html
/usr/lib/python3.10/site-packages/mptt/templates/admin/grappelli_mptt_change_list_results.html
/usr/lib/python3.10/site-packages/mptt/templates/admin/mptt_change_list.html
/usr/lib/python3.10/site-packages/mptt/templates/admin/mptt_change_list_results.html
/usr/lib/python3.10/site-packages/mptt/templates/admin/mptt_filter.html
/usr/lib/python3.10/site-packages/mptt/templatetags
/usr/lib/python3.10/site-packages/mptt/templatetags/__init__.py
/usr/lib/python3.10/site-packages/mptt/templatetags/__pycache__
/usr/lib/python3.10/site-packages/mptt/templatetags/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mptt/templatetags/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/mptt/templatetags/__pycache__/mptt_admin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mptt/templatetags/__pycache__/mptt_admin.cpython-310.pyc
/usr/lib/python3.10/site-packages/mptt/templatetags/__pycache__/mptt_tags.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mptt/templatetags/__pycache__/mptt_tags.cpython-310.pyc
/usr/lib/python3.10/site-packages/mptt/templatetags/mptt_admin.py
/usr/lib/python3.10/site-packages/mptt/templatetags/mptt_tags.py
/usr/lib/python3.10/site-packages/mptt/utils.py
/usr/share/doc/packages/python310-django-mptt
/usr/share/doc/packages/python310-django-mptt/README.rst
/usr/share/licenses/python310-django-mptt
/usr/share/licenses/python310-django-mptt/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Oct 26 00:45:59 2024