-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Branch: refs/heads/master Date: 2025-01-20T21:21:12+01:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/plone.autoform@cd35b41 Fix DeprecationWarnings. Files changed: A news/4090.bugfix M plone/autoform/testing.py Repository: plone.autoform Branch: refs/heads/master Date: 2025-01-21T15:43:37+01:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: plone/plone.autoform@b338b2f Merge pull request #63 from plone/maurits-warnings Fix DeprecationWarnings. Files changed: A news/4090.bugfix M plone/autoform/testing.py
- Loading branch information
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
Repository: plone.dexterity | ||
Repository: plone.autoform | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2025-01-20T21:22:00+01:00 | ||
Date: 2025-01-20T21:21:12+01:00 | ||
Author: Maurits van Rees (mauritsvanrees) <[email protected]> | ||
Commit: https://github.com/plone/plone.dexterity/commit/74bdfc9db91533ad722572f497368e1e0558ee1f | ||
Commit: https://github.com/plone/plone.autoform/commit/cd35b41b42f884a9853b2bbc0be90b537b117093 | ||
|
||
Fix DeprecationWarnings. | ||
|
||
Files changed: | ||
A news/4090.bugfix | ||
M plone/dexterity/configure.zcml | ||
M plone/autoform/testing.py | ||
|
||
b'diff --git a/news/4090.bugfix b/news/4090.bugfix\nnew file mode 100644\nindex 00000000..8528aefb\n--- /dev/null\n+++ b/news/4090.bugfix\n@@ -0,0 +1 @@\n+Fix DeprecationWarnings. [maurits]\ndiff --git a/plone/dexterity/configure.zcml b/plone/dexterity/configure.zcml\nindex c720d027..337986cd 100644\n--- a/plone/dexterity/configure.zcml\n+++ b/plone/dexterity/configure.zcml\n@@ -73,19 +73,19 @@\n \n <subscriber\n for=".interfaces.IDexterityFTI\n- zope.container.interfaces.IObjectAddedEvent"\n+ zope.lifecycleevent.interfaces.IObjectAddedEvent"\n handler=".fti.ftiAdded"\n />\n \n <subscriber\n for=".interfaces.IDexterityFTI\n- zope.container.interfaces.IObjectRemovedEvent"\n+ zope.lifecycleevent.interfaces.IObjectRemovedEvent"\n handler=".fti.ftiRemoved"\n />\n \n <subscriber\n for=".interfaces.IDexterityFTI\n- zope.container.interfaces.IObjectMovedEvent"\n+ zope.lifecycleevent.interfaces.IObjectMovedEvent"\n handler=".fti.ftiRenamed"\n />\n \n' | ||
b'diff --git a/news/4090.bugfix b/news/4090.bugfix\nnew file mode 100644\nindex 0000000..8528aef\n--- /dev/null\n+++ b/news/4090.bugfix\n@@ -0,0 +1 @@\n+Fix DeprecationWarnings. [maurits]\ndiff --git a/plone/autoform/testing.py b/plone/autoform/testing.py\nindex 20be3b5..ed2ed9d 100644\n--- a/plone/autoform/testing.py\n+++ b/plone/autoform/testing.py\n@@ -1,18 +1,18 @@\n-from plone.testing import z2\n from plone.testing import zca\n+from plone.testing import zope\n \n import doctest\n import plone.autoform\n \n \n AUTOFORM_FIXTURE = zca.ZCMLSandbox(\n- bases=(z2.STARTUP,),\n+ bases=(zope.STARTUP,),\n filename="configure.zcml",\n package=plone.autoform,\n name="plone.autoform:Fixture",\n )\n \n-AUTOFORM_INTEGRATION_TESTING = z2.IntegrationTesting(\n+AUTOFORM_INTEGRATION_TESTING = zope.IntegrationTesting(\n bases=(AUTOFORM_FIXTURE,), name="plone.autoform:Integration"\n )\n \n' | ||
|
||
Repository: plone.dexterity | ||
Repository: plone.autoform | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2025-01-21T15:42:50+01:00 | ||
Date: 2025-01-21T15:43:37+01:00 | ||
Author: Gil Forcada Codinachs (gforcada) <[email protected]> | ||
Commit: https://github.com/plone/plone.dexterity/commit/9f294ece1cad7f6ff8fc97870908ff2879c670a8 | ||
Commit: https://github.com/plone/plone.autoform/commit/b338b2f6c0ac8a1f3cfe531fda9fe88c3c044715 | ||
|
||
Merge pull request #207 from plone/maurits-warnings | ||
Merge pull request #63 from plone/maurits-warnings | ||
|
||
Fix DeprecationWarnings. | ||
|
||
Files changed: | ||
A news/4090.bugfix | ||
M plone/dexterity/configure.zcml | ||
M plone/autoform/testing.py | ||
|
||
b'diff --git a/news/4090.bugfix b/news/4090.bugfix\nnew file mode 100644\nindex 00000000..8528aefb\n--- /dev/null\n+++ b/news/4090.bugfix\n@@ -0,0 +1 @@\n+Fix DeprecationWarnings. [maurits]\ndiff --git a/plone/dexterity/configure.zcml b/plone/dexterity/configure.zcml\nindex c720d027..337986cd 100644\n--- a/plone/dexterity/configure.zcml\n+++ b/plone/dexterity/configure.zcml\n@@ -73,19 +73,19 @@\n \n <subscriber\n for=".interfaces.IDexterityFTI\n- zope.container.interfaces.IObjectAddedEvent"\n+ zope.lifecycleevent.interfaces.IObjectAddedEvent"\n handler=".fti.ftiAdded"\n />\n \n <subscriber\n for=".interfaces.IDexterityFTI\n- zope.container.interfaces.IObjectRemovedEvent"\n+ zope.lifecycleevent.interfaces.IObjectRemovedEvent"\n handler=".fti.ftiRemoved"\n />\n \n <subscriber\n for=".interfaces.IDexterityFTI\n- zope.container.interfaces.IObjectMovedEvent"\n+ zope.lifecycleevent.interfaces.IObjectMovedEvent"\n handler=".fti.ftiRenamed"\n />\n \n' | ||
b'diff --git a/news/4090.bugfix b/news/4090.bugfix\nnew file mode 100644\nindex 0000000..8528aef\n--- /dev/null\n+++ b/news/4090.bugfix\n@@ -0,0 +1 @@\n+Fix DeprecationWarnings. [maurits]\ndiff --git a/plone/autoform/testing.py b/plone/autoform/testing.py\nindex 20be3b5..ed2ed9d 100644\n--- a/plone/autoform/testing.py\n+++ b/plone/autoform/testing.py\n@@ -1,18 +1,18 @@\n-from plone.testing import z2\n from plone.testing import zca\n+from plone.testing import zope\n \n import doctest\n import plone.autoform\n \n \n AUTOFORM_FIXTURE = zca.ZCMLSandbox(\n- bases=(z2.STARTUP,),\n+ bases=(zope.STARTUP,),\n filename="configure.zcml",\n package=plone.autoform,\n name="plone.autoform:Fixture",\n )\n \n-AUTOFORM_INTEGRATION_TESTING = z2.IntegrationTesting(\n+AUTOFORM_INTEGRATION_TESTING = zope.IntegrationTesting(\n bases=(AUTOFORM_FIXTURE,), name="plone.autoform:Integration"\n )\n \n' | ||
|