c2cgeoportal-geoportal 2.9.0.309__py3-none-any.whl → 2.9.0.311__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-geoportal might be problematic. Click here for more details.

Files changed (56) hide show
  1. c2cgeoportal_geoportal/lib/__init__.py +1 -1
  2. c2cgeoportal_geoportal/lib/bashcolor.py +1 -1
  3. c2cgeoportal_geoportal/lib/cacheversion.py +1 -1
  4. c2cgeoportal_geoportal/lib/caching.py +1 -1
  5. c2cgeoportal_geoportal/lib/check_collector.py +1 -1
  6. c2cgeoportal_geoportal/lib/checker.py +1 -1
  7. c2cgeoportal_geoportal/lib/dbreflection.py +1 -1
  8. c2cgeoportal_geoportal/lib/filter_capabilities.py +1 -1
  9. c2cgeoportal_geoportal/lib/fulltextsearch.py +1 -1
  10. c2cgeoportal_geoportal/lib/functionality.py +1 -1
  11. c2cgeoportal_geoportal/lib/headers.py +1 -1
  12. c2cgeoportal_geoportal/lib/i18n.py +1 -1
  13. c2cgeoportal_geoportal/lib/layers.py +1 -1
  14. c2cgeoportal_geoportal/lib/loader.py +1 -1
  15. c2cgeoportal_geoportal/lib/metrics.py +1 -1
  16. c2cgeoportal_geoportal/lib/oauth2.py +1 -1
  17. c2cgeoportal_geoportal/lib/wmstparsing.py +1 -1
  18. c2cgeoportal_geoportal/lib/xsd.py +1 -1
  19. c2cgeoportal_geoportal/resources.py +1 -1
  20. c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/gunicorn.conf.py +1 -1
  21. c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/ci/requirements.txt +1 -1
  22. c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/scripts/db-backup +1 -1
  23. c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/scripts/db-restore +1 -1
  24. c2cgeoportal_geoportal/scripts/__init__.py +1 -1
  25. c2cgeoportal_geoportal/scripts/create_demo_theme.py +1 -1
  26. c2cgeoportal_geoportal/scripts/manage_users.py +1 -1
  27. c2cgeoportal_geoportal/scripts/urllogin.py +1 -1
  28. c2cgeoportal_geoportal/views/__init__.py +1 -1
  29. c2cgeoportal_geoportal/views/dev.py +1 -1
  30. c2cgeoportal_geoportal/views/geometry_processing.py +1 -1
  31. c2cgeoportal_geoportal/views/i18n.py +1 -1
  32. c2cgeoportal_geoportal/views/layers.py +1 -1
  33. c2cgeoportal_geoportal/views/mapserverproxy.py +1 -1
  34. c2cgeoportal_geoportal/views/memory.py +1 -1
  35. c2cgeoportal_geoportal/views/ogcproxy.py +1 -1
  36. c2cgeoportal_geoportal/views/pdfreport.py +1 -1
  37. c2cgeoportal_geoportal/views/printproxy.py +1 -1
  38. c2cgeoportal_geoportal/views/profile.py +1 -1
  39. c2cgeoportal_geoportal/views/raster.py +1 -1
  40. c2cgeoportal_geoportal/views/resourceproxy.py +1 -1
  41. c2cgeoportal_geoportal/views/vector_tiles.py +1 -1
  42. {c2cgeoportal_geoportal-2.9.0.309.dist-info → c2cgeoportal_geoportal-2.9.0.311.dist-info}/METADATA +1 -1
  43. {c2cgeoportal_geoportal-2.9.0.309.dist-info → c2cgeoportal_geoportal-2.9.0.311.dist-info}/RECORD +56 -56
  44. tests/test_cachebuster.py +1 -1
  45. tests/test_checker.py +1 -1
  46. tests/test_decimaljson.py +1 -1
  47. tests/test_headerstween.py +1 -1
  48. tests/test_init.py +1 -1
  49. tests/test_locale_negociator.py +1 -1
  50. tests/test_mapserverproxy_route_predicate.py +1 -1
  51. tests/test_raster.py +1 -1
  52. tests/test_wmstparsing.py +1 -1
  53. tests/xmlstr.py +1 -1
  54. {c2cgeoportal_geoportal-2.9.0.309.dist-info → c2cgeoportal_geoportal-2.9.0.311.dist-info}/WHEEL +0 -0
  55. {c2cgeoportal_geoportal-2.9.0.309.dist-info → c2cgeoportal_geoportal-2.9.0.311.dist-info}/entry_points.txt +0 -0
  56. {c2cgeoportal_geoportal-2.9.0.309.dist-info → c2cgeoportal_geoportal-2.9.0.311.dist-info}/top_level.txt +0 -0
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2011-2024, 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) 2013-2021, Camptocamp SA
1
+ # Copyright (c) 2013-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-2024, 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) 2012-2024, Camptocamp SA
1
+ # Copyright (c) 2012-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-2024, 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) 2011-2024, 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) 2011-2024, 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) 2014-2024, Camptocamp SA
1
+ # Copyright (c) 2014-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) 2011-2024, 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) 2013-2024, Camptocamp SA
1
+ # Copyright (c) 2013-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) 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) 2019-2024, Camptocamp SA
1
+ # Copyright (c) 2019-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) 2021-2024, 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) 2013-2024, Camptocamp SA
1
+ # Copyright (c) 2013-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) 2011-2023, 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) 2019-2024, Camptocamp SA
1
+ # Copyright (c) 2019-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
@@ -1,2 +1,2 @@
1
- c2cciutils[checks,publish]==1.7.3
1
+ c2cciutils[checks,publish]==1.7.4
2
2
  pre-commit==4.2.0
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env python3
2
2
 
3
- # Copyright (c) 2021-2024, Camptocamp SA
3
+ # Copyright (c) 2021-2025, Camptocamp SA
4
4
  # All rights reserved.
5
5
 
6
6
  # Redistribution and use in source and binary forms, with or without
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env python3
2
2
 
3
- # Copyright (c) 2021-2024, Camptocamp SA
3
+ # Copyright (c) 2021-2025, Camptocamp SA
4
4
  # All rights reserved.
5
5
 
6
6
  # Redistribution and use in source and binary forms, with or without
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2011-2024, 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) 2011-2024, 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) 2011-2024, 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) 2012-2024, Camptocamp SA
1
+ # Copyright (c) 2012-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-2023, 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) 2011-2024, 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) 2011-2024, 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) 2019-2024, Camptocamp SA
1
+ # Copyright (c) 2019-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) 2012-2024, Camptocamp SA
1
+ # Copyright (c) 2012-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-2024, 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) 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) 2011-2024, 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) 2011-2024, 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) 2011-2024, 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) 2012-2024, Camptocamp SA
1
+ # Copyright (c) 2012-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) 2012-2024, Camptocamp SA
1
+ # Copyright (c) 2012-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-2024, 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) 2021-2024, 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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: c2cgeoportal-geoportal
3
- Version: 2.9.0.309
3
+ Version: 2.9.0.311
4
4
  Summary: c2cgeoportal geoportal
5
5
  Home-page: https://github.com/camptocamp/c2cgeoportal/
6
6
  Author: Camptocamp
@@ -1,28 +1,28 @@
1
1
  c2cgeoportal_geoportal/__init__.py,sha256=hPoVL78ef1gwRn_thABVX63JpQ8huWorCJ6N4LtoR50,40070
2
2
  c2cgeoportal_geoportal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- c2cgeoportal_geoportal/resources.py,sha256=n42Gns8DKw32GstDoUdNgud6xdAidaRwgAuNHqGH-c4,2158
4
- c2cgeoportal_geoportal/lib/__init__.py,sha256=_67fO_aXQZRnxPXcShHBcs38mdYU5ch0FNX89RwMTgA,10431
3
+ c2cgeoportal_geoportal/resources.py,sha256=rDruIDlzwktqj_A-DFA7ZkWwkasVZ4KELCmUe61ghGI,2158
4
+ c2cgeoportal_geoportal/lib/__init__.py,sha256=9BI0fqGiCOhegf7WmsP4_FxnlXzhZfguIwiIF1b2JI8,10431
5
5
  c2cgeoportal_geoportal/lib/authentication.py,sha256=Y45moPenxJ2dH3gIuk7yPr4tiS0Yw0OLw-bK8Ug92nE,10037
6
- c2cgeoportal_geoportal/lib/bashcolor.py,sha256=LQgOgtFUvgJ4Ed3-YW3RPjvhBMZBbXBBkUZKE4unRCI,1889
7
- c2cgeoportal_geoportal/lib/cacheversion.py,sha256=jc8jIKH_yE1NReC2kvUkTkpGERHObdWjPp6kGCWAU1o,3040
8
- c2cgeoportal_geoportal/lib/caching.py,sha256=BZzIjgEUfv7puP8XvWY6PAni7HybcLMZrGam3D3mCyA,7124
9
- c2cgeoportal_geoportal/lib/check_collector.py,sha256=98N43jvjzCOh19Agipf8varCD9S9I9V8XYQcrSujv0k,3396
10
- c2cgeoportal_geoportal/lib/checker.py,sha256=QLe0SUzfSwKYQFpGgFecWkJJlVjA1O2phwf-FvQQOUc,12547
6
+ c2cgeoportal_geoportal/lib/bashcolor.py,sha256=3Yr3QtDtvRO-KCKAPJNmxsMd6SqVwDusyZ8TfCy206w,1889
7
+ c2cgeoportal_geoportal/lib/cacheversion.py,sha256=5jtedQO6BK3lv7-q1dK1sFbuSuNFpZLr18K6gYXuTig,3040
8
+ c2cgeoportal_geoportal/lib/caching.py,sha256=r_nxHCfW5Jeb8Uzg_TXy9F45uzeG-234CexmFva2WEE,7124
9
+ c2cgeoportal_geoportal/lib/check_collector.py,sha256=endYjO9CmKlGimYuyeZKIBOb3izvbVVQXAhV8jwO7QU,3396
10
+ c2cgeoportal_geoportal/lib/checker.py,sha256=2svFaFjwQNGGqinacti-gpYiC2VAvJHkIL_R_PPX2T4,12547
11
11
  c2cgeoportal_geoportal/lib/common_headers.py,sha256=5UYHNBLHhIQZdHLj17ZeTUnCFwLLg9Yu5i47tkHZYLw,6456
12
- c2cgeoportal_geoportal/lib/dbreflection.py,sha256=viQotACmEAoLtJYHhQqAtcT3UQUvNVz9P_MlRCKgR9g,9759
13
- c2cgeoportal_geoportal/lib/filter_capabilities.py,sha256=nah7A3A_m87M5lSXcw3HRaEnHMCLnXcwTQ3PdoGN4js,14343
14
- c2cgeoportal_geoportal/lib/fulltextsearch.py,sha256=DrqO51QbDp56VpZa__2-8vp8U39izvLpyGhRCLTCaYc,2265
15
- c2cgeoportal_geoportal/lib/functionality.py,sha256=XawlxN0gIb1IB34j9vVyxyMsh0VraZXOPcGTCxg9D4c,6279
16
- c2cgeoportal_geoportal/lib/headers.py,sha256=zezJJ122edkNg41lGpK7ogE-almayvRKnEAopXI2pA8,2631
17
- c2cgeoportal_geoportal/lib/i18n.py,sha256=MoEPu4mj02KeuTJQDA1Y1btK6Ll7d089dzjRTLmedfs,1852
18
- c2cgeoportal_geoportal/lib/layers.py,sha256=DK_G0XBo1IWMOPmndWv_gYbRnE9Lg9zRTlnoXbZNgrI,4911
12
+ c2cgeoportal_geoportal/lib/dbreflection.py,sha256=cwMlq3QkTxMo0mCt3qNjGbN8pPJIre2UuLCRifs5feo,9759
13
+ c2cgeoportal_geoportal/lib/filter_capabilities.py,sha256=L_3rsVmMEHrWSCzTldrUI946Zz6kLntbWeqp9XRMFE0,14343
14
+ c2cgeoportal_geoportal/lib/fulltextsearch.py,sha256=fmvQr96hITq1ahvn8O7Acx8M5Zs_XL5SB4300cN6S2g,2265
15
+ c2cgeoportal_geoportal/lib/functionality.py,sha256=PXV5xmTg5EctMxYLaoKamw4-3COs2qRieDA66WYUmUA,6279
16
+ c2cgeoportal_geoportal/lib/headers.py,sha256=5EUWRhyQaP1768nSSvFUqurw772NAuw493sle8u535o,2631
17
+ c2cgeoportal_geoportal/lib/i18n.py,sha256=LHn21DCWHMIeMKfzNoxD0jF4gXL3p4fJq6qCz5_Ffh4,1852
18
+ c2cgeoportal_geoportal/lib/layers.py,sha256=x9iusOA65WSOcTpPEt1pyyZkH3d-5v8whQnqI2xbDt4,4911
19
19
  c2cgeoportal_geoportal/lib/lingva_extractor.py,sha256=pS-B5oTcEkW__XUop6rWKdpJhn4i7C8YNtU9JDNMEik,37601
20
- c2cgeoportal_geoportal/lib/loader.py,sha256=vfjyuN2ry33Djc5KMTbibQ96uAw8oZyomAAwk0gbW5Q,2613
21
- c2cgeoportal_geoportal/lib/metrics.py,sha256=5HryUs6Rk6cmVvag5_FN-W2gcwsyJt3Xf9105TSO4mQ,4847
22
- c2cgeoportal_geoportal/lib/oauth2.py,sha256=1hXo78-8lg3OBvB0TK5zG5QawZnvroPhaVpTBtPZg8I,41107
20
+ c2cgeoportal_geoportal/lib/loader.py,sha256=oN76GhbLbdmCWp3DFTq16HJSylnDApuS1Ea8D-DQA3o,2613
21
+ c2cgeoportal_geoportal/lib/metrics.py,sha256=dAPdJtrtTPbwVuULZZ5dJC1JJCDbC0rJA7dtvsqIo40,4847
22
+ c2cgeoportal_geoportal/lib/oauth2.py,sha256=03nV635IkGyu0EckvUc_0akG9YzpG3PSZ2ILt2TVieI,41107
23
23
  c2cgeoportal_geoportal/lib/oidc.py,sha256=Uo6JAnKrWTaUY4_Kdl23cJFIP2C_OZjh8wWTsMB2Y-w,13095
24
- c2cgeoportal_geoportal/lib/wmstparsing.py,sha256=EWFXxZ_nK3vpx8H3dSKIJTnNAXoJmfhhHYkcG1bXluI,12379
25
- c2cgeoportal_geoportal/lib/xsd.py,sha256=V5dXPWTVIz04LoI5GDkorFnaLrLUhlw--c6NzWsAxfk,7031
24
+ c2cgeoportal_geoportal/lib/wmstparsing.py,sha256=KFMEv7Skqc9HFA1m7x2xQMu4Bk2gJsyp5XTGwLLXb7w,12379
25
+ c2cgeoportal_geoportal/lib/xsd.py,sha256=_JDDlMIsvThb9DGmHS3XMazlRYG3AQK8kHQ4pq6sH8s,7031
26
26
  c2cgeoportal_geoportal/scaffolds/advance_create/cookiecutter.json,sha256=1LVOM-j_nd00J89q0EI3bQUvIysbidApaVHDibA2ydk,524
27
27
  c2cgeoportal_geoportal/scaffolds/advance_create/ci/config.yaml,sha256=8wB9gdivpSPH6wAy5JWhv3MDh_XzOGQX2KY5eYRtNpA,403
28
28
  c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/.dockerignore,sha256=rPtGQNYXYoj-D94VwnVT_x-HvqldTNoz2oT7DjGpyqk,147
@@ -33,7 +33,7 @@ c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoport
33
33
  c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/alembic.ini,sha256=U_L9gWSDWTGr-4HgQORcW5Q10TsafD6RWEudITSyEWQ,985
34
34
  c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/alembic.yaml,sha256=9HMFJ_UekLUzXM5bPtixNNkeHMalo50hKjkxM_2tG2E,458
35
35
  c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/development.ini,sha256=SXwggEi14iish10vtLscY5kemC1nZqnQuLQSK9DgppY,3061
36
- c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/gunicorn.conf.py,sha256=JD94EpO_tVaipTxP-fL83L-hmkx1hS-_U819SdCjMlA,4981
36
+ c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/gunicorn.conf.py,sha256=C1ljEuJadGaVtqIdrYAG91Ebd7iKjVeVBZduBjvf14s,4981
37
37
  c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/language_mapping,sha256=jZNiCuWh5-LsU0oDmNviVfNyNqZibBXNc_rsv_OpUuE,27
38
38
  c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/lingva-client.cfg,sha256=Q5OugT3Ns7HEFxcBCejDHEkMtEUGhk__6-yONGg2ImM,117
39
39
  c2cgeoportal_geoportal/scaffolds/advance_create/{{cookiecutter.project}}/geoportal/lingva-server.cfg,sha256=1mRNwhmqmxlJwKucLauitmY9MHgWAyCr4N6TaqHkKsU,107
@@ -84,7 +84,7 @@ c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/.github/workflo
84
84
  c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/.github/workflows/update_l10n.yaml,sha256=AEm3dpJDVnYKy61mduSkPk10tJEkQMmhb1TQdbm0nlU,2335
85
85
  c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/ci/config.yaml,sha256=8doQOoZkZq4ICjOqH96egW1lsJFgL33hTPhmee8OHCs,360
86
86
  c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/ci/docker-compose-check,sha256=7lnVTaaoUrC5MPGpwH2IWbzYc2KaeQMWguahsoY9Rf8,615
87
- c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/ci/requirements.txt,sha256=Glm64Un4O1Mxcuc06HRP3frZFSUk_VNc3MphRA4Qn1A,52
87
+ c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/ci/requirements.txt,sha256=gRmmJOj2EJ2ogiMK0aNygQlkEqo-KsXQovgwyppAaVE,52
88
88
  c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/geoportal/vars.yaml,sha256=rvfWX4XC4Y5VaVS9_Xpl0jpmvvQTaGirPVDGcJ8WH5k,11951
89
89
  c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/geoportal/{{cookiecutter.package}}_geoportal/locale/en/LC_MESSAGES/{{cookiecutter.package}}_geoportal-client.po,sha256=hKLs5f7EJz05ACRtyTlCtssCo99PMuj-FfOJXchMZFk,162
90
90
  c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/geoportal/{{cookiecutter.package}}_geoportal/static/robot.txt.tmpl,sha256=JR_vIqMlHq1oSgyWPN2mtZyEpsqhjKQQecaW2pxvK54,88
@@ -129,8 +129,8 @@ c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/print/print-app
129
129
  c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/print/print-apps/{{cookiecutter.package}}/north.svg,sha256=rnHO-cNiy9ZyfwvI-o2dYipzuu-vh9rn0nE45FjfOPo,2925
130
130
  c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/print/print-apps/{{cookiecutter.package}}/results.jrxml,sha256=gf5grUvt-oG_H0LnsNvBWMDGqvH3uuW_wfy0O-n5ui4,1309
131
131
  c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/qgisserver/pg_service.conf.tmpl,sha256=WcjfsfsfNLHAfbg84HgEIb64EDnnJJWGnyAdPTXD0PI,296
132
- c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/scripts/db-backup,sha256=48fii_o6y9VbAb-ToG9qU0flS6kEXk6lfHsgtufgrwg,5205
133
- c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/scripts/db-restore,sha256=dfOEwiN8us_JulAZCEgM9WyqHUWEbnlowOgm5nQ0NR8,5425
132
+ c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/scripts/db-backup,sha256=4UKYnok7_U3SNIwLNCg2HxSBgvcle87ZevPzylJLC0c,5205
133
+ c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/scripts/db-restore,sha256=KvIZtviKuFtkgX7rRTWJqZXpr3VHBybA-5pAsXr-U64,5425
134
134
  c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/scripts/multi-tenant-update-po,sha256=w89-jvwo4v_KGrFyH6xIiQkh4cIK1PCLxmGwZ2mq630,1097
135
135
  c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
136
136
  c2cgeoportal_geoportal/scaffolds/create/{{cookiecutter.project}}/tests/test_app.py,sha256=RXBFB9xc-SJ6D2UVHjooGoWbMvROiMTOxi2evFnkAtE,2961
@@ -142,53 +142,53 @@ c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/CONST_create_te
142
142
  c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/geoportal/.CONST_vars.yaml.swp,sha256=ZaB6IqVy0WDyGXRP7VQf8_LL_wjccSdthJtdIzw8FmE,16384
143
143
  c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/geoportal/CONST_config-schema.yaml,sha256=XUtfJo3UNryr-a6RMxxi3K3XazfYL5WXN6vrreJYrUI,23696
144
144
  c2cgeoportal_geoportal/scaffolds/update/{{cookiecutter.project}}/geoportal/CONST_vars.yaml,sha256=uB39dQabHvx8WfbDyLvTlZe11vhSKXmLDsQnQIqf6RI,49349
145
- c2cgeoportal_geoportal/scripts/__init__.py,sha256=hHwjhQaM_T2EaupeFIyjl0N67Bcl3M99UMcCdYAjQlQ,2929
145
+ c2cgeoportal_geoportal/scripts/__init__.py,sha256=KtDC_hpgvmuC83YFvdEQ4Xezk0wjhUAaBimpoOQrQso,2929
146
146
  c2cgeoportal_geoportal/scripts/c2cupgrade.py,sha256=oWgl5ngJaUVXDKJqJ33aZB8ET_XcFxsYZb18KqO4-yo,36825
147
- c2cgeoportal_geoportal/scripts/create_demo_theme.py,sha256=-SL-fvAPjgiJZEKYcbhXsZm713txhtWQB18X231k6xQ,3263
148
- c2cgeoportal_geoportal/scripts/manage_users.py,sha256=Ih3X_V_xUw59Ums4a1x6qQQtz9VtE7PaxAj-tiZIOPg,5586
147
+ c2cgeoportal_geoportal/scripts/create_demo_theme.py,sha256=dVTKUGqKFYcRVMRcLpdaNZQdp2pk8HKuSADt6ukj_XA,3263
148
+ c2cgeoportal_geoportal/scripts/manage_users.py,sha256=Q-kDVMjV7aqu--gOL_JcHxMaGY4ourqbHlCz-qeWh3Q,5586
149
149
  c2cgeoportal_geoportal/scripts/pcreate.py,sha256=xU87K_JYwFE6U4zEGjHvqNj2iiSuAhPkfWMpI576mZ8,11245
150
150
  c2cgeoportal_geoportal/scripts/theme2fts.py,sha256=tVEeqf1l_PaTw3qpNX2ZvJHu4JO6IgY6upir24HPxJM,17616
151
- c2cgeoportal_geoportal/scripts/urllogin.py,sha256=qGOOvx2ZN3qnENGzo8NScRqfFC06l1yc48vU6Qx3MBo,3319
151
+ c2cgeoportal_geoportal/scripts/urllogin.py,sha256=70cxepUejV0t94XClUC03VTsb-GlCAXwTQuF4i8m8Ag,3319
152
152
  c2cgeoportal_geoportal/templates/login.html,sha256=Jy8CUw2KrSviePknsvWJLDqCUXam-vPhnMUv7UcD4Pc,2475
153
153
  c2cgeoportal_geoportal/templates/notlogin.html,sha256=XLCwJ8q7hqk6GIaxwhyMOaMZZZvsD_MMZaCERO8n2AY,1528
154
154
  c2cgeoportal_geoportal/templates/testi18n.html,sha256=Br6Vf5zTDdaH0L07saV_8dIIT3C9xnSqh4quzTELo2s,369
155
- c2cgeoportal_geoportal/views/__init__.py,sha256=KNfldZFuKFfNjGJsE2HyW3gUfWUY5IKSPlQbwZpLH3Y,2639
156
- c2cgeoportal_geoportal/views/dev.py,sha256=4_xprN8ccbiEInXcpIWRGI55nU7LZI98JN7rNy4sQVg,2539
155
+ c2cgeoportal_geoportal/views/__init__.py,sha256=MJIH9RtjwicULXcSsyEnDd7BgHVf3o-7Ii825X0wsN4,2639
156
+ c2cgeoportal_geoportal/views/dev.py,sha256=XcJZE9SrPpJr_P2FM75CHINWEg-wQqNW_2n5uSLsSAw,2539
157
157
  c2cgeoportal_geoportal/views/dynamic.py,sha256=w92NRkIn0Ahahn0LG9F-KpMOx0lhffZxK4ecn6k8i40,8907
158
158
  c2cgeoportal_geoportal/views/entry.py,sha256=95f04wfE5NiTLPgCBQTvnQ-SD6t7ofVLLfrEIqr_ng4,7048
159
159
  c2cgeoportal_geoportal/views/fulltextsearch.py,sha256=i6d0-1N2pNG6KWq9Bih_kD4TQAZ54zMbuOFZTN-fqaU,8602
160
- c2cgeoportal_geoportal/views/geometry_processing.py,sha256=5dkJ20Lk12zqfzvmfws2YFxutSX2vxzdetQ4CmYxSi8,2958
161
- c2cgeoportal_geoportal/views/i18n.py,sha256=EEyM5Y7DSuQffiwpFrkFclUcneRCiir4bakXY6lGZjI,5343
162
- c2cgeoportal_geoportal/views/layers.py,sha256=I1_9N8Zui4b2t9qfX1Z4QGX7-vOPeUKKvyJWLH8g9Fo,29226
160
+ c2cgeoportal_geoportal/views/geometry_processing.py,sha256=IWzAgi29nytLIB3PdjoLqXUoSXEO9HcMjjNWEE9shv4,2958
161
+ c2cgeoportal_geoportal/views/i18n.py,sha256=9e5VIGmKgOUTAn8R3ch98VXDpH70UZpHZ9hLkzHAW14,5343
162
+ c2cgeoportal_geoportal/views/layers.py,sha256=qGO_eQw09pcG9KerEe5y7ktlgUqcJywBPMm4KE14g44,29226
163
163
  c2cgeoportal_geoportal/views/login.py,sha256=9nFtMzPAPVoUhS3KmojrX3tyeInVkwjwZRqfroF444k,29360
164
- c2cgeoportal_geoportal/views/mapserverproxy.py,sha256=ii_389rDXNMbtk4cWD9BSp3dDBZVin0_KsbsxPvCtkk,9498
165
- c2cgeoportal_geoportal/views/memory.py,sha256=Vhw3vf4pjdl9DuW2PNOK6PZZOUPUn09Otym88_XIy3s,3754
166
- c2cgeoportal_geoportal/views/ogcproxy.py,sha256=2i3cuZ2cRybEH-DvAQbrLnUxd9y3B0iKnwkpaJvhwSc,5215
167
- c2cgeoportal_geoportal/views/pdfreport.py,sha256=XG3ZMGVa_NGY9BmSi0jVMMfJqvFauQAkhiaz_5_77Wo,9622
168
- c2cgeoportal_geoportal/views/printproxy.py,sha256=0KpG-blsFFsdmumzVQ0m_ZwMvroBQst1WWochnH6TgA,5958
169
- c2cgeoportal_geoportal/views/profile.py,sha256=tVQxJ3_eS5HcDCzQm5Loq5WEH62GtMc--bK3QVGxLmg,8431
164
+ c2cgeoportal_geoportal/views/mapserverproxy.py,sha256=zaTveZ0NK6KCcXWougfLNKqy5SIzlDUNnzGxQ0NVhKM,9498
165
+ c2cgeoportal_geoportal/views/memory.py,sha256=s8l5ewxjl_kaK7sH45SmMdr3ZZqvpW4QLKCaSh9i5YA,3754
166
+ c2cgeoportal_geoportal/views/ogcproxy.py,sha256=81S4du9IgTLe7t67QyjMNuUGZYkwaDY10hxPwLhizxg,5215
167
+ c2cgeoportal_geoportal/views/pdfreport.py,sha256=0nHsTmeTCGh_iymPYPiefxZpHh8TWkBWBC26VBwJaGA,9622
168
+ c2cgeoportal_geoportal/views/printproxy.py,sha256=gAtxZuciOUmkwlYyl6k7OTRS8yZZuF-bkxSxZdopU7k,5958
169
+ c2cgeoportal_geoportal/views/profile.py,sha256=l27iwAQMbbZXDjBbN1qWkK80JKxs5Gn6g7fafMqhNgI,8431
170
170
  c2cgeoportal_geoportal/views/proxy.py,sha256=XxOGR8Snqrd1CKkUiK4IjavCR8PiUsd3tlEM9lZE9TI,10468
171
- c2cgeoportal_geoportal/views/raster.py,sha256=kY6rYo4SxQP9JLbsq3_kdWdbaTVkdQDdpjrG9lUtAIM,9242
172
- c2cgeoportal_geoportal/views/resourceproxy.py,sha256=pcHwU6hAXHeh_Ef6tuHxpRzGje8nqVKUxyZwZKOPCjI,3189
171
+ c2cgeoportal_geoportal/views/raster.py,sha256=L7VHTquNvJHC8JoIKOlDWOR0J1xiDbIEWNTd0PW9zqg,9242
172
+ c2cgeoportal_geoportal/views/resourceproxy.py,sha256=k81YAOPDgPC7NF-YvNJN-J16u4iX-RRLXRBijQ5BWnU,3189
173
173
  c2cgeoportal_geoportal/views/shortener.py,sha256=aSIhmzDQ0xfSzdku-W0evfZ6PFr8wc0VSsi9UMmahA8,6722
174
174
  c2cgeoportal_geoportal/views/theme.py,sha256=wTCEMn08aBN6GiTGxiTiEG-TNgjrRMpTys-5nYSQOps,56364
175
175
  c2cgeoportal_geoportal/views/tinyowsproxy.py,sha256=_wPN1Vfo4RNcCQ1xRPU_funie7mDPocL-ox_4hlF1-Y,8178
176
- c2cgeoportal_geoportal/views/vector_tiles.py,sha256=2bF3j6WvOpXAJULsEfy7pfeUBeKVheMlcUOWzHVow90,3575
176
+ c2cgeoportal_geoportal/views/vector_tiles.py,sha256=CDt62u8c93dFDiga_4qg6LqQqflC9ijO9aamhNXOrn0,3575
177
177
  tests/__init__.py,sha256=QJY_VGdOehpa3uMdeiF0boDPvH8BVgxPWJRzyDTcvwA,3826
178
- tests/test_cachebuster.py,sha256=asI1X_qI0MGklYuKuWyqvCPVbvhQcUe4fX91Dk-hUsE,2923
178
+ tests/test_cachebuster.py,sha256=D3A0DoCPZHsjMBNqEub1nXYqVI7WST1otDK9rTWiZmo,2923
179
179
  tests/test_caching.py,sha256=Juj7uwjOkjbPlTd-ll65SgWFzj3d2yDyf-eQ7ELk2eY,13222
180
- tests/test_checker.py,sha256=NaU6Ejg9XbwS2cwqXCtz5mJPRdBIPZb3d1MkXVufr0k,3638
181
- tests/test_decimaljson.py,sha256=CQrkqWs66kmq1iYur5kjzKhvdhw9b4TMcKEsuVayxA4,2223
182
- tests/test_headerstween.py,sha256=3PkfTbsUq2C7fEsckO_4aYu9-XGBSeOgf86ENSqx76o,2524
180
+ tests/test_checker.py,sha256=mKCfSmpiyVZh8n2rT40dFkTdyZLoD266-CwxqW04UnI,3638
181
+ tests/test_decimaljson.py,sha256=Jnp40YJyERCgioSRknX2auZFOF41RKSwzctjGghKis4,2223
182
+ tests/test_headerstween.py,sha256=GXRndeNk6eE55X-39YdzRsHafnjZRd1_w7cev4kHnY8,2524
183
183
  tests/test_i18n.py,sha256=-mAW0UyeNF9uqkq6O_Z0mK8gGwlHlTWI0gb9Ri_bk1M,994
184
- tests/test_init.py,sha256=79KRDBpYZ62wOHKHwkkjvq1_UuYHpPU88TNk-ZC83oM,7624
185
- tests/test_locale_negociator.py,sha256=JDRzF8_yzsgYOWHlyd_7ezOqSCvudKjeN2QjExS0a4A,3044
186
- tests/test_mapserverproxy_route_predicate.py,sha256=SzILSSzIuilzIkUYVPZiVzLwW1duQvCxxEvxSLk4p1o,3043
187
- tests/test_raster.py,sha256=82NJ2MXgZlMqs0ytN-VgNw376iURdk4PkAg__dyh5ns,11948
188
- tests/test_wmstparsing.py,sha256=xjA8nJuXFl3H5Bfs4sJw_8qX8E8qvAALK7Hs2-DTP2A,9054
189
- tests/xmlstr.py,sha256=rkTKSU4FGjupBKLx75H8o-goB0KbQrxDvdpc6xVX_uQ,5985
190
- c2cgeoportal_geoportal-2.9.0.309.dist-info/METADATA,sha256=ugr6GxZSrnyHX62xI0ibPukPlvfqcqjNmdD43YkGNn0,2049
191
- c2cgeoportal_geoportal-2.9.0.309.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
192
- c2cgeoportal_geoportal-2.9.0.309.dist-info/entry_points.txt,sha256=3dnX260FsLX_AubeNMdyeta_z1X4CxcD3steAlfPx2I,1414
193
- c2cgeoportal_geoportal-2.9.0.309.dist-info/top_level.txt,sha256=PJIbY7Nx51dDrJ052f5mDA7c6Tehm5aD-Gb32L_CtJA,29
194
- c2cgeoportal_geoportal-2.9.0.309.dist-info/RECORD,,
184
+ tests/test_init.py,sha256=qkgRBDRJsBY05Af010Lvv6rVgnhRfcL2TlJUaPI9odQ,7624
185
+ tests/test_locale_negociator.py,sha256=Zdr_mHp7lm5-aLKdaL9dmcxv8qMapBvCmsf524_fNv0,3044
186
+ tests/test_mapserverproxy_route_predicate.py,sha256=aH5r5MliqE5RF4J7Q-luQQ6sgOcMUKqXf5mC9zxl5QM,3043
187
+ tests/test_raster.py,sha256=IzwJMGti82B51aVfy2QbeNeJXn3B6bM-JnbYpt5KqB4,11948
188
+ tests/test_wmstparsing.py,sha256=DMUFSrJAyRfOhosD8Ap5251NCxfaX7vmkWmexdc6CDU,9054
189
+ tests/xmlstr.py,sha256=vozYRYG4sBPhasl4PemLUZxg-jAtQxUY5ntp1uDoxik,5985
190
+ c2cgeoportal_geoportal-2.9.0.311.dist-info/METADATA,sha256=VqUWhzhs9r7c749CkJ0RgrCnuAU0X1bcXhcg7qeQtNQ,2049
191
+ c2cgeoportal_geoportal-2.9.0.311.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
192
+ c2cgeoportal_geoportal-2.9.0.311.dist-info/entry_points.txt,sha256=3dnX260FsLX_AubeNMdyeta_z1X4CxcD3steAlfPx2I,1414
193
+ c2cgeoportal_geoportal-2.9.0.311.dist-info/top_level.txt,sha256=PJIbY7Nx51dDrJ052f5mDA7c6Tehm5aD-Gb32L_CtJA,29
194
+ c2cgeoportal_geoportal-2.9.0.311.dist-info/RECORD,,
tests/test_cachebuster.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2011-2023, 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
tests/test_checker.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2013-2023, Camptocamp SA
1
+ # Copyright (c) 2013-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
tests/test_decimaljson.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2011-2023, 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) 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
tests/test_init.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2012-2024, Camptocamp SA
1
+ # Copyright (c) 2012-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) 2013-2023, Camptocamp SA
1
+ # Copyright (c) 2013-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) 2013-2023, Camptocamp SA
1
+ # Copyright (c) 2013-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
tests/test_raster.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2013-2023, Camptocamp SA
1
+ # Copyright (c) 2013-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
tests/test_wmstparsing.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2013-2023, Camptocamp SA
1
+ # Copyright (c) 2013-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without
tests/xmlstr.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2013-2023, Camptocamp SA
1
+ # Copyright (c) 2013-2025, Camptocamp SA
2
2
  # All rights reserved.
3
3
 
4
4
  # Redistribution and use in source and binary forms, with or without