diff --git a/last_commit.txt b/last_commit.txt index 891e419e86..4b627038a3 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -1,25 +1,25 @@ -Repository: plone.keyring +Repository: plone.portlets Branch: refs/heads/master -Date: 2023-03-13T01:25:22+01:00 +Date: 2023-03-13T01:27:19+01:00 Author: Gil Forcada Codinachs (gforcada) -Commit: https://github.com/plone/plone.keyring/commit/a91bea1653bbb2cdd4734c7831b8f024e5ee1e2f +Commit: https://github.com/plone/plone.portlets/commit/52599b776b92beba1d60625d85be90c109cec902 Drop the 3 on ZODB3 dependency Files changed: M setup.py -b'diff --git a/setup.py b/setup.py\nindex 1293693..bbce075 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -39,7 +39,7 @@\n python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*",\n install_requires=[\n \'setuptools\',\n- \'ZODB3\',\n+ \'ZODB\',\n \'zope.container\',\n \'zope.interface\',\n \'zope.location\',\n' +b"diff --git a/setup.py b/setup.py\nindex 3745b40..b1e2089 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -49,7 +49,7 @@\n ),\n install_requires=[\n 'setuptools',\n- 'ZODB3',\n+ 'ZODB',\n 'plone.memoize',\n 'zope.annotation',\n 'zope.component',\n" -Repository: plone.keyring +Repository: plone.portlets Branch: refs/heads/master -Date: 2023-03-13T09:02:17+01:00 +Date: 2023-03-13T09:02:42+01:00 Author: Gil Forcada Codinachs (gforcada) -Commit: https://github.com/plone/plone.keyring/commit/c8a8ef5a3fffd3e7b19c3e3d1b6878b727db6447 +Commit: https://github.com/plone/plone.portlets/commit/a6e2a013c47f2687b993c9a60293572b8c88001b Add news entry @@ -28,15 +28,15 @@ A news/1.bugfix b'diff --git a/news/1.bugfix b/news/1.bugfix\nnew file mode 100644\nindex 0000000..8fb1bd2\n--- /dev/null\n+++ b/news/1.bugfix\n@@ -0,0 +1,2 @@\n+Use `ZODB` as dependency rather than the deprecated `ZODB3`.\n+[gforcada]\n' -Repository: plone.keyring +Repository: plone.portlets Branch: refs/heads/master -Date: 2023-03-13T14:42:55+01:00 +Date: 2023-03-13T14:42:57+01:00 Author: Gil Forcada Codinachs (gforcada) -Commit: https://github.com/plone/plone.keyring/commit/dc866c8f7ddac9b69a80e7101781442d84686d48 +Commit: https://github.com/plone/plone.portlets/commit/b7c49d0348a9efdc96ea292d6c3cd20fe1dd48f2 -Merge pull request #8 from plone/gforcada-patch-1 +Merge pull request #7 from plone/gforcada-patch-1 Drop the 3 on ZODB3 dependency @@ -44,5 +44,5 @@ Files changed: A news/1.bugfix M setup.py -b'diff --git a/news/1.bugfix b/news/1.bugfix\nnew file mode 100644\nindex 0000000..8fb1bd2\n--- /dev/null\n+++ b/news/1.bugfix\n@@ -0,0 +1,2 @@\n+Use `ZODB` as dependency rather than the deprecated `ZODB3`.\n+[gforcada]\ndiff --git a/setup.py b/setup.py\nindex 1293693..bbce075 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -39,7 +39,7 @@\n python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*",\n install_requires=[\n \'setuptools\',\n- \'ZODB3\',\n+ \'ZODB\',\n \'zope.container\',\n \'zope.interface\',\n \'zope.location\',\n' +b"diff --git a/news/1.bugfix b/news/1.bugfix\nnew file mode 100644\nindex 0000000..8fb1bd2\n--- /dev/null\n+++ b/news/1.bugfix\n@@ -0,0 +1,2 @@\n+Use `ZODB` as dependency rather than the deprecated `ZODB3`.\n+[gforcada]\ndiff --git a/setup.py b/setup.py\nindex 3745b40..b1e2089 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -49,7 +49,7 @@\n ),\n install_requires=[\n 'setuptools',\n- 'ZODB3',\n+ 'ZODB',\n 'plone.memoize',\n 'zope.annotation',\n 'zope.component',\n"