Skip to content

Commit

Permalink
Merge pull request #175 from voisardf/py3_po131
Browse files Browse the repository at this point in the history
Py3 po131
  • Loading branch information
voisardf authored Apr 3, 2019
2 parents 19fe6d4 + aedbec5 commit 3ea267c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions CONST_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,44 +8,44 @@ future==0.16.0
generateDS==2.29.24
GeoAlchemy2==0.5.0
geojson==2.4.0
geolink-formatter==1.3.0
geolink-formatter==1.3.1
httplib2==0.11.3
hupper==1.3
idna==2.6
Jinja2==2.10
jsonschema==2.6.0
JSTools==1.0
lxml==4.2.4
lxml==4.3.0
Mako==1.0.7
MarkupSafe==1.0
netifaces==0.10.7
papyrus==2.3
PasteDeploy==1.5.2
plaster==1.0
plaster-pastedeploy==0.5
psycopg2==2.7.5
psycopg2==2.7.7
pyconizer==0.1.4
Pygments==2.2.0
pyproj==1.9.5.1
pyramid==1.9.2
pyramid-debugtoolbar==4.4
pyramid==1.10.2
pyramid-debugtoolbar==4.5
pyramid-mako==1.0.2
pyramid-tm==2.2
pyreproj==1.0.0
PyYAML==3.13
PyYAML==4.2b4
repoze.lru==0.7
requests==2.19.1
requests==2.21.0
simplejson==3.16.0
six==1.11.0
sqlahelper==1.0
SQLAlchemy==1.2.11
SQLAlchemy-Utils==0.33.3
transaction==2.2.1
SQLAlchemy==1.2.17
SQLAlchemy-Utils==0.33.11
transaction==2.4.0
translationstring==1.3
urllib3==1.23
urllib3==1.24.1
venusian==1.1.0
waitress==1.1.0
WebOb==1.8.2
waitress==1.2.1
WebOb==1.8.3
zope.deprecation==4.3.0
zope.interface==4.5.0
zope.sqlalchemy==1.0
zope.sqlalchemy==1.1
2 changes: 1 addition & 1 deletion crdppf/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class Property(GeoInterface, Base):
egrid = Column(table_def_['att_egrid'], String)
nummai = Column(table_def_['att_property_number'], String)
typimm = Column(table_def_['att_property_type'], String)
geom = Column(table_def_['att_property_geom'], Geometry("GEOMETRY", srid=srid_))
geom = Column(Geometry("GEOMETRY", srid=srid_))
else:
class Property():
pass
Expand Down
Binary file modified print/print-servlet.war
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='crdppf',
version='2.6.0',
version='2.7.0',
description='sitn, a crdppf project',
author='sitn',
author_email='[email protected]',
Expand Down

0 comments on commit 3ea267c

Please sign in to comment.