Skip to content

Commit

Permalink
Merge 75bb32e into defe386
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Feb 11, 2020
2 parents defe386 + 75bb32e commit 830b03e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ python:
- 2.7
- 3.5
- 3.6
- 3.7
- 3.8
install:
- pip install coveralls coverage
- pip install -U setuptools
Expand Down
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ New features:

Bug fixes:

- *add item here*
- Remove DeprecationWarning: "InitializeClass is deprecated.
Please import from AccessControl.class_init."
Works now with Zope 5


3.0.1 (2018-11-07)
Expand Down
2 changes: 1 addition & 1 deletion Products/CMFUid/UniqueIdHandlerTool.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
import os

from AccessControl.SecurityInfo import ClassSecurityInfo
from AccessControl.class_init import InitializeClass
from Acquisition import aq_base
from App.class_init import InitializeClass
from App.Common import package_home
from OFS.SimpleItem import SimpleItem
from Products.PageTemplates.PageTemplateFile import PageTemplateFile
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,16 @@ def _read(name):
"Development Status :: 5 - Production/Stable",
"Framework :: Plone",
"Framework :: Zope :: 4",
"Framework :: Zope :: 5",
"Intended Audience :: Developers",
"License :: OSI Approved :: Zope Public License",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Software Development",
"Topic :: Software Development :: Libraries :: Application Frameworks",
],
Expand Down

0 comments on commit 830b03e

Please sign in to comment.