Update to 2.8.4
Changelog http://www.zope.org/Products/Zope/2.8.4/CHANGES.txt PR: 88078 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
This commit is contained in:
parent
a916545056
commit
552e963a35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146521
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= zope
|
||||
PORTVERSION= 2.8.3
|
||||
PORTVERSION= 2.8.4
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/
|
||||
DISTNAME= Zope-${PORTVERSION}-final
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (zope/Zope-2.8.3-final.tgz) = 49fd128fde4f3201d12821782bcfc211
|
||||
SIZE (zope/Zope-2.8.3-final.tgz) = 8235294
|
||||
MD5 (zope/Zope-2.8.4-final.tgz) = 08780f229397746527668cee1ddb6416
|
||||
SIZE (zope/Zope-2.8.4-final.tgz) = 5447275
|
||||
|
@ -1876,6 +1876,10 @@
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/dtml/manage_addZReSTForm.dtml
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/dtml/manage_editForm.dtml
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/refresh.txt
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/__init__.py
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/test_ZReST.py
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/test_ZReST.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/version.txt
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/www/zrest.gif
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt
|
||||
@ -1938,10 +1942,13 @@
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Utilities.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/notes.txt
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/__init__.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after24.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after24.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/class.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/class.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/lambda.py
|
||||
@ -6808,6 +6815,7 @@
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/www
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST/dtml
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST/www
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MIMETools
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= zope
|
||||
PORTVERSION= 2.8.3
|
||||
PORTVERSION= 2.8.4
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/
|
||||
DISTNAME= Zope-${PORTVERSION}-final
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (zope/Zope-2.8.3-final.tgz) = 49fd128fde4f3201d12821782bcfc211
|
||||
SIZE (zope/Zope-2.8.3-final.tgz) = 8235294
|
||||
MD5 (zope/Zope-2.8.4-final.tgz) = 08780f229397746527668cee1ddb6416
|
||||
SIZE (zope/Zope-2.8.4-final.tgz) = 5447275
|
||||
|
@ -1876,6 +1876,10 @@
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/dtml/manage_addZReSTForm.dtml
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/dtml/manage_editForm.dtml
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/refresh.txt
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/__init__.py
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/test_ZReST.py
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/test_ZReST.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/version.txt
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/www/zrest.gif
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt
|
||||
@ -1938,10 +1942,13 @@
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Utilities.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/notes.txt
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/__init__.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after24.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after24.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/class.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/class.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/lambda.py
|
||||
@ -6808,6 +6815,7 @@
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/www
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST/dtml
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST/www
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MIMETools
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= zope
|
||||
PORTVERSION= 2.8.3
|
||||
PORTVERSION= 2.8.4
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/
|
||||
DISTNAME= Zope-${PORTVERSION}-final
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (zope/Zope-2.8.3-final.tgz) = 49fd128fde4f3201d12821782bcfc211
|
||||
SIZE (zope/Zope-2.8.3-final.tgz) = 8235294
|
||||
MD5 (zope/Zope-2.8.4-final.tgz) = 08780f229397746527668cee1ddb6416
|
||||
SIZE (zope/Zope-2.8.4-final.tgz) = 5447275
|
||||
|
@ -1876,6 +1876,10 @@
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/dtml/manage_addZReSTForm.dtml
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/dtml/manage_editForm.dtml
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/refresh.txt
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/__init__.py
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/test_ZReST.py
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/test_ZReST.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/version.txt
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/www/zrest.gif
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt
|
||||
@ -1938,10 +1942,13 @@
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Utilities.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/notes.txt
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/__init__.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after24.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after24.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/class.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/class.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/lambda.py
|
||||
@ -6808,6 +6815,7 @@
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/www
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST/dtml
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST/www
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MIMETools
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= zope
|
||||
PORTVERSION= 2.8.3
|
||||
PORTVERSION= 2.8.4
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/
|
||||
DISTNAME= Zope-${PORTVERSION}-final
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (zope/Zope-2.8.3-final.tgz) = 49fd128fde4f3201d12821782bcfc211
|
||||
SIZE (zope/Zope-2.8.3-final.tgz) = 8235294
|
||||
MD5 (zope/Zope-2.8.4-final.tgz) = 08780f229397746527668cee1ddb6416
|
||||
SIZE (zope/Zope-2.8.4-final.tgz) = 5447275
|
||||
|
@ -1876,6 +1876,10 @@
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/dtml/manage_addZReSTForm.dtml
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/dtml/manage_editForm.dtml
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/refresh.txt
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/__init__.py
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/test_ZReST.py
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/test_ZReST.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/version.txt
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/www/zrest.gif
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt
|
||||
@ -1938,10 +1942,13 @@
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Utilities.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/notes.txt
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/__init__.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after24.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after24.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/class.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/class.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/lambda.py
|
||||
@ -6808,6 +6815,7 @@
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/www
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST/dtml
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST/www
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MIMETools
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= zope
|
||||
PORTVERSION= 2.8.3
|
||||
PORTVERSION= 2.8.4
|
||||
CATEGORIES= www python zope
|
||||
MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/
|
||||
DISTNAME= Zope-${PORTVERSION}-final
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (zope/Zope-2.8.3-final.tgz) = 49fd128fde4f3201d12821782bcfc211
|
||||
SIZE (zope/Zope-2.8.3-final.tgz) = 8235294
|
||||
MD5 (zope/Zope-2.8.4-final.tgz) = 08780f229397746527668cee1ddb6416
|
||||
SIZE (zope/Zope-2.8.4-final.tgz) = 5447275
|
||||
|
@ -1876,6 +1876,10 @@
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/dtml/manage_addZReSTForm.dtml
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/dtml/manage_editForm.dtml
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/refresh.txt
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/__init__.py
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/test_ZReST.py
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests/test_ZReST.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/version.txt
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/www/zrest.gif
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt
|
||||
@ -1938,10 +1942,13 @@
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Utilities.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/notes.txt
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/__init__.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after24.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after24.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/class.py
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/class.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/lambda.py
|
||||
@ -6808,6 +6815,7 @@
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/www
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST/dtml
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST/tests
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST/www
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MIMETools
|
||||
|
Loading…
Reference in New Issue
Block a user