Skip to content

Commit

Permalink
[fc] Repository: plone.portlets
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2023-03-13T01:27:19+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.portlets@52599b7

Drop the 3 on ZODB3 dependency

Files changed:
M setup.py
Repository: plone.portlets

Branch: refs/heads/master
Date: 2023-03-13T09:02:42+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.portlets@a6e2a01

Add news entry

Files changed:
A news/1.bugfix
Repository: plone.portlets

Branch: refs/heads/master
Date: 2023-03-13T14:42:57+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.portlets@b7c49d0

Merge pull request #7 from plone/gforcada-patch-1

Drop the 3 on ZODB3 dependency

Files changed:
A news/1.bugfix
M setup.py
  • Loading branch information
gforcada committed Mar 13, 2023
1 parent ca5683c commit 0cba4ee
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -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) <gil.gnome@gmail.com>
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) <gil.gnome@gmail.com>
Commit: https://github.com/plone/plone.keyring/commit/c8a8ef5a3fffd3e7b19c3e3d1b6878b727db6447
Commit: https://github.com/plone/plone.portlets/commit/a6e2a013c47f2687b993c9a60293572b8c88001b

Add news entry

Expand All @@ -28,21 +28,21 @@ 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) <gil.gnome@gmail.com>
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

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"

0 comments on commit 0cba4ee

Please sign in to comment.