diff -r dd9d4e651992 -r 8252d1b237fc src/pyams_alchemy.egg-info/PKG-INFO --- a/src/pyams_alchemy.egg-info/PKG-INFO Tue Nov 19 17:16:05 2019 +0100 +++ b/src/pyams_alchemy.egg-info/PKG-INFO Mon Jun 29 22:35:05 2020 +0200 @@ -1,17 +1,21 @@ -Metadata-Version: 1.1 +Metadata-Version: 2.1 Name: pyams-alchemy -Version: 0.1.9 +Version: 0.1.10 Summary: PyAMS interfaces and classes for SQLAlchemy integration Home-page: http://hg.ztfy.org/pyams/pyams_alchemy Author: Thierry Florac Author-email: tflorac@ulthar.net License: ZPL -Description-Content-Type: UNKNOWN Description: History ======= + 0.1.10 + ------ + - register SQLAlchemy sessions using "zope.sqlalchemy" features instead of using session maker + extensions + 0.1.9 ----- - updated text areas CSS class @@ -74,3 +78,4 @@ Classifier: Programming Language :: Python Classifier: Framework :: Pyramid Classifier: Topic :: Software Development :: Libraries :: Python Modules +Provides-Extra: test