c2cgeoportal-admin 2.8.1.252__py3-none-any.whl → 2.8.1.254__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_admin/__init__.py +1 -1
- c2cgeoportal_admin/lib/lingua_extractor.py +1 -1
- c2cgeoportal_admin/lib/ogcserver_synchronizer.py +1 -1
- c2cgeoportal_admin/routes.py +1 -1
- c2cgeoportal_admin/schemas/dimensions.py +1 -1
- c2cgeoportal_admin/schemas/functionalities.py +1 -1
- c2cgeoportal_admin/schemas/interfaces.py +1 -1
- c2cgeoportal_admin/schemas/metadata.py +1 -1
- c2cgeoportal_admin/schemas/restriction_areas.py +1 -1
- c2cgeoportal_admin/schemas/roles.py +1 -1
- c2cgeoportal_admin/schemas/treegroup.py +1 -1
- c2cgeoportal_admin/schemas/treeitem.py +1 -1
- c2cgeoportal_admin/subscribers.py +1 -1
- c2cgeoportal_admin/views/dimension_layers.py +1 -1
- c2cgeoportal_admin/views/functionalities.py +1 -1
- c2cgeoportal_admin/views/home.py +1 -1
- c2cgeoportal_admin/views/interfaces.py +1 -1
- c2cgeoportal_admin/views/layer_groups.py +1 -1
- c2cgeoportal_admin/views/layers.py +1 -1
- c2cgeoportal_admin/views/layers_vectortiles.py +1 -1
- c2cgeoportal_admin/views/layers_wms.py +1 -1
- c2cgeoportal_admin/views/layers_wmts.py +1 -1
- c2cgeoportal_admin/views/layertree.py +1 -1
- c2cgeoportal_admin/views/oauth2_clients.py +1 -1
- c2cgeoportal_admin/views/ogc_servers.py +1 -1
- c2cgeoportal_admin/views/restriction_areas.py +1 -1
- c2cgeoportal_admin/views/roles.py +1 -1
- c2cgeoportal_admin/views/themes.py +1 -1
- c2cgeoportal_admin/views/themes_ordering.py +1 -1
- c2cgeoportal_admin/views/treeitems.py +1 -1
- c2cgeoportal_admin/views/users.py +1 -1
- c2cgeoportal_admin/widgets.py +1 -1
- {c2cgeoportal_admin-2.8.1.252.dist-info → c2cgeoportal_admin-2.8.1.254.dist-info}/METADATA +1 -1
- {c2cgeoportal_admin-2.8.1.252.dist-info → c2cgeoportal_admin-2.8.1.254.dist-info}/RECORD +38 -38
- tests/test_lingua_extractor_config.py +1 -1
- {c2cgeoportal_admin-2.8.1.252.dist-info → c2cgeoportal_admin-2.8.1.254.dist-info}/WHEEL +0 -0
- {c2cgeoportal_admin-2.8.1.252.dist-info → c2cgeoportal_admin-2.8.1.254.dist-info}/entry_points.txt +0 -0
- {c2cgeoportal_admin-2.8.1.252.dist-info → c2cgeoportal_admin-2.8.1.254.dist-info}/top_level.txt +0 -0
c2cgeoportal_admin/__init__.py
CHANGED
c2cgeoportal_admin/routes.py
CHANGED
c2cgeoportal_admin/views/home.py
CHANGED
c2cgeoportal_admin/widgets.py
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
c2cgeoportal_admin/__init__.py,sha256=
|
|
1
|
+
c2cgeoportal_admin/__init__.py,sha256=Pao3RO6tBYuIaNLqjspptCypFWBVzA93IQwDJmxxGX0,5478
|
|
2
2
|
c2cgeoportal_admin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
c2cgeoportal_admin/routes.py,sha256=
|
|
4
|
-
c2cgeoportal_admin/subscribers.py,sha256=
|
|
5
|
-
c2cgeoportal_admin/widgets.py,sha256=
|
|
3
|
+
c2cgeoportal_admin/routes.py,sha256=h_Mz67BwUD3dhE6dcObwqktnXS9PmZ8fC8R5pzvgU7g,4712
|
|
4
|
+
c2cgeoportal_admin/subscribers.py,sha256=LXu7E-4Tr2_CWuJ7qzUCZZsoN_Blaw8VgSFKAJZGYCk,2430
|
|
5
|
+
c2cgeoportal_admin/widgets.py,sha256=8BMTlY4xlkMOVOntlBNL0Y-XBsT9Pt1SGgNODteebX4,6108
|
|
6
6
|
c2cgeoportal_admin/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
c2cgeoportal_admin/lib/lingua_extractor.py,sha256=
|
|
8
|
-
c2cgeoportal_admin/lib/ogcserver_synchronizer.py,sha256=
|
|
7
|
+
c2cgeoportal_admin/lib/lingua_extractor.py,sha256=SKG3lQ8qOWt6h1Q-BKNKF6PFseeOoRHvWvaOtQSKDdo,3380
|
|
8
|
+
c2cgeoportal_admin/lib/ogcserver_synchronizer.py,sha256=44sgW1NzLtob6XH_aaMFACkEu0m_hd-27O3cVRWeNXA,15515
|
|
9
9
|
c2cgeoportal_admin/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
|
-
c2cgeoportal_admin/schemas/dimensions.py,sha256=
|
|
11
|
-
c2cgeoportal_admin/schemas/functionalities.py,sha256=
|
|
12
|
-
c2cgeoportal_admin/schemas/interfaces.py,sha256=
|
|
13
|
-
c2cgeoportal_admin/schemas/metadata.py,sha256=
|
|
14
|
-
c2cgeoportal_admin/schemas/restriction_areas.py,sha256=
|
|
15
|
-
c2cgeoportal_admin/schemas/roles.py,sha256=
|
|
16
|
-
c2cgeoportal_admin/schemas/treegroup.py,sha256=
|
|
17
|
-
c2cgeoportal_admin/schemas/treeitem.py,sha256
|
|
10
|
+
c2cgeoportal_admin/schemas/dimensions.py,sha256=LCeSkuXopzeaMqxYQzk09-Pnp7gxqipzgXHVliOtMlg,2290
|
|
11
|
+
c2cgeoportal_admin/schemas/functionalities.py,sha256=r74ZrnDI-OkFeaLAV6gqmRkXP-YgHnIep0QL1wW6UdA,3941
|
|
12
|
+
c2cgeoportal_admin/schemas/interfaces.py,sha256=CY3mAKsuPOoFsY1YDr-JNCh5DLhMI4RjwOE1hm7sc2M,2578
|
|
13
|
+
c2cgeoportal_admin/schemas/metadata.py,sha256=yAlrRk_nduUMqjTecCiOxCgSL3iatWB2HmYZfhNToxQ,8991
|
|
14
|
+
c2cgeoportal_admin/schemas/restriction_areas.py,sha256=RcpieB6PQZGt_1KLegl9edctRFIra_lCFHtyEHzH7lU,2598
|
|
15
|
+
c2cgeoportal_admin/schemas/roles.py,sha256=bibaC2ffQ84njC4qNM0sGy0FsA6cDwvBWvexyRHjHns,2507
|
|
16
|
+
c2cgeoportal_admin/schemas/treegroup.py,sha256=3KBI-MDnPInZ2qChwurL7pIATlpurBw5jZDQ-2wrc1A,7036
|
|
17
|
+
c2cgeoportal_admin/schemas/treeitem.py,sha256=-2iObYdBm3zeRU3MmH3A-iVGPOnqpabYJbJz8GuLENI,2117
|
|
18
18
|
c2cgeoportal_admin/static/layertree.css,sha256=tk54KGW0yRRmdrY35gOCZG3qTsqWtGNEwvBYPQKhaVs,3177
|
|
19
19
|
c2cgeoportal_admin/static/navbar.css,sha256=QIaAQsb4n17OfwdKEQdmNDVPCP23Yu-oGW4xsSaHyW0,2307
|
|
20
20
|
c2cgeoportal_admin/static/theme.css,sha256=eHtBEJcBtDhyZJvCKNxE5hgril0VpLtcDKfNFdgCSVw,2025
|
|
@@ -42,26 +42,26 @@ c2cgeoportal_admin/templates/widgets/role_fields.pt,sha256=gVd9eRYaqw8fGmZauqEUS
|
|
|
42
42
|
c2cgeoportal_admin/templates/widgets/theme_fields.pt,sha256=68G1Ya8-Dc6pCeP-taQ0ofCIpnY_v0rouazkFhfQflU,3083
|
|
43
43
|
c2cgeoportal_admin/templates/widgets/user_fields.pt,sha256=twmajhUYL1xa47Eu-iATKifNPA5lu3SGpqdKajH6gL8,1753
|
|
44
44
|
c2cgeoportal_admin/views/__init__.py,sha256=jtI6CdoXJwizznjwb8ClYySgq4kbwhTIJYutSw89PAw,683
|
|
45
|
-
c2cgeoportal_admin/views/dimension_layers.py,sha256=
|
|
46
|
-
c2cgeoportal_admin/views/functionalities.py,sha256=
|
|
47
|
-
c2cgeoportal_admin/views/home.py,sha256=
|
|
48
|
-
c2cgeoportal_admin/views/interfaces.py,sha256=
|
|
49
|
-
c2cgeoportal_admin/views/layer_groups.py,sha256=
|
|
50
|
-
c2cgeoportal_admin/views/layers.py,sha256=
|
|
51
|
-
c2cgeoportal_admin/views/layers_vectortiles.py,sha256=
|
|
52
|
-
c2cgeoportal_admin/views/layers_wms.py,sha256=
|
|
53
|
-
c2cgeoportal_admin/views/layers_wmts.py,sha256=
|
|
54
|
-
c2cgeoportal_admin/views/layertree.py,sha256=
|
|
45
|
+
c2cgeoportal_admin/views/dimension_layers.py,sha256=Dj7JP5b50PzGNu1y8kt6ATgpOof1xiKPNXhVx6Yima0,2598
|
|
46
|
+
c2cgeoportal_admin/views/functionalities.py,sha256=X7Nv0o9qGDmx9QyTfS9J-UvWN9z9Aqtfs4aK39ye1Vw,4031
|
|
47
|
+
c2cgeoportal_admin/views/home.py,sha256=1JlQLeQ2onQh5ykQ5qtbq0J4Cj3R-xToIXp0unpyHck,1943
|
|
48
|
+
c2cgeoportal_admin/views/interfaces.py,sha256=BII-ha0n8XegEIXD-Ek0c14mw0yHeZREiAF1T58GNbM,3494
|
|
49
|
+
c2cgeoportal_admin/views/layer_groups.py,sha256=tH_nsr5SxtRV6LQ8qYV_Py5Xew1Mb_uWysnjRc9W3mo,3956
|
|
50
|
+
c2cgeoportal_admin/views/layers.py,sha256=6T3m1Cw8fI6R2yneUUet0bcvhyZcUhWq5aqqKwPzBWA,3039
|
|
51
|
+
c2cgeoportal_admin/views/layers_vectortiles.py,sha256=KYNEjyWsDx7uSkk-NKaHvnS1bvEIrr0cYZQYr_fFgjo,4932
|
|
52
|
+
c2cgeoportal_admin/views/layers_wms.py,sha256=u82SwMTOBACrdJ_3MQrkkZr38rORVtYuSWIZgxs-oVE,8040
|
|
53
|
+
c2cgeoportal_admin/views/layers_wmts.py,sha256=cmBNt1J75Irky7aUZcUrpc70KBqonmd6TzBwvVOrTkQ,7815
|
|
54
|
+
c2cgeoportal_admin/views/layertree.py,sha256=KqJgLLs0X2y2GS9hXF0wh27Cjg0HqTMuXzVFbcN0o-Q,8587
|
|
55
55
|
c2cgeoportal_admin/views/logged_views.py,sha256=UX0zNRzORHAzeAAb5XyGHhHrfXKtAT2WSwUi_2mfxps,3169
|
|
56
56
|
c2cgeoportal_admin/views/logs.py,sha256=xAgr1SeC2Sh9P2cfh5ptdKE-zrc7-llf-TZPwvrQ9Pk,3616
|
|
57
|
-
c2cgeoportal_admin/views/oauth2_clients.py,sha256=
|
|
58
|
-
c2cgeoportal_admin/views/ogc_servers.py,sha256=
|
|
59
|
-
c2cgeoportal_admin/views/restriction_areas.py,sha256=
|
|
60
|
-
c2cgeoportal_admin/views/roles.py,sha256=
|
|
61
|
-
c2cgeoportal_admin/views/themes.py,sha256=
|
|
62
|
-
c2cgeoportal_admin/views/themes_ordering.py,sha256=
|
|
63
|
-
c2cgeoportal_admin/views/treeitems.py,sha256=
|
|
64
|
-
c2cgeoportal_admin/views/users.py,sha256=
|
|
57
|
+
c2cgeoportal_admin/views/oauth2_clients.py,sha256=AsuFz-skxqK14RqbFaDMSUscs7fHaUh3ls6aC7sHPMw,3798
|
|
58
|
+
c2cgeoportal_admin/views/ogc_servers.py,sha256=o9mfVqY-6vibYR4sgmOuvVWwQQ3A_M2PMin9sJCZXJA,9412
|
|
59
|
+
c2cgeoportal_admin/views/restriction_areas.py,sha256=PmGrD5Ig9i3jMWTy_b0t3NyQggaH3MI8kFGUCISvQcc,5578
|
|
60
|
+
c2cgeoportal_admin/views/roles.py,sha256=MQu60EwRFXPTZ1CeSmGPBZrLyzlQVd_6MqD33-QgXiY,5887
|
|
61
|
+
c2cgeoportal_admin/views/themes.py,sha256=M3UTvIp0J9aBw8qlJpvfqkZ7jxqxSwxV0Elyd4PB2oY,5710
|
|
62
|
+
c2cgeoportal_admin/views/themes_ordering.py,sha256=Ub91NGHqYbm6z4oAM8ovlaGWKwdF5OOSP_GsJ4yQPGM,5590
|
|
63
|
+
c2cgeoportal_admin/views/treeitems.py,sha256=XXVuFHqFh8hAjbWYACRcFGwPvyyVXOKbjxjtl5uR3w8,3889
|
|
64
|
+
c2cgeoportal_admin/views/users.py,sha256=T3_wPPPrMqZOciwmezdPTI5VqXwHpW2uFQN3oSXQtrI,5439
|
|
65
65
|
tests/__init__.py,sha256=oo8kqGfoSh8AV0HhTqQfC0izcIQ8ZQPkNmONSEUUby4,9556
|
|
66
66
|
tests/conftest.py,sha256=ah7JmR2epDZul2rmMH5wuUzkSpXIjm8dd-cgGjK6_k0,2119
|
|
67
67
|
tests/test_edit_url.py,sha256=Mo_Vo5xvdpPasfjvhQUif5F3nKVpJ6GQJ_x_Hj5VNY8,4494
|
|
@@ -75,7 +75,7 @@ tests/test_layers_wmts.py,sha256=7zye_pZ_e0RyJdoT8oeHKPoYJMKWfTg0K8lEgMIu77Q,121
|
|
|
75
75
|
tests/test_layertree.py,sha256=Dxe10OwuilQ-AEgVIDU4Ns9U6PQ4kPWTxwItdBE7nSg,11335
|
|
76
76
|
tests/test_learn.py,sha256=gQwe-Bim0eihZH0rbBWDn6_rIBxvQD_lyu9MlOljupM,2307
|
|
77
77
|
tests/test_left_menu.py,sha256=xnlv5sD0k3wpCChKCnbpYRN0TA895pg8k6wVvjf99-4,919
|
|
78
|
-
tests/test_lingua_extractor_config.py,sha256=
|
|
78
|
+
tests/test_lingua_extractor_config.py,sha256=tSoBx7Owxq2u14cSo964VP2Lm9FNFoGtJxuet4w2fZw,2495
|
|
79
79
|
tests/test_logs.py,sha256=sUBC61rCSIfg9HBavhT6c0QPmPYUnEfDm91bUaUF4Q8,3147
|
|
80
80
|
tests/test_main.py,sha256=_gUdMrMMAEzvGIf1QwkoHQkd0eBACz05ycTidCHP5Ao,365
|
|
81
81
|
tests/test_metadatas.py,sha256=bVNxvZRKNRMmjQGr7Al1d4H85EjEaoesRpxytyld4Fw,12088
|
|
@@ -88,8 +88,8 @@ tests/test_themes_ordering.py,sha256=T4Esr0C3EN5UdeEyYLa4ePvEn-bx3RNPkGBK3lDFoBo
|
|
|
88
88
|
tests/test_treegroup.py,sha256=Plv119G4TWlurWLE7Z1mWGeHHPScK_fWKcDmDzMUlIU,576
|
|
89
89
|
tests/test_user.py,sha256=TRtWZaHI7Aua0Tmdo5sqA4Fo8ktWquz3C01UN7a8fWs,12860
|
|
90
90
|
tests/themes_ordering.py,sha256=UdydcRIzWC6RRnTMfl2JM_250DHuAhGC7rijHqfy7lk,1342
|
|
91
|
-
c2cgeoportal_admin-2.8.1.
|
|
92
|
-
c2cgeoportal_admin-2.8.1.
|
|
93
|
-
c2cgeoportal_admin-2.8.1.
|
|
94
|
-
c2cgeoportal_admin-2.8.1.
|
|
95
|
-
c2cgeoportal_admin-2.8.1.
|
|
91
|
+
c2cgeoportal_admin-2.8.1.254.dist-info/METADATA,sha256=bDZUyjAZr-HYOFIwVwu-QD2vkwxd01-tFCOb-tPJ2VI,1597
|
|
92
|
+
c2cgeoportal_admin-2.8.1.254.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
93
|
+
c2cgeoportal_admin-2.8.1.254.dist-info/entry_points.txt,sha256=kz-7AnYsbtK04jTpGUtcOeu2NbQiXW3CQV3AjyC32tw,165
|
|
94
|
+
c2cgeoportal_admin-2.8.1.254.dist-info/top_level.txt,sha256=DgcTJgTvpJUB8HqwYB14PdLBPAOAFk0B8oqnSTFoAU4,25
|
|
95
|
+
c2cgeoportal_admin-2.8.1.254.dist-info/RECORD,,
|
|
File without changes
|
{c2cgeoportal_admin-2.8.1.252.dist-info → c2cgeoportal_admin-2.8.1.254.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{c2cgeoportal_admin-2.8.1.252.dist-info → c2cgeoportal_admin-2.8.1.254.dist-info}/top_level.txt
RENAMED
|
File without changes
|