Commit f1f4c429 authored by Aurel's avatar Aurel

fix zope patch

parent e2cc4ba3
diff -Naur Zope-4.5.3/OFS/XMLExportImport.py Zope-4.5.3-Nexedi/OFS/XMLExportImport.py diff -Naur Zope-4.5.3/src/OFS/XMLExportImport.py Zope-4.5.3-Nexedi/OFS/XMLExportImport.py
--- Zope-4.5.3/OFS/XMLExportImport.py 1970-01-01 01:00:00.000000000 +0100 --- Zope-4.5.3/src/OFS/XMLExportImport.py 1970-01-01 01:00:00.000000000 +0100
+++ Zope-4.5.3-Nexedi/OFS/XMLExportImport.py 2021-03-09 16:11:55.000000000 +0100 +++ Zope-4.5.3-Nexedi/src/OFS/XMLExportImport.py 2021-03-09 16:11:55.000000000 +0100
@@ -0,0 +1,124 @@ @@ -0,0 +1,124 @@
+############################################################################## +##############################################################################
+# +#
...@@ -126,9 +126,9 @@ diff -Naur Zope-4.5.3/OFS/XMLExportImport.py Zope-4.5.3-Nexedi/OFS/XMLExportImpo ...@@ -126,9 +126,9 @@ diff -Naur Zope-4.5.3/OFS/XMLExportImport.py Zope-4.5.3-Nexedi/OFS/XMLExportImpo
+ r=p.Parse(data) + r=p.Parse(data)
+ outfile.seek(0) + outfile.seek(0)
+ return jar.importFile(outfile,clue) + return jar.importFile(outfile,clue)
diff -Naur Zope-4.5.3/Shared/DC/xml/__init__.py Zope-4.5.3-Nexedi/Shared/DC/xml/__init__.py diff -Naur Zope-4.5.3/src/Shared/DC/xml/__init__.py Zope-4.5.3-Nexedi/Shared/DC/xml/__init__.py
--- Zope-4.5.3/Shared/DC/xml/__init__.py 1970-01-01 01:00:00.000000000 +0100 --- Zope-4.5.3/src/Shared/DC/xml/__init__.py 1970-01-01 01:00:00.000000000 +0100
+++ Zope-4.5.3-Nexedi/Shared/DC/xml/__init__.py 2021-03-09 16:13:49.000000000 +0100 +++ Zope-4.5.3-Nexedi/src/Shared/DC/xml/__init__.py 2021-03-09 16:13:49.000000000 +0100
@@ -0,0 +1,12 @@ @@ -0,0 +1,12 @@
+############################################################################## +##############################################################################
+# +#
...@@ -142,9 +142,9 @@ diff -Naur Zope-4.5.3/Shared/DC/xml/__init__.py Zope-4.5.3-Nexedi/Shared/DC/xml/ ...@@ -142,9 +142,9 @@ diff -Naur Zope-4.5.3/Shared/DC/xml/__init__.py Zope-4.5.3-Nexedi/Shared/DC/xml/
+# FOR A PARTICULAR PURPOSE +# FOR A PARTICULAR PURPOSE
+# +#
+############################################################################## +##############################################################################
diff -Naur Zope-4.5.3/Shared/DC/xml/ppml.py Zope-4.5.3-Nexedi/Shared/DC/xml/ppml.py diff -Naur Zope-4.5.3/src/Shared/DC/xml/ppml.py Zope-4.5.3-Nexedi/Shared/DC/xml/ppml.py
--- Zope-4.5.3/Shared/DC/xml/ppml.py 1970-01-01 01:00:00.000000000 +0100 --- Zope-4.5.3/src/Shared/DC/xml/ppml.py 1970-01-01 01:00:00.000000000 +0100
+++ Zope-4.5.3-Nexedi/Shared/DC/xml/ppml.py 2021-03-09 16:13:49.000000000 +0100 +++ Zope-4.5.3-Nexedi/src/Shared/DC/xml/ppml.py 2021-03-09 16:13:49.000000000 +0100
@@ -0,0 +1,597 @@ @@ -0,0 +1,597 @@
+############################################################################## +##############################################################################
+# +#
...@@ -743,9 +743,9 @@ diff -Naur Zope-4.5.3/Shared/DC/xml/ppml.py Zope-4.5.3-Nexedi/Shared/DC/xml/ppml ...@@ -743,9 +743,9 @@ diff -Naur Zope-4.5.3/Shared/DC/xml/ppml.py Zope-4.5.3-Nexedi/Shared/DC/xml/ppml
+ 'persistent': save_persis, + 'persistent': save_persis,
+ 'unicode': save_unicode, + 'unicode': save_unicode,
+ } + }
diff -Naur Zope-4.5.3/Shared/DC/xml/xyap.py Zope-4.5.3-Nexedi/Shared/DC/xml/xyap.py diff -Naur Zope-4.5.3/src/Shared/DC/xml/xyap.py Zope-4.5.3-Nexedi/Shared/DC/xml/xyap.py
--- Zope-4.5.3/Shared/DC/xml/xyap.py 1970-01-01 01:00:00.000000000 +0100 --- Zope-4.5.3/src/Shared/DC/xml/xyap.py 1970-01-01 01:00:00.000000000 +0100
+++ Zope-4.5.3-Nexedi/Shared/DC/xml/xyap.py 2021-03-09 16:13:49.000000000 +0100 +++ Zope-4.5.3-Nexedi/src/Shared/DC/xml/xyap.py 2021-03-09 16:13:49.000000000 +0100
@@ -0,0 +1,117 @@ @@ -0,0 +1,117 @@
+"""Yet another XML parser +"""Yet another XML parser
+ +
......
...@@ -592,7 +592,7 @@ Acquisition-patch-options = -p1 ...@@ -592,7 +592,7 @@ Acquisition-patch-options = -p1
python-magic-patches = ${:_profile_base_location_}/../../component/egg-patch/python_magic/magic.patch#de0839bffac17801e39b60873a6c2068 python-magic-patches = ${:_profile_base_location_}/../../component/egg-patch/python_magic/magic.patch#de0839bffac17801e39b60873a6c2068
python-magic-patch-options = -p1 python-magic-patch-options = -p1
# Zope 4 patches # Zope 4 patches
Zope-patches = ${:_profile_base_location_}/../../component/egg-patch/Zope/0001-OFS-XMLExportImport.patch#b1d932fb66874d57b130bb487d9517df Zope-patches = ${:_profile_base_location_}/../../component/egg-patch/Zope/0001-OFS-XMLExportImport.patch#1151b17dba08a2f60f433fb095e95549
Zope-patch-options = -p1 Zope-patch-options = -p1
[template-neo] [template-neo]
...@@ -816,4 +816,5 @@ eggtestinfo = 0.3 ...@@ -816,4 +816,5 @@ eggtestinfo = 0.3
zope.interface = 5.2.0 zope.interface = 5.2.0
ZConfig = 3.5.0 ZConfig = 3.5.0
Products.CMFCore = 2.4.0 Products.CMFCore = 2.4.0
#Products.PythonScripts = 2.13.2
#Products.GenericSetup = 1.8.6 #Products.GenericSetup = 1.8.6
\ No newline at end of file
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Version pins for required and commonly used dependencies. # Version pins for required and commonly used dependencies.
[versions] [versions]
Zope = 4.5.3 #Zope = 4.5.3
Zope2 = 4.0 Zope2 = 4.0
# AccessControl 5+ no longer supports Zope 4. # AccessControl 5+ no longer supports Zope 4.
AccessControl = 4.2 AccessControl = 4.2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment