pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-django-photologue py-django-photologue: updated...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4757d3684f72
branches: trunk
changeset: 448598:4757d3684f72
user: adam <adam%pkgsrc.org@localhost>
date: Wed Mar 10 19:07:06 2021 +0000
description:
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 :-)
diffstat:
www/py-django-photologue/Makefile | 12 +++++-----
www/py-django-photologue/PLIST | 27 ++++++------------------
www/py-django-photologue/distinfo | 11 ++++-----
www/py-django-photologue/patches/patch-setup.py | 20 ------------------
4 files changed, 18 insertions(+), 52 deletions(-)
diffs (144 lines):
diff -r ea1de105d061 -r 4757d3684f72 www/py-django-photologue/Makefile
--- a/www/py-django-photologue/Makefile Wed Mar 10 19:06:05 2021 +0000
+++ b/www/py-django-photologue/Makefile Wed Mar 10 19:07:06 2021 +0000
@@ -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 @@
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"
diff -r ea1de105d061 -r 4757d3684f72 www/py-django-photologue/PLIST
--- a/www/py-django-photologue/PLIST Wed Mar 10 19:06:05 2021 +0000
+++ b/www/py-django-photologue/PLIST Wed Mar 10 19:07:06 2021 +0000
@@ -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/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_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_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/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
diff -r ea1de105d061 -r 4757d3684f72 www/py-django-photologue/distinfo
--- a/www/py-django-photologue/distinfo Wed Mar 10 19:06:05 2021 +0000
+++ b/www/py-django-photologue/distinfo Wed Mar 10 19:07:06 2021 +0000
@@ -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
diff -r ea1de105d061 -r 4757d3684f72 www/py-django-photologue/patches/patch-setup.py
--- a/www/py-django-photologue/patches/patch-setup.py Wed Mar 10 19:06:05 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2020/02/23 23:59:04 joerg Exp $
-
-Don't use obsolete parse_requirements.
-
---- setup.py.orig 2020-02-22 21:20:06.604663786 +0000
-+++ setup.py
-@@ -2,7 +2,6 @@
- import uuid
- import os
- from setuptools import setup, find_packages
--from pip.req import parse_requirements
-
- import photologue
-
-@@ -44,5 +43,4 @@ setup(
- 'Programming Language :: Python :: 3.4',
- 'Programming Language :: Python :: 3.5',
- 'Topic :: Utilities'],
-- install_requires=get_requirements('requirements.txt'),
- )
Home |
Main Index |
Thread Index |
Old Index