c2cgeoportal-commons 2.9rc56__py3-none-any.whl → 2.9rc57__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- c2cgeoportal_commons/models/static.py +2 -2
- {c2cgeoportal_commons-2.9rc56.dist-info → c2cgeoportal_commons-2.9rc57.dist-info}/METADATA +1 -1
- {c2cgeoportal_commons-2.9rc56.dist-info → c2cgeoportal_commons-2.9rc57.dist-info}/RECORD +5 -5
- {c2cgeoportal_commons-2.9rc56.dist-info → c2cgeoportal_commons-2.9rc57.dist-info}/WHEEL +0 -0
- {c2cgeoportal_commons-2.9rc56.dist-info → c2cgeoportal_commons-2.9rc57.dist-info}/top_level.txt +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2011-
|
|
1
|
+
# Copyright (c) 2011-2025, Camptocamp SA
|
|
2
2
|
# All rights reserved.
|
|
3
3
|
|
|
4
4
|
# Redistribution and use in source and binary forms, with or without
|
|
@@ -162,7 +162,7 @@ class User(Base): # type: ignore
|
|
|
162
162
|
temp_password: Mapped[str | None] = mapped_column(
|
|
163
163
|
"temp_password", Unicode, nullable=True, info={"colanderalchemy": {"exclude": True}}
|
|
164
164
|
)
|
|
165
|
-
tech_data = mapped_column(MutableDict.as_mutable(HSTORE), info={"colanderalchemy": {"exclude": True}})
|
|
165
|
+
tech_data = mapped_column(MutableDict.as_mutable(HSTORE), info={"colanderalchemy": {"exclude": True}})
|
|
166
166
|
email: Mapped[str] = mapped_column(
|
|
167
167
|
Unicode,
|
|
168
168
|
nullable=False,
|
|
@@ -78,12 +78,12 @@ c2cgeoportal_commons/lib/validators.py,sha256=dF0Qlg6ghMrxwNqV675Juz5fIx9-58f4Ji
|
|
|
78
78
|
c2cgeoportal_commons/models/__init__.py,sha256=lH45DyppwMI-GV36oiHOBPQ1B8F6U-WxuhIYFlS25zY,2694
|
|
79
79
|
c2cgeoportal_commons/models/main.py,sha256=oL79ZeXFbtVGjX0CkR5HSbZZYj1g28dU8QJ2FA5VxIA,65519
|
|
80
80
|
c2cgeoportal_commons/models/sqlalchemy.py,sha256=0G1ZLjxDx4CQLl0OKz-lQrXLLKGuxnRFZDlUCamby-k,2823
|
|
81
|
-
c2cgeoportal_commons/models/static.py,sha256=
|
|
81
|
+
c2cgeoportal_commons/models/static.py,sha256=Ho1StLpK3HZJKTR1v594LscJdWnCkVlwIpebBQ6_LVk,18756
|
|
82
82
|
c2cgeoportal_commons/testing/__init__.py,sha256=E_CJMEWjf87NZMNNp-2OhgcZD6LvxGHplZXNLZYSl3U,4081
|
|
83
83
|
c2cgeoportal_commons/testing/initializedb.py,sha256=jsFzMimA_wPbp0DwniGiM_ekngDyX57mqoI6_ioNPUY,3224
|
|
84
84
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
85
85
|
tests/conftest.py,sha256=DdCNLXAzOwjztauMELLHQsdzcuQgx83Jfy-0JUu-OCs,1450
|
|
86
|
-
c2cgeoportal_commons-2.
|
|
87
|
-
c2cgeoportal_commons-2.
|
|
88
|
-
c2cgeoportal_commons-2.
|
|
89
|
-
c2cgeoportal_commons-2.
|
|
86
|
+
c2cgeoportal_commons-2.9rc57.dist-info/METADATA,sha256=07iDOMUCYdUX_2_pRx6bpPUL-NvpEl4texaMBt7lSzg,1803
|
|
87
|
+
c2cgeoportal_commons-2.9rc57.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
88
|
+
c2cgeoportal_commons-2.9rc57.dist-info/top_level.txt,sha256=NWDBsLJav5VgJVX1XzTwUvFShioh9XSi5IaJU_9_YDc,27
|
|
89
|
+
c2cgeoportal_commons-2.9rc57.dist-info/RECORD,,
|
|
File without changes
|
{c2cgeoportal_commons-2.9rc56.dist-info → c2cgeoportal_commons-2.9rc57.dist-info}/top_level.txt
RENAMED
|
File without changes
|