c2cgeoportal-geoportal 2.9rc1__py3-none-any.whl → 2.9rc3__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_geoportal/lib/oidc.py +2 -0
- {c2cgeoportal_geoportal-2.9rc1.dist-info → c2cgeoportal_geoportal-2.9rc3.dist-info}/METADATA +1 -1
- {c2cgeoportal_geoportal-2.9rc1.dist-info → c2cgeoportal_geoportal-2.9rc3.dist-info}/RECORD +6 -6
- {c2cgeoportal_geoportal-2.9rc1.dist-info → c2cgeoportal_geoportal-2.9rc3.dist-info}/WHEEL +0 -0
- {c2cgeoportal_geoportal-2.9rc1.dist-info → c2cgeoportal_geoportal-2.9rc3.dist-info}/entry_points.txt +0 -0
- {c2cgeoportal_geoportal-2.9rc1.dist-info → c2cgeoportal_geoportal-2.9rc3.dist-info}/top_level.txt +0 -0
@@ -52,6 +52,7 @@ class DynamicUser(NamedTuple):
|
|
52
52
|
User created dynamically.
|
53
53
|
"""
|
54
54
|
|
55
|
+
id: int
|
55
56
|
username: str
|
56
57
|
display_name: str
|
57
58
|
email: str
|
@@ -194,6 +195,7 @@ def get_user_from_remember(
|
|
194
195
|
models.DBSession.add(user)
|
195
196
|
else:
|
196
197
|
user = DynamicUser(
|
198
|
+
id=-1,
|
197
199
|
username=username,
|
198
200
|
display_name=display_name,
|
199
201
|
email=email,
|
@@ -20,7 +20,7 @@ c2cgeoportal_geoportal/lib/lingva_extractor.py,sha256=pGBbrNxRtwB8NHn2mW-zvXdGe4
|
|
20
20
|
c2cgeoportal_geoportal/lib/loader.py,sha256=vfjyuN2ry33Djc5KMTbibQ96uAw8oZyomAAwk0gbW5Q,2613
|
21
21
|
c2cgeoportal_geoportal/lib/metrics.py,sha256=5HryUs6Rk6cmVvag5_FN-W2gcwsyJt3Xf9105TSO4mQ,4847
|
22
22
|
c2cgeoportal_geoportal/lib/oauth2.py,sha256=1hXo78-8lg3OBvB0TK5zG5QawZnvroPhaVpTBtPZg8I,41107
|
23
|
-
c2cgeoportal_geoportal/lib/oidc.py,sha256=
|
23
|
+
c2cgeoportal_geoportal/lib/oidc.py,sha256=BYAXXo-k6vKTvVJDkT317641YDMT4DnvHJFR945H9x0,12222
|
24
24
|
c2cgeoportal_geoportal/lib/wmstparsing.py,sha256=EWFXxZ_nK3vpx8H3dSKIJTnNAXoJmfhhHYkcG1bXluI,12379
|
25
25
|
c2cgeoportal_geoportal/lib/xsd.py,sha256=V5dXPWTVIz04LoI5GDkorFnaLrLUhlw--c6NzWsAxfk,7031
|
26
26
|
c2cgeoportal_geoportal/scaffolds/advance_create/cookiecutter.json,sha256=1LVOM-j_nd00J89q0EI3bQUvIysbidApaVHDibA2ydk,524
|
@@ -185,8 +185,8 @@ tests/test_mapserverproxy_route_predicate.py,sha256=SzILSSzIuilzIkUYVPZiVzLwW1du
|
|
185
185
|
tests/test_raster.py,sha256=82NJ2MXgZlMqs0ytN-VgNw376iURdk4PkAg__dyh5ns,11948
|
186
186
|
tests/test_wmstparsing.py,sha256=xjA8nJuXFl3H5Bfs4sJw_8qX8E8qvAALK7Hs2-DTP2A,9054
|
187
187
|
tests/xmlstr.py,sha256=rkTKSU4FGjupBKLx75H8o-goB0KbQrxDvdpc6xVX_uQ,5985
|
188
|
-
c2cgeoportal_geoportal-2.
|
189
|
-
c2cgeoportal_geoportal-2.
|
190
|
-
c2cgeoportal_geoportal-2.
|
191
|
-
c2cgeoportal_geoportal-2.
|
192
|
-
c2cgeoportal_geoportal-2.
|
188
|
+
c2cgeoportal_geoportal-2.9rc3.dist-info/METADATA,sha256=t2EDUychxtCQb0e7UXwYtFjdaA7Ljhs_3ZqHCfuHwZs,1885
|
189
|
+
c2cgeoportal_geoportal-2.9rc3.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
190
|
+
c2cgeoportal_geoportal-2.9rc3.dist-info/entry_points.txt,sha256=3dnX260FsLX_AubeNMdyeta_z1X4CxcD3steAlfPx2I,1414
|
191
|
+
c2cgeoportal_geoportal-2.9rc3.dist-info/top_level.txt,sha256=PJIbY7Nx51dDrJ052f5mDA7c6Tehm5aD-Gb32L_CtJA,29
|
192
|
+
c2cgeoportal_geoportal-2.9rc3.dist-info/RECORD,,
|
File without changes
|
{c2cgeoportal_geoportal-2.9rc1.dist-info → c2cgeoportal_geoportal-2.9rc3.dist-info}/entry_points.txt
RENAMED
File without changes
|
{c2cgeoportal_geoportal-2.9rc1.dist-info → c2cgeoportal_geoportal-2.9rc3.dist-info}/top_level.txt
RENAMED
File without changes
|