c2cgeoportal-admin 2.8.1.229__py3-none-any.whl → 2.8.1.271__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.

Potentially problematic release.


This version of c2cgeoportal-admin might be problematic. Click here for more details.

Files changed (40) hide show
  1. c2cgeoportal_admin/__init__.py +1 -1
  2. c2cgeoportal_admin/lib/lingua_extractor.py +1 -1
  3. c2cgeoportal_admin/lib/ogcserver_synchronizer.py +1 -1
  4. c2cgeoportal_admin/routes.py +1 -1
  5. c2cgeoportal_admin/schemas/dimensions.py +1 -1
  6. c2cgeoportal_admin/schemas/functionalities.py +1 -1
  7. c2cgeoportal_admin/schemas/interfaces.py +1 -1
  8. c2cgeoportal_admin/schemas/metadata.py +1 -1
  9. c2cgeoportal_admin/schemas/restriction_areas.py +1 -1
  10. c2cgeoportal_admin/schemas/roles.py +1 -1
  11. c2cgeoportal_admin/schemas/treegroup.py +1 -1
  12. c2cgeoportal_admin/schemas/treeitem.py +1 -1
  13. c2cgeoportal_admin/subscribers.py +1 -1
  14. c2cgeoportal_admin/views/dimension_layers.py +1 -1
  15. c2cgeoportal_admin/views/functionalities.py +1 -1
  16. c2cgeoportal_admin/views/home.py +1 -1
  17. c2cgeoportal_admin/views/interfaces.py +1 -1
  18. c2cgeoportal_admin/views/layer_groups.py +1 -1
  19. c2cgeoportal_admin/views/layers.py +1 -1
  20. c2cgeoportal_admin/views/layers_vectortiles.py +1 -1
  21. c2cgeoportal_admin/views/layers_wms.py +1 -1
  22. c2cgeoportal_admin/views/layers_wmts.py +1 -1
  23. c2cgeoportal_admin/views/layertree.py +1 -1
  24. c2cgeoportal_admin/views/logged_views.py +1 -1
  25. c2cgeoportal_admin/views/logs.py +1 -1
  26. c2cgeoportal_admin/views/oauth2_clients.py +1 -1
  27. c2cgeoportal_admin/views/ogc_servers.py +1 -1
  28. c2cgeoportal_admin/views/restriction_areas.py +1 -1
  29. c2cgeoportal_admin/views/roles.py +1 -1
  30. c2cgeoportal_admin/views/themes.py +1 -1
  31. c2cgeoportal_admin/views/themes_ordering.py +1 -1
  32. c2cgeoportal_admin/views/treeitems.py +1 -1
  33. c2cgeoportal_admin/views/users.py +1 -1
  34. c2cgeoportal_admin/widgets.py +1 -1
  35. {c2cgeoportal_admin-2.8.1.229.dist-info → c2cgeoportal_admin-2.8.1.271.dist-info}/METADATA +2 -2
  36. {c2cgeoportal_admin-2.8.1.229.dist-info → c2cgeoportal_admin-2.8.1.271.dist-info}/RECORD +40 -40
  37. tests/test_lingua_extractor_config.py +1 -1
  38. {c2cgeoportal_admin-2.8.1.229.dist-info → c2cgeoportal_admin-2.8.1.271.dist-info}/WHEEL +0 -0
  39. {c2cgeoportal_admin-2.8.1.229.dist-info → c2cgeoportal_admin-2.8.1.271.dist-info}/entry_points.txt +0 -0
  40. {c2cgeoportal_admin-2.8.1.229.dist-info → c2cgeoportal_admin-2.8.1.271.dist-info}/top_level.txt +0 -0
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2023, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2011-2022, Camptocamp SA
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
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2020-2023, Camptocamp SA
1
+ # Copyright (c) 2020-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2023, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2018-2021, Camptocamp SA
1
+ # Copyright (c) 2018-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2018-2021, Camptocamp SA
1
+ # Copyright (c) 2018-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2018-2021, Camptocamp SA
1
+ # Copyright (c) 2018-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2018-2023, Camptocamp SA
1
+ # Copyright (c) 2018-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2021, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2018-2021, Camptocamp SA
1
+ # Copyright (c) 2018-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2018-2024, Camptocamp SA
1
+ # Copyright (c) 2018-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2018-2021, Camptocamp SA
1
+ # Copyright (c) 2018-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2018-2021, Camptocamp SA
1
+ # Copyright (c) 2018-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2021, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2023, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2021, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2023, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2023, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2021, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2021, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2023, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2023, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2023, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2023-2023, Camptocamp SA
1
+ # Copyright (c) 2023-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2023-2023, Camptocamp SA
1
+ # Copyright (c) 2023-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2021-2023, Camptocamp SA
1
+ # Copyright (c) 2021-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2023, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2023, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2023, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2023, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2021, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2023, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2017-2023, Camptocamp SA
1
+ # Copyright (c) 2017-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2018-2024, Camptocamp SA
1
+ # Copyright (c) 2018-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: c2cgeoportal-admin
3
- Version: 2.8.1.229
3
+ Version: 2.8.1.271
4
4
  Summary: c2cgeoportal admin
5
5
  Home-page: https://github.com/camptocamp/c2cgeoportal/
6
6
  Author: Camptocamp
@@ -37,7 +37,7 @@ Requires-Dist: pyramid-tm
37
37
  Requires-Dist: requests (>=2.32.0)
38
38
  Requires-Dist: sqlalchemy
39
39
  Requires-Dist: translationstring
40
- Requires-Dist: urllib3 (>=1.26.17)
40
+ Requires-Dist: urllib3 (>=2.6.0)
41
41
  Requires-Dist: zope.event
42
42
 
43
43
  # c2cgeoportal admin interface
@@ -1,20 +1,20 @@
1
- c2cgeoportal_admin/__init__.py,sha256=uuW2AC81qIXn7bH7MLHzf9fhEK4liGg3Zi-TosyzKNs,5478
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=tgLP5uKhgX80a2gLCpu6C92UtmqwVkOkmJ-tPxEP3QE,4712
4
- c2cgeoportal_admin/subscribers.py,sha256=P1CaccDTpuxrWak_gMN2qBurz3OrAZ6aZ1LA7P3avu8,2430
5
- c2cgeoportal_admin/widgets.py,sha256=bjMlC4mqx_bAjzIzzu-zqdQ7bc6tVo7mKOMbpmbeN38,6108
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=Dw4vo46TcUnJ7vvxgFezPYidfEdL2pHJUM0qxAaJ1KE,3380
8
- c2cgeoportal_admin/lib/ogcserver_synchronizer.py,sha256=Px9SzBAv5qDTtF1xu6IRzr1u77TA8eAC3cjgI0Rxgks,15515
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=rPMEuIdGiVGS5e0xqXUu-COVKlrWg9rpp-xe-8aHbOQ,2290
11
- c2cgeoportal_admin/schemas/functionalities.py,sha256=AptqKn2oyy74qivzihNfeNvmaDILsl36bSoJdSNXh9Y,3941
12
- c2cgeoportal_admin/schemas/interfaces.py,sha256=0NCRDZOqbw7Bwj-l3GNsVwYDHck4F0q1fCSo1kTYoOY,2578
13
- c2cgeoportal_admin/schemas/metadata.py,sha256=EOr9hWYBPBJ3iaUmPFgtWnBaNWadX0g9UQ0eeJ6N84E,8991
14
- c2cgeoportal_admin/schemas/restriction_areas.py,sha256=48hFUgFznl_1bYsl490YSXLbXfjCY_f6gURQtB_7eIk,2598
15
- c2cgeoportal_admin/schemas/roles.py,sha256=4JJrgZNKsj_wru_YGOWxZTEXGVm0hahbAkYf2aePGzI,2507
16
- c2cgeoportal_admin/schemas/treegroup.py,sha256=8_aDM5xhtT7m-amaccEgH8T5O-SoRtFYIcGZ01VwHr0,7036
17
- c2cgeoportal_admin/schemas/treeitem.py,sha256=qnjrLd2LD7NCBjXqzw7aRn83cw_hYZbepJdLzOz0rBk,2117
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=jupwqX_kO37ukcWE-SsO290JdKENEmfoYxk4sRWb25Y,2598
46
- c2cgeoportal_admin/views/functionalities.py,sha256=4oZYgs2_M0Usb3GBi40gCP6XvTbR-1PhCDZXiBnhsuk,4031
47
- c2cgeoportal_admin/views/home.py,sha256=h_hJWIKpzJeSmXl58J0nvZdEg7avSYOOVUEEnlV-r0k,1943
48
- c2cgeoportal_admin/views/interfaces.py,sha256=gzIRrd4D64iSH7NVaR-9oQh8-iMzjZOW5QfTfpQeYU4,3494
49
- c2cgeoportal_admin/views/layer_groups.py,sha256=Zcdr26jyo4ZZw7sr6hYOjo6PuI9-StQ5KQ7OlIxSEtY,3956
50
- c2cgeoportal_admin/views/layers.py,sha256=xjvcRvKVpeD-LRuVwE8PGkDT-Kih9ADX0beEDcOP1bE,3039
51
- c2cgeoportal_admin/views/layers_vectortiles.py,sha256=lREdMc7bo2TVqdf-s6MzNXZoauReqFS_K-Hng49NUT4,4932
52
- c2cgeoportal_admin/views/layers_wms.py,sha256=Kpgr-eWME9zxahkf-re1w6wkToKBqyInmqd_DHhj9Kc,8040
53
- c2cgeoportal_admin/views/layers_wmts.py,sha256=HNZalKLLhPF7aXLxuFP07yr9-MGnJTg-CVD-GeokvMM,7815
54
- c2cgeoportal_admin/views/layertree.py,sha256=plb5fL9vTaSe9EFp8VmUWl5iD9FuiQ-3TuStKAGjIKo,8587
55
- c2cgeoportal_admin/views/logged_views.py,sha256=_XHoIl7Lw3SV_1T0c0JUeIhkluzNnjNrSUgimfk993E,3169
56
- c2cgeoportal_admin/views/logs.py,sha256=I4ZnfNtBZmriDLIzLpLiX5HPm3Y1UvIQehemPbC2rL0,3616
57
- c2cgeoportal_admin/views/oauth2_clients.py,sha256=lfMSwZW7pybQx3PR1btRY7XFLfx1TOx7ooVgllOqK-s,3798
58
- c2cgeoportal_admin/views/ogc_servers.py,sha256=nGTs_pDr2knS_NAakqvxmjZE2ulrWxn2puWA_uNqgaY,9412
59
- c2cgeoportal_admin/views/restriction_areas.py,sha256=uzfQQVRFCP-OCg1sdGzQCTkO35C1H8DZNMWIquFQqRw,5578
60
- c2cgeoportal_admin/views/roles.py,sha256=VP0OEsW2_l99YnxGO5mdOkvPBs4Hs3nyRSbetIKtx14,5887
61
- c2cgeoportal_admin/views/themes.py,sha256=mxpf56KXwCKG5tCYgV7xgPtQqlCU67iOBOLB7cHD-Hc,5710
62
- c2cgeoportal_admin/views/themes_ordering.py,sha256=NYN3I2tDwLW5E4G-695DwV0dCbHUAObWVFYZ8Bir1-o,5590
63
- c2cgeoportal_admin/views/treeitems.py,sha256=C-vjScmb_HI5QOowx3MGZBJqAHDkGTG90vshPG7FvgA,3889
64
- c2cgeoportal_admin/views/users.py,sha256=sXCgVluLLnbbQTG8Q7tmaVfnEcHj5fBiHFCG7owVp1w,5439
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
+ c2cgeoportal_admin/views/logged_views.py,sha256=UX0zNRzORHAzeAAb5XyGHhHrfXKtAT2WSwUi_2mfxps,3169
56
+ c2cgeoportal_admin/views/logs.py,sha256=xAgr1SeC2Sh9P2cfh5ptdKE-zrc7-llf-TZPwvrQ9Pk,3616
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=vAfunJ4tVuqTJg4xinPwlB0EvA4sYhjY_iDBfMq8EW4,2495
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.229.dist-info/METADATA,sha256=MYyz3zft8ZgUB2AiiZ9rNG0y9DHcUh7393iG5YQqEHU,1597
92
- c2cgeoportal_admin-2.8.1.229.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
93
- c2cgeoportal_admin-2.8.1.229.dist-info/entry_points.txt,sha256=kz-7AnYsbtK04jTpGUtcOeu2NbQiXW3CQV3AjyC32tw,165
94
- c2cgeoportal_admin-2.8.1.229.dist-info/top_level.txt,sha256=DgcTJgTvpJUB8HqwYB14PdLBPAOAFk0B8oqnSTFoAU4,25
95
- c2cgeoportal_admin-2.8.1.229.dist-info/RECORD,,
91
+ c2cgeoportal_admin-2.8.1.271.dist-info/METADATA,sha256=WUeURkjNvuGQVrFXMmwikoT6f6sQYqBMg2F1ucb8COs,1595
92
+ c2cgeoportal_admin-2.8.1.271.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
93
+ c2cgeoportal_admin-2.8.1.271.dist-info/entry_points.txt,sha256=kz-7AnYsbtK04jTpGUtcOeu2NbQiXW3CQV3AjyC32tw,165
94
+ c2cgeoportal_admin-2.8.1.271.dist-info/top_level.txt,sha256=DgcTJgTvpJUB8HqwYB14PdLBPAOAFk0B8oqnSTFoAU4,25
95
+ c2cgeoportal_admin-2.8.1.271.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2022-2023, Camptocamp SA
1
+ # Copyright (c) 2022-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without