pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-djangocms-googlemap py-djangocms-googlemap: upd...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6e8877aeea69
branches: trunk
changeset: 411727:6e8877aeea69
user: adam <adam%pkgsrc.org@localhost>
date: Wed Feb 19 11:23:08 2020 +0000
description:
py-djangocms-googlemap: updated to 1.4.0
1.4.0:
Added support for Django 3.0
Add rendering on plugin first insert capability
1.3.1 (unreleased)
Added further tests to raise coverage
Fixed smaller issues found during testing
Changed DecimalField field to FloatField for Marker plugin
1.3.0:
Added support for Django 2.2 and django CMS 3.7
Removed support for Django 2.0
Extended test matrix
Exclude tests folder from release build
Added installation instructions for django-filer
diffstat:
www/py-djangocms-googlemap/Makefile | 6 +++---
www/py-djangocms-googlemap/PLIST | 5 ++++-
www/py-djangocms-googlemap/distinfo | 11 +++++------
www/py-djangocms-googlemap/patches/patch-setup.py | 15 ---------------
4 files changed, 12 insertions(+), 25 deletions(-)
diffs (75 lines):
diff -r b8d070eb452d -r 6e8877aeea69 www/py-djangocms-googlemap/Makefile
--- a/www/py-djangocms-googlemap/Makefile Wed Feb 19 11:20:54 2020 +0000
+++ b/www/py-djangocms-googlemap/Makefile Wed Feb 19 11:23:08 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/05/15 11:40:26 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/02/19 11:23:08 adam Exp $
-DISTNAME= djangocms-googlemap-1.2.0
+DISTNAME= djangocms-googlemap-1.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangocms-googlemap/}
@@ -11,7 +11,7 @@
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-django-cms>=3.4.5:../../www/py-django-cms
-DEPENDS+= ${PYPKGPREFIX}-django-filer-[0-9]*:../../www/py-django-filer
+DEPENDS+= ${PYPKGPREFIX}-django-filer>=1.3.0:../../www/py-django-filer
USE_LANGUAGES= # none
diff -r b8d070eb452d -r 6e8877aeea69 www/py-djangocms-googlemap/PLIST
--- a/www/py-djangocms-googlemap/PLIST Wed Feb 19 11:20:54 2020 +0000
+++ b/www/py-djangocms-googlemap/PLIST Wed Feb 19 11:23:08 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/11/20 18:44:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/02/19 11:23:08 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -186,6 +186,9 @@
${PYSITELIB}/djangocms_googlemap/migrations/0009_googlemapmarker_icon.py
${PYSITELIB}/djangocms_googlemap/migrations/0009_googlemapmarker_icon.pyc
${PYSITELIB}/djangocms_googlemap/migrations/0009_googlemapmarker_icon.pyo
+${PYSITELIB}/djangocms_googlemap/migrations/0010_auto_20190718_1021.py
+${PYSITELIB}/djangocms_googlemap/migrations/0010_auto_20190718_1021.pyc
+${PYSITELIB}/djangocms_googlemap/migrations/0010_auto_20190718_1021.pyo
${PYSITELIB}/djangocms_googlemap/migrations/__init__.py
${PYSITELIB}/djangocms_googlemap/migrations/__init__.pyc
${PYSITELIB}/djangocms_googlemap/migrations/__init__.pyo
diff -r b8d070eb452d -r 6e8877aeea69 www/py-djangocms-googlemap/distinfo
--- a/www/py-djangocms-googlemap/distinfo Wed Feb 19 11:20:54 2020 +0000
+++ b/www/py-djangocms-googlemap/distinfo Wed Feb 19 11:23:08 2020 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/11/20 18:44:03 adam Exp $
+$NetBSD: distinfo,v 1.5 2020/02/19 11:23:08 adam Exp $
-SHA1 (djangocms-googlemap-1.2.0.tar.gz) = e8ebafff382e15f67593227e455701af27e64ce8
-RMD160 (djangocms-googlemap-1.2.0.tar.gz) = 5b1bff27135a6b40262c46d6c89dffeaeac5c64b
-SHA512 (djangocms-googlemap-1.2.0.tar.gz) = 97d1470596c4576faf45695f27e34326355d9e22de286b7c7829f6bec2754152ca535d686007a4eb92900a88a66b57a10f3256be59083de92795d7ae693ba27f
-Size (djangocms-googlemap-1.2.0.tar.gz) = 38368 bytes
-SHA1 (patch-setup.py) = b2d1a85c164df18fe9d57c2dc6b2adfa6e913819
+SHA1 (djangocms-googlemap-1.4.0.tar.gz) = 2ba9a0c71091fa393589672fe4696a044447b4d2
+RMD160 (djangocms-googlemap-1.4.0.tar.gz) = f7a3cb48c51be996396510cfec552f81ff036008
+SHA512 (djangocms-googlemap-1.4.0.tar.gz) = 91b84c8a694c4c44e41a4b55dd4b83e0f37f0fff44e9df08b5c96ae038fb9f4cb989856f0d6ee1b33cbda0afa6dab3c2e087481fb711981077d63333548a96bb
+Size (djangocms-googlemap-1.4.0.tar.gz) = 38590 bytes
diff -r b8d070eb452d -r 6e8877aeea69 www/py-djangocms-googlemap/patches/patch-setup.py
--- a/www/py-djangocms-googlemap/patches/patch-setup.py Wed Feb 19 11:20:54 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2018/11/20 18:44:03 adam Exp $
-
-Do not install tests.
-
---- setup.py.orig 2018-11-20 18:13:56.000000000 +0000
-+++ setup.py
-@@ -40,7 +40,7 @@ setup(
- license='BSD',
- description='Adds Google Maps plugins to django CMS.',
- long_description=open('README.rst').read(),
-- packages=find_packages(),
-+ packages=find_packages(exclude=['tests']),
- include_package_data=True,
- zip_safe=False,
- install_requires=REQUIREMENTS,
Home |
Main Index |
Thread Index |
Old Index