c2cgeoportal-commons 2.9rc131__py3-none-any.whl → 2.9.0.134__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-commons might be problematic. Click here for more details.

@@ -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
@@ -50,7 +50,7 @@ down_revision = None
50
50
  class TsVector(UserDefinedType): # type: ignore # pylint: disable=abstract-method
51
51
  """A custom type for PostgreSQL's tsvector type."""
52
52
 
53
- def get_col_spec(self) -> str:
53
+ def get_col_spec(self) -> str: # type: ignore[override] # pylint: disable=arguments-differ
54
54
  return "TSVECTOR"
55
55
 
56
56
 
@@ -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
@@ -59,7 +59,7 @@ class TsVector(UserDefinedType[dict[str, str]]): # pylint: disable=abstract-met
59
59
 
60
60
  cache_ok = True
61
61
 
62
- def get_col_spec(self) -> str:
62
+ def get_col_spec(self) -> str: # type: ignore[override] # pylint: disable=arguments-differ
63
63
  return "TSVECTOR"
64
64
 
65
65
  @property
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: c2cgeoportal-commons
3
- Version: 2.9rc131
3
+ Version: 2.9.0.134
4
4
  Summary: c2cgeoportal commons
5
5
  Home-page: https://github.com/camptocamp/c2cgeoportal/
6
6
  Author: Camptocamp
@@ -6,7 +6,7 @@ c2cgeoportal_commons/alembic/main/04f05bfbb05e_remove_the_old_is_expanded_column
6
6
  c2cgeoportal_commons/alembic/main/116b9b79fc4d_internal_and_external_layer_tables_.py,sha256=hW6EnlkF8737mSszsUMqadM-sAazgJu7AQGZapqTpnw,8813
7
7
  c2cgeoportal_commons/alembic/main/1418cb05921b_merge_1_6_and_master_branches.py,sha256=ZNzgZtLbPQS_-mJ-4vv77YI87BHoPOfHx5tLJKhHUh8,1991
8
8
  c2cgeoportal_commons/alembic/main/164ac0819a61_add_image_format_to_wmts_layer.py,sha256=p3s3EfxTWv4EJRva0M5ntcImCB9xx23giRXYj0fI7N4,2233
9
- c2cgeoportal_commons/alembic/main/166ff2dcc48d_create_database.py,sha256=U__28RLeUZlYPqj4ZzPQXxsevvajldjPG8jtNIcsjS4,11277
9
+ c2cgeoportal_commons/alembic/main/166ff2dcc48d_create_database.py,sha256=UTLGu3VMyNT3WcEu-xS16DKxRPqigvm6cL6oTXChDiY,11338
10
10
  c2cgeoportal_commons/alembic/main/16e43f8c0330_remove_old_metadata_column.py,sha256=e_tYdb1Cb9ZFLWMGtqjGgYktAiwJI7FlPbeH4Z3hoIA,2264
11
11
  c2cgeoportal_commons/alembic/main/1d5d4abfebd1_add_restricted_theme.py,sha256=031drRHUvTXjd27L4vG1gj4lRG4fXADa9d3MI7vTuJ8,2865
12
12
  c2cgeoportal_commons/alembic/main/1de20166b274_remove_v1_artifacts.py,sha256=ubEtu1__8Hw_cAy_y5mCnCsy-vpvUPHUo4eOYBrzlQc,3410
@@ -77,13 +77,13 @@ c2cgeoportal_commons/lib/url.py,sha256=yl9vYJmgfoRTAH79UPp6Dt-e5JKwV3cYfELS10O3w
77
77
  c2cgeoportal_commons/lib/validators.py,sha256=dF0Qlg6ghMrxwNqV675Juz5fIx9-58f4JimV7SC-sqc,1805
78
78
  c2cgeoportal_commons/models/__init__.py,sha256=lH45DyppwMI-GV36oiHOBPQ1B8F6U-WxuhIYFlS25zY,2694
79
79
  c2cgeoportal_commons/models/main.py,sha256=DYICeoGfzUByj9iOLmdOLYyt1oyx-uUGhP9R7b4xvo0,65600
80
- c2cgeoportal_commons/models/sqlalchemy.py,sha256=0G1ZLjxDx4CQLl0OKz-lQrXLLKGuxnRFZDlUCamby-k,2823
80
+ c2cgeoportal_commons/models/sqlalchemy.py,sha256=jlmpqI_vzWbTA-oR2xCcfQB5sAbBJU_b7iQwx0TRZHs,2884
81
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.9rc131.dist-info/METADATA,sha256=dokVI8IJOcEZoHV_kbg_6V4ybqAhPqXOM5y3kFIL0AM,1804
87
- c2cgeoportal_commons-2.9rc131.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
88
- c2cgeoportal_commons-2.9rc131.dist-info/top_level.txt,sha256=NWDBsLJav5VgJVX1XzTwUvFShioh9XSi5IaJU_9_YDc,27
89
- c2cgeoportal_commons-2.9rc131.dist-info/RECORD,,
86
+ c2cgeoportal_commons-2.9.0.134.dist-info/METADATA,sha256=eUmC98UswiL6UlTk6wVJcnzTZrNCfbrtrf55FLlHgj8,1805
87
+ c2cgeoportal_commons-2.9.0.134.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
88
+ c2cgeoportal_commons-2.9.0.134.dist-info/top_level.txt,sha256=NWDBsLJav5VgJVX1XzTwUvFShioh9XSi5IaJU_9_YDc,27
89
+ c2cgeoportal_commons-2.9.0.134.dist-info/RECORD,,