The NetBSD Project

CVS log for pkgsrc/www/py-djangocms-picture/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / py-djangocms-picture

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Wed Nov 1 18:20:50 2023 UTC (4 weeks ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

py-djangocms-picture: updated to 4.1.1

4.1.1 (2023-10-19)

Updated release workflows

4.1.0

Added support for Django 3.2, 4.0, 4.1, and 4.2
Added support for Django CMS 3.11
Added support for Python 3.11
Dropped support for Django <= 3.1
Dropped support for Python 3.7

Revision 1.12 / (download) - annotate - [select for diffs], Tue Oct 10 16:55:55 2023 UTC (7 weeks, 1 day ago) by adam
Branch: MAIN
Changes since 1.11: +2 -3 lines
Diff to previous 1.11 (colored)

py-djangocms-picture: updated to 4.0.0

4.0.0 (2022-03-25)

Apply {% localize off %} on <img> element
Dropped support for django 3.0
Dropped support for python 3.5 and 3.6
Added support for django 3.2
Added support for python 3.9 and 3.10

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jan 4 20:55:23 2022 UTC (22 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, 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.10: +2 -1 lines
Diff to previous 1.10 (colored)

*: bump PKGREVISION for egg.mk users

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

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jan 16 09:59:07 2021 UTC (2 years, 10 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.9: +7 -7 lines
Diff to previous 1.9 (colored)

py-djangocms-picture: updated to 3.0.0

3.0.0:
Added support for Django 3.1
Dropped support for Python 2.7 and Python 3.4
Dropped support for Django < 2.2
Fixed an issue with external images where internal or external links were not taken into account

Revision 1.9 / (download) - annotate - [select for diffs], Wed Feb 19 11:13:05 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.8: +4 -4 lines
Diff to previous 1.8 (colored)

py-djangocms-picture: updated to 2.4.0

2.4.0:
Added support for Django 3.0
Pinned django-filer to 1.5.0
Added further tests to raise coverage
Fixed smaller issues found during testing
Dropped support for django-filer <= 1.4
Fixed alt attribute not rendering correctly

2.3.0:
Fixes an issue where get_link doesn't return external picture
Fixes img_srcset_data being processed on an external picture
Added tests for the plugin itself
Updated translations

2.2.1:
Fixed a regression where external images are not shown anymore

2.2.0:
Added support for Django 2.2 and django CMS 3.7
Removed support for Django 2.0
Fixed an issue when the image reference is lost
Extended test matrix
Added isort and adapted imports
Adapted code base to align with other supported addons

Revision 1.8 / (download) - annotate - [select for diffs], Wed May 15 11:40:26 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.7: +3 -1 lines
Diff to previous 1.7 (colored)

Added PYTHON_VERSIONS_INCOMPATIBLE=27

Revision 1.7 / (download) - annotate - [select for diffs], Thu Dec 13 21:32:31 2018 UTC (4 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

py-djangocms-picture: updated to 2.1.3

2.1.3:
Added missing migration for Picture model

2.1.2:
Fixed an issue creating a validation error on the alt attribute
Fixed an issue in the template adding a } after the srcset
Adapted test matrix for django CMS 3.4, 3.5, 3.6 as well as Django 1.11, 2.0 and 2.1
Exclude tests folder from release build

Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 20 18:47:52 2018 UTC (5 years ago) by adam
Branch: MAIN
Changes since 1.5: +8 -6 lines
Diff to previous 1.5 (colored)

py-djangocms-picture: updated to 2.1.1

2.1.1:
Added reference variables to migrations
Fixed a text typo in models

2.1.0:
Removed support for Django 1.8, 1.9, 1.10

2.0.8:
Fixed an issue where default DJANGOCMS_PICTURE_RESPONSIVE_IMAGES was not in settings

2.0.7:
Add responsive image support
Add support for Django 2.0 and 2.1
Fix swappable filer image model support

2.0.6:
Fixed a misleading link to MDN inside code documentation
Abstract the link model so it can be extended by other addons

2.0.5:
Fixed an issue in DJANGOCMS_PICTURE_ALIGN where "Align center" pointed to the wrong value
Updated translations

2.0.4:
Prevent changes to DJANGOCMS_PICTURE_XXX settings from requiring new migrations
Changed naming of Aldryn to Divio Cloud
Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.4 and dropped 3.2
Fixed an issue when no image is set after deletion in django-filer (on_delete=SET_NULL)
Updated translations

2.0.3:
Fixed an issue with picture_link not working as expected in the template
Fixed an issue where the alt text was not displayed appropriately
Fixed an issue where placeholder params can be strings

2.0.2:
Fixed an issues with migrations where Null values caused IntegrityError

2.0.1:
Fixes an issue where images throw an AttributeError

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

Switch to MASTER_SITES_PYPI.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 25 21:04:04 2016 UTC (7 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Fix PLIST. Bump revision.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 6 14:34:45 2016 UTC (7 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Changes 0.2.0:
Unknown

Revision 1.2 / (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-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored)

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

Revision 1.1 / (download) - annotate - [select for diffs], Sun Nov 30 10:18:37 2014 UTC (9 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4

Added essential py-djangocms plug-ins which used to be part of py-django-cms package prior to version 3

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>