Skip to content

Commit

Permalink
[fc] Repository: Products.PlonePAS
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2021-01-28T10:57:20+01:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: plone/Products.PlonePAS@0334735

one less deprection message: AccessControl.User has moved to AccessControl.users

Files changed:
A news/59.bugfix
M src/Products/PlonePAS/tools/groups.py
Repository: Products.PlonePAS

Branch: refs/heads/master
Date: 2021-01-28T12:28:06+01:00
Author: agitator (agitator) <[email protected]>
Commit: plone/Products.PlonePAS@4cc79b6

Merge pull request #59 from plone/fix-deprecation

rm deprection message: AccessControl.User has moved to AccessControl.users

Files changed:
A news/59.bugfix
M src/Products/PlonePAS/tools/groups.py
  • Loading branch information
agitator committed Jan 28, 2021
1 parent 8e6e79f commit 41f6acb
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions last_commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,33 @@ Repository: Products.PlonePAS


Branch: refs/heads/master
Date: 2021-01-28T11:03:03+01:00
Date: 2021-01-28T10:57:20+01:00
Author: Jens W. Klein (jensens) <[email protected]>
Commit: https://github.com/plone/Products.PlonePAS/commit/6b43feee2eedeec2afc3b6841fb689bf67db138f
Commit: https://github.com/plone/Products.PlonePAS/commit/033473541c5e695c0cb6a168b0f172e97bf73b97

fix metadata: url
one less deprection message: AccessControl.User has moved to AccessControl.users

Files changed:
M setup.py
A news/59.bugfix
M src/Products/PlonePAS/tools/groups.py

b"diff --git a/setup.py b/setup.py\nindex 3f84cf03..cf35ed44 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -51,7 +51,7 @@\n keywords='Zope CMF Plone PAS authentication',\n author='Kapil Thangavelu, Wichert Akkerman',\n author_email='[email protected]',\n- url='https://pypi.org/project/Products.PlonePAS',\n+ url='https://github.com/plone/Products.PlonePAS',\n license='ZPL',\n packages=find_packages('src'),\n package_dir={'': 'src'},\n"
b'diff --git a/news/59.bugfix b/news/59.bugfix\nnew file mode 100644\nindex 00000000..cd78de8a\n--- /dev/null\n+++ b/news/59.bugfix\n@@ -0,0 +1,2 @@\n+Fixes deprection message: `AccessControl.User has moved to AccessControl.users`.\n+[jensens]\n\\ No newline at end of file\ndiff --git a/src/Products/PlonePAS/tools/groups.py b/src/Products/PlonePAS/tools/groups.py\nindex 837805af..70875d1e 100644\n--- a/src/Products/PlonePAS/tools/groups.py\n+++ b/src/Products/PlonePAS/tools/groups.py\n@@ -1,6 +1,6 @@\n # -*- coding: utf-8 -*-\n from AccessControl import ClassSecurityInfo\n-from AccessControl.User import nobody\n+from AccessControl.users import nobody\n from AccessControl.requestmethod import postonly\n from Acquisition import aq_base\n from Acquisition import aq_inner\n'

Repository: Products.PlonePAS


Branch: refs/heads/master
Date: 2021-01-28T12:28:06+01:00
Author: agitator (agitator) <[email protected]>
Commit: https://github.com/plone/Products.PlonePAS/commit/4cc79b67fa42411e4b3d1cbafa08215acd8c46ef

Merge pull request #59 from plone/fix-deprecation

rm deprection message: AccessControl.User has moved to AccessControl.users

Files changed:
A news/59.bugfix
M src/Products/PlonePAS/tools/groups.py

b'diff --git a/news/59.bugfix b/news/59.bugfix\nnew file mode 100644\nindex 00000000..cd78de8a\n--- /dev/null\n+++ b/news/59.bugfix\n@@ -0,0 +1,2 @@\n+Fixes deprection message: `AccessControl.User has moved to AccessControl.users`.\n+[jensens]\n\\ No newline at end of file\ndiff --git a/src/Products/PlonePAS/tools/groups.py b/src/Products/PlonePAS/tools/groups.py\nindex 837805af..70875d1e 100644\n--- a/src/Products/PlonePAS/tools/groups.py\n+++ b/src/Products/PlonePAS/tools/groups.py\n@@ -1,6 +1,6 @@\n # -*- coding: utf-8 -*-\n from AccessControl import ClassSecurityInfo\n-from AccessControl.User import nobody\n+from AccessControl.users import nobody\n from AccessControl.requestmethod import postonly\n from Acquisition import aq_base\n from Acquisition import aq_inner\n'

0 comments on commit 41f6acb

Please sign in to comment.