pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-django-photologue



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Mar 10 19:07:06 UTC 2021

Modified Files:
        pkgsrc/www/py-django-photologue: Makefile PLIST distinfo
Removed Files:
        pkgsrc/www/py-django-photologue/patches: patch-setup.py

Log Message:
py-django-photologue: updated to 3.13

3.13 (2020-09-03)
-----------------
- Checked compatibility with Django 3.1.
- Apply crop/effect changes to existing images
- Encoding objects before hashing error

3.12 (2020-07-30)
-----------------
- Drop alpha channel only on jpeg save (contributed by drazen)
- Added zh_Hans translation     (contributed by Lessica)
- improved Dutch translations (contributed by andreas.milants)

3.11 (2019-12-13)
-----------------
- Added support for Django 3.
- Dropped support for Python 2, python 3.4 and Django 2.1.

3.10 (2019-08-29)
-----------------
- Compatibility with Django 2.2.

3.9 (2019-04-21)
----------------
- Fixes when file doesn't exist in the file system but still is in S3.
- Doc tweaks - and added a page on how to actually use Photologue!
- Make setup compatible with latest version of pip.
- Checked compatibility with Django 2.1 and Python 3.7.
- Updated translations for Catalan and Basque.
- Missed a Django migration
- Test Tox; integrate with Travis and Coveralls.
- Removed old code (old-style demo templates that have been deprecated since 2014).
- Removed old code (old views that have been deprecated since 2014).
- Removed all references to PIL (which hasn't been updated since 2009). I think that by now
  there are no servers left anywhere in the world that still use it :-)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-django-photologue/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-django-photologue/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-django-photologue/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/www/py-django-photologue/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django-photologue/Makefile
diff -u pkgsrc/www/py-django-photologue/Makefile:1.13 pkgsrc/www/py-django-photologue/Makefile:1.14
--- pkgsrc/www/py-django-photologue/Makefile:1.13       Sun Feb 23 23:59:04 2020
+++ pkgsrc/www/py-django-photologue/Makefile    Wed Mar 10 19:07:06 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2020/02/23 23:59:04 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2021/03/10 19:07:06 adam Exp $
 
-DISTNAME=      django-photologue-3.8.1
+DISTNAME=      django-photologue-3.13
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-photologue/}
 
@@ -11,13 +10,14 @@ HOMEPAGE=   https://github.com/jdriscoll/d
 COMMENT=       Plug-in photo management application for the Django framework
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-Pillow>=4.3.0:../../graphics/py-Pillow
+DEPENDS+=      ${PYPKGPREFIX}-Pillow>=6.0.0:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-django>=1.11:../../www/py-django
-DEPENDS+=      ${PYPKGPREFIX}-django-sortedm2m>=1.5.0:../../www/py-django-sortedm2m
+DEPENDS+=      ${PYPKGPREFIX}-django-sortedm2m>=3.0.0:../../www/py-django-sortedm2m
 DEPENDS+=      ${PYPKGPREFIX}-exifread>=2.1.2:../../graphics/py-exifread
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-django-sortedm2m
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-django-photologue/PLIST
diff -u pkgsrc/www/py-django-photologue/PLIST:1.4 pkgsrc/www/py-django-photologue/PLIST:1.5
--- pkgsrc/www/py-django-photologue/PLIST:1.4   Sun Feb 23 23:59:04 2020
+++ pkgsrc/www/py-django-photologue/PLIST       Wed Mar 10 19:07:06 2021
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2020/02/23 23:59:04 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/03/10 19:07:06 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/photologue/__init__.py
 ${PYSITELIB}/photologue/__init__.pyc
@@ -10,21 +11,6 @@ ${PYSITELIB}/photologue/__init__.pyo
 ${PYSITELIB}/photologue/admin.py
 ${PYSITELIB}/photologue/admin.pyc
 ${PYSITELIB}/photologue/admin.pyo
-${PYSITELIB}/photologue/contrib/old_style_templates/templates/photologue/gallery_archive.html
-${PYSITELIB}/photologue/contrib/old_style_templates/templates/photologue/gallery_archive_day.html
-${PYSITELIB}/photologue/contrib/old_style_templates/templates/photologue/gallery_archive_month.html
-${PYSITELIB}/photologue/contrib/old_style_templates/templates/photologue/gallery_archive_year.html
-${PYSITELIB}/photologue/contrib/old_style_templates/templates/photologue/gallery_detail.html
-${PYSITELIB}/photologue/contrib/old_style_templates/templates/photologue/gallery_list.html
-${PYSITELIB}/photologue/contrib/old_style_templates/templates/photologue/photo_archive.html
-${PYSITELIB}/photologue/contrib/old_style_templates/templates/photologue/photo_archive_day.html
-${PYSITELIB}/photologue/contrib/old_style_templates/templates/photologue/photo_archive_month.html
-${PYSITELIB}/photologue/contrib/old_style_templates/templates/photologue/photo_archive_year.html
-${PYSITELIB}/photologue/contrib/old_style_templates/templates/photologue/photo_detail.html
-${PYSITELIB}/photologue/contrib/old_style_templates/templates/photologue/photo_list.html
-${PYSITELIB}/photologue/contrib/old_style_templates/templates/photologue/root.html
-${PYSITELIB}/photologue/contrib/old_style_templates/templates/photologue/tags/next_in_gallery.html
-${PYSITELIB}/photologue/contrib/old_style_templates/templates/photologue/tags/prev_in_gallery.html
 ${PYSITELIB}/photologue/forms.py
 ${PYSITELIB}/photologue/forms.pyc
 ${PYSITELIB}/photologue/forms.pyo
@@ -34,16 +20,12 @@ ${PYSITELIB}/photologue/locale/cs/LC_MES
 ${PYSITELIB}/photologue/locale/cs/LC_MESSAGES/django.po
 ${PYSITELIB}/photologue/locale/da/LC_MESSAGES/django.mo
 ${PYSITELIB}/photologue/locale/da/LC_MESSAGES/django.po
-${PYSITELIB}/photologue/locale/da_DK/LC_MESSAGES/django.mo
-${PYSITELIB}/photologue/locale/da_DK/LC_MESSAGES/django.po
 ${PYSITELIB}/photologue/locale/de/LC_MESSAGES/django.mo
 ${PYSITELIB}/photologue/locale/de/LC_MESSAGES/django.po
 ${PYSITELIB}/photologue/locale/en/LC_MESSAGES/django.mo
 ${PYSITELIB}/photologue/locale/en/LC_MESSAGES/django.po
 ${PYSITELIB}/photologue/locale/en_US/LC_MESSAGES/django.mo
 ${PYSITELIB}/photologue/locale/en_US/LC_MESSAGES/django.po
-${PYSITELIB}/photologue/locale/es/LC_MESSAGES/django.mo
-${PYSITELIB}/photologue/locale/es/LC_MESSAGES/django.po
 ${PYSITELIB}/photologue/locale/es_ES/LC_MESSAGES/django.mo
 ${PYSITELIB}/photologue/locale/es_ES/LC_MESSAGES/django.po
 ${PYSITELIB}/photologue/locale/eu/LC_MESSAGES/django.mo
@@ -72,6 +54,8 @@ ${PYSITELIB}/photologue/locale/tr/LC_MES
 ${PYSITELIB}/photologue/locale/tr/LC_MESSAGES/django.po
 ${PYSITELIB}/photologue/locale/uk/LC_MESSAGES/django.mo
 ${PYSITELIB}/photologue/locale/uk/LC_MESSAGES/django.po
+${PYSITELIB}/photologue/locale/zh_Hans/LC_MESSAGES/django.mo
+${PYSITELIB}/photologue/locale/zh_Hans/LC_MESSAGES/django.po
 ${PYSITELIB}/photologue/management/__init__.py
 ${PYSITELIB}/photologue/management/__init__.pyc
 ${PYSITELIB}/photologue/management/__init__.pyo
@@ -120,6 +104,9 @@ ${PYSITELIB}/photologue/migrations/0009_
 ${PYSITELIB}/photologue/migrations/0010_auto_20160105_1307.py
 ${PYSITELIB}/photologue/migrations/0010_auto_20160105_1307.pyc
 ${PYSITELIB}/photologue/migrations/0010_auto_20160105_1307.pyo
+${PYSITELIB}/photologue/migrations/0011_auto_20190223_2138.py
+${PYSITELIB}/photologue/migrations/0011_auto_20190223_2138.pyc
+${PYSITELIB}/photologue/migrations/0011_auto_20190223_2138.pyo
 ${PYSITELIB}/photologue/migrations/__init__.py
 ${PYSITELIB}/photologue/migrations/__init__.pyc
 ${PYSITELIB}/photologue/migrations/__init__.pyo

Index: pkgsrc/www/py-django-photologue/distinfo
diff -u pkgsrc/www/py-django-photologue/distinfo:1.5 pkgsrc/www/py-django-photologue/distinfo:1.6
--- pkgsrc/www/py-django-photologue/distinfo:1.5        Sun Feb 23 23:59:04 2020
+++ pkgsrc/www/py-django-photologue/distinfo    Wed Mar 10 19:07:06 2021
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/02/23 23:59:04 joerg Exp $
+$NetBSD: distinfo,v 1.6 2021/03/10 19:07:06 adam Exp $
 
-SHA1 (django-photologue-3.8.1.tar.gz) = efa8295d4f5451fcecc9319002ae01d7eda20069
-RMD160 (django-photologue-3.8.1.tar.gz) = 07a8fec5f942724d3ddb9cfc3c724a78ca2c1abd
-SHA512 (django-photologue-3.8.1.tar.gz) = 081e7d7f31eb96f8fa12ecbafa07d63606c2efd950d05fe98fe73ed2daa5084b41daef99e7ee1e263c06b4f4af1fadb9bfb69d5edfaf9bde74c123d5ee4623f9
-Size (django-photologue-3.8.1.tar.gz) = 173045 bytes
-SHA1 (patch-setup.py) = 2f4d8840b911ab8e053e2481c7bbd56226848394
+SHA1 (django-photologue-3.13.tar.gz) = 147e372fe79ce673626bf5632d24590de417edb8
+RMD160 (django-photologue-3.13.tar.gz) = 205622c7fe015adcf0cb332f665c8da31ef6255d
+SHA512 (django-photologue-3.13.tar.gz) = 5c75b6c78fd95ed9787a688a4cd59e0267fb482c8673a056635ded132ad38251a759f318802f18a9c0fdd7cf9beca52b9fb3bda4196b74750543b5702c5b34d4
+Size (django-photologue-3.13.tar.gz) = 187317 bytes



Home | Main Index | Thread Index | Old Index