-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fc] Repository: plone.app.contentrules
Branch: refs/heads/master Date: 2021-09-14T15:13:56+02:00 Author: Érico Andrei (ericof) <ericof@gmail.com> Commit: plone/plone.app.contentrules@6350fad Fix #64: Remove cyclic dependency with Products.CMFPlone. (#65) Files changed: A news/64.bugfix M setup.py
- Loading branch information
1 parent
2ebb594
commit 0cf6424
Showing
1 changed file
with
6 additions
and
24 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,16 @@ | ||
Repository: plone.app.contentlisting | ||
Repository: plone.app.contentrules | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2021-09-14T11:16:37+02:00 | ||
Date: 2021-09-14T15:13:56+02:00 | ||
Author: Érico Andrei (ericof) <ericof@gmail.com> | ||
Commit: https://github.com/plone/plone.app.contentlisting/commit/83f1128552fa7e7bba513e99074127308b109abd | ||
Commit: https://github.com/plone/plone.app.contentrules/commit/6350fadd014f5701e334086866a54cddc4dfe750 | ||
|
||
Fix #37: Remove cyclic dependency with Products.CMFPlone. | ||
Fix #64: Remove cyclic dependency with Products.CMFPlone. (#65) | ||
|
||
Files changed: | ||
A news/37.bugfix | ||
A news/64.bugfix | ||
M setup.py | ||
|
||
b"diff --git a/news/37.bugfix b/news/37.bugfix\nnew file mode 100644\nindex 0000000..f11241b\n--- /dev/null\n+++ b/news/37.bugfix\n@@ -0,0 +1,2 @@\n+Remove cyclic dependency with Products.CMFPlone\n+[ericof]\n\\ No newline at end of file\ndiff --git a/setup.py b/setup.py\nindex fd5ec01..365619b 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -42,7 +42,6 @@ def read(*rnames):\n zip_safe=False,\n install_requires=[\n 'setuptools',\n- 'Products.CMFPlone',\n ],\n extras_require={\n 'test': [\n" | ||
|
||
Repository: plone.app.contentlisting | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2021-09-14T15:01:33+02:00 | ||
Author: Érico Andrei (ericof) <ericof@gmail.com> | ||
Commit: https://github.com/plone/plone.app.contentlisting/commit/55db7e2e93a6c6454df6785d64787931a41f550e | ||
|
||
Merge pull request #38 from plone/issue-37-remove-cyclic-dependency | ||
|
||
Remove cyclic dependency with Products.CMFPlone. | ||
|
||
Files changed: | ||
A news/37.bugfix | ||
M setup.py | ||
|
||
b"diff --git a/news/37.bugfix b/news/37.bugfix\nnew file mode 100644\nindex 0000000..f11241b\n--- /dev/null\n+++ b/news/37.bugfix\n@@ -0,0 +1,2 @@\n+Remove cyclic dependency with Products.CMFPlone\n+[ericof]\n\\ No newline at end of file\ndiff --git a/setup.py b/setup.py\nindex fd5ec01..365619b 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -42,7 +42,6 @@ def read(*rnames):\n zip_safe=False,\n install_requires=[\n 'setuptools',\n- 'Products.CMFPlone',\n ],\n extras_require={\n 'test': [\n" | ||
b"diff --git a/news/64.bugfix b/news/64.bugfix\nnew file mode 100644\nindex 0000000..f11241b\n--- /dev/null\n+++ b/news/64.bugfix\n@@ -0,0 +1,2 @@\n+Remove cyclic dependency with Products.CMFPlone\n+[ericof]\n\\ No newline at end of file\ndiff --git a/setup.py b/setup.py\nindex eff9ca5..907e8e5 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -56,7 +56,6 @@\n 'zope.site',\n 'zope.traversing',\n 'Acquisition',\n- 'Products.CMFPlone',\n 'Products.CMFCore',\n 'Products.GenericSetup >= 2.0.dev0',\n 'Products.statusmessages',\n" | ||
|