23210190 Upgrade dogpile.cache to 0.5.7
authorLaszlo Peter <laszlo.peter@oracle.com>
Wed, 07 Sep 2016 14:48:29 -0700
changeset 6784 44a7005695a3
parent 6783 4f3d1898c571
child 6785 5641b9bf059f
23210190 Upgrade dogpile.cache to 0.5.7
components/python/dogpile.cache/Makefile
components/python/dogpile.cache/dogpile.cache-PYVER.p5m
--- a/components/python/dogpile.cache/Makefile	Wed Sep 07 14:48:28 2016 -0700
+++ b/components/python/dogpile.cache/Makefile	Wed Sep 07 14:48:29 2016 -0700
@@ -20,21 +20,21 @@
 #
 
 #
-# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		dogpile.cache
-COMPONENT_VERSION=	0.5.3
+COMPONENT_VERSION=	0.5.7
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:2fe8c1a329830a9ada865a69cc5ebb2c2e6f2dbda3a6d4dbf5155c7d5194344b
+    sha256:dcf99b09ddf3d8216b1b4378100eb0235619612fb0e6300ba5d74f10962d0956
 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
 COMPONENT_PROJECT_URL=	https://bitbucket.org/zzzeek/dogpile.cache
 COMPONENT_BUGDB=	python-mod/dogpile.cache
 
-TPNO=			17712
+TPNO=			27907
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/setup.py.mk
@@ -52,4 +52,3 @@
 test:		$(NO_TESTS)
 
 system-test:    $(NO_TESTS)
-
--- a/components/python/dogpile.cache/dogpile.cache-PYVER.p5m	Wed Sep 07 14:48:28 2016 -0700
+++ b/components/python/dogpile.cache/dogpile.cache-PYVER.p5m	Wed Sep 07 14:48:29 2016 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 set name=pkg.fmri \
@@ -38,6 +38,7 @@
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
 set name=org.opensolaris.arc-caseid value=PSARC/2014/177
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+#
 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER)-nspkg.pth
 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile.cache-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
@@ -53,6 +54,7 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/file.py
 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/memcached.py
 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/memory.py
+file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/null.py
 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/backends/redis.py
 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/compat.py
 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/exception.py
@@ -61,8 +63,17 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/proxy.py
 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/region.py
 file path=usr/lib/python$(PYVER)/vendor-packages/dogpile/cache/util.py
+#
 license LICENSE license=BSD
 
+# force a group dependency on the optional mako; pkgdepend work is needed to
+# flush this out.
+depend type=group fmri=library/python/mako-$(PYV)
+
+# force a group dependency on the optional python-memcached; pkgdepend work is
+# needed to flush this out.
+depend type=group fmri=library/python/python-memcached-$(PYV)
+
 # force a dependency on the Python runtime
 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
     pkg.debug.depend.path=usr/bin