Skip to content

Commit

Permalink
Merge pull request #119 from eea/master
Browse files Browse the repository at this point in the history
Add uninstall profile
  • Loading branch information
jensens authored Feb 15, 2024
2 parents 06bd7fb + 415383c commit bc67f91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ History
1.8.3 (unreleased)
------------------

- Add uninstall profile
[dumitval]
- Fix: use exact_match for searchUsers/searchGroups in getRolesForPrincipal/getPropertiesForUser
to avoid unexpected results
[mamico]
Expand Down
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os


version = "1.8.3.dev0"
version = "1.8.3.dev3"
shortdesc = "LDAP/AD Plugin for Plone/Zope PluggableAuthService (users+groups)"
longdesc = open(os.path.join(os.path.dirname(__file__), "README.rst")).read()
longdesc += open(os.path.join(os.path.dirname(__file__), "TODO.rst")).read()
Expand Down Expand Up @@ -33,7 +33,8 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python",
"Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP",
"Topic :: System :: Systems Administration :: Authentication/Directory"
" :: LDAP",
],
keywords="zope pas plone ldap authentication plugin",
author="BlueDynamics Alliance",
Expand Down Expand Up @@ -63,7 +64,8 @@
"setuptools",
"six",
"yafowil>=2.3.1",
"yafowil.plone>=4.0.0a3",
"yafowil.plone>=5.0.0a1",
"yafowil.bootstrap>=2.0.0a1",
"yafowil.widget.array",
"yafowil.widget.dict",
"yafowil.yaml",
Expand Down

0 comments on commit bc67f91

Please sign in to comment.