The NetBSD Project

CVS log for pkgsrc/www/py-django-mptt/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / py-django-mptt

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.24 / (download) - annotate - [select for diffs], Sat Oct 28 19:57:22 2023 UTC (5 weeks, 4 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Oct 10 16:34:20 2023 UTC (8 weeks, 2 days ago) by adam
Branch: MAIN
Changes since 1.22: +7 -6 lines
Diff to previous 1.22 (colored)

py-django-mptt: updated to 0.15.0

0.15

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 Django 4.2.
Dropped Python < 3.9, Django < 3.2.
Started using ruff and more rules.
Dropped the index_together check on Django 5 and better. Django 5 only supports Meta.indexes.
Optimized tree rebuilding.
Added support for the Django admin theme switcher.
Switched to hatchling.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Aug 8 12:13:06 2023 UTC (3 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.21: +2 -3 lines
Diff to previous 1.21 (colored)

py-django-mptt: updated to 0.14.0

0.14

Merged the docs/upgrade.rst file into the main CHANGELOG.rst.
Fixed the Sphinx autodoc configuration to also work locally. Ensured that readthedocs is able to build the docs again.
Fixed a bug where DraggableMPTTAdmin assumed that the user model's primary key is called id.
Ensured that we do not install the tests.myapp package.
Added dark mode support to the draggable model admin.
Started using pre-commit, for the fun of it.

0.13

MARKED THE PROJECT AS UNMAINTAINED, WHICH IT STILL IS
Reformatted everything using black, isort etc.
Switched from Travis CI to GitHub actions.
Switched to a declarative setup.
Verified compatibility with Django up to 3.2 and Python up to 3.9. Dropped compatibility guarantees (ha!) with anything older than Django 2.2 and Python 3.6.
Renamed the main development branch to main.
Fixed a problem where our _get_user_field_names mistakenly returned abstract fields.
Added a workaround for the default_app_config warning.
Changed saving to always call get_ordered_insertion_target when using ordered insertion.
Made it possible to override the starting level when using the tree node choice field.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Jul 13 10:03:28 2023 UTC (4 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

*: switch django users to py-django3

Revision 1.20 / (download) - annotate - [select for diffs], Tue Jan 4 20:55:20 2022 UTC (23 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.19 / (download) - annotate - [select for diffs], Fri Mar 19 10:05:30 2021 UTC (2 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

py-django-mptt: updated to 0.12.0

0.12

Fixed a few bugs and added a few features.
Reformatted the code using isort and black.
Other, undocumented changes. Please help out.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Feb 19 09:56:48 2020 UTC (3 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

py-django-mptt: updated to 0.11.0

0.11.0:
Unknown changes

Revision 1.17 / (download) - annotate - [select for diffs], Mon May 13 15:58:44 2019 UTC (4 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.16: +4 -2 lines
Diff to previous 1.16 (colored)

py-django-mptt: updated to 0.10.0

0.10.0:
Unknown changes

Revision 1.16 / (download) - annotate - [select for diffs], Tue Aug 7 06:31:28 2018 UTC (5 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

py-django-mptt: updated to 0.9.1

0.9.1:
Bug fixes.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Dec 14 13:54:17 2017 UTC (5 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.14: +5 -4 lines
Diff to previous 1.14 (colored)

py-django-mptt: updated to 0.9.0

0.9.0:
Add support for Django 1.11 and 2.0
Drop unsupported django versions from test matrix (1.9, 1.10)
Add Danish and Ukrainian translations
Rollup the last year worth of minor bug fixes

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jul 30 22:32:26 2017 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Switch github HOMEPAGEs to https.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Feb 2 07:27:21 2017 UTC (6 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.12: +2 -6 lines
Diff to previous 1.12 (colored)

Changes 0.8.7:
Better support for Django 1.10
Updated German and French translations
Add Chinese (traditional), Hungarian and Finnish translations
Remove tests folder from package (again.)

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:45 2016 UTC (7 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Switch to MASTER_SITES_PYPI.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Mar 14 19:04:52 2016 UTC (7 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.10: +5 -1 lines
Diff to previous 1.10 (colored)

Remove precompiled Python files in tests directory

Revision 1.10 / (download) - annotate - [select for diffs], Sun Mar 6 14:26:09 2016 UTC (7 years, 9 months ago) by adam
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Changes 0.8.3:
Fixed build

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jul 17 15:38:55 2015 UTC (8 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Changes 0.7.4:
Fixes a regression affecting `TreeManager.get_queryset_ancesto

Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 17 15:46:22 2015 UTC (8 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Changes 0.7.1:
Unknown

Revision 1.7 / (download) - annotate - [select for diffs], Wed Dec 31 13:57:31 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (colored)

Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 9 09:58:21 2014 UTC (9 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Changes 0.6.1:
point releast for django 1.7 compatibility

Revision 1.5 / (download) - annotate - [select for diffs], Fri Aug 9 07:33:25 2013 UTC (10 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

Changes 0.6.0:
mptt now requires Python 2.6+, and supports Python 3.2+

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jan 3 09:56:14 2013 UTC (10 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Changes 0.5.5:
Bug fixes.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 28 06:31:00 2012 UTC (11 years, 1 month ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.2: +1 -3 lines
Diff to previous 1.2 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 26 12:54:17 2012 UTC (11 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Changes 0.5.4:
Bug fixes.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Jan 8 07:48:36 2012 UTC (11 years, 11 months ago) by adam
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Utilities for implementing Modified Preorder Tree Traversal with your
Django Models and working with trees of Model instances.

MPTT is a technique for storing hierarchical data in a database. The aim is to
make retrieval operations very efficient.

The trade-off for this efficiency is that performing inserts and moving
items around the tree is more involved, as there's some extra work
required to keep the tree structure in a good state at all times.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 8 07:48:36 2012 UTC (11 years, 11 months ago) by adam
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>