civics-cdf-validator 1.53.dev0__py3-none-any.whl → 1.54.dev1__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.
@@ -4825,8 +4825,6 @@ COMMON_RULES = (
4825
4825
  UniqueLabel,
4826
4826
  UniqueStableID,
4827
4827
  UniqueURIPerAnnotationCategory,
4828
- UnsupportedOfficeHolderTenureSchema,
4829
- UnsupportedOfficeSchema,
4830
4828
  ValidEnumerations,
4831
4829
  ValidIDREF,
4832
4830
  ValidJurisdictionID,
@@ -5,4 +5,4 @@ No dependencies should be added to this module.
5
5
  See https://packaging.python.org/guides/single-sourcing-package-version/
6
6
  """
7
7
 
8
- __version__ = '1.53.dev0'
8
+ __version__ = '1.54.dev1'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: civics_cdf_validator
3
- Version: 1.53.dev0
3
+ Version: 1.54.dev1
4
4
  Summary: Checks if an election feed follows best practices
5
5
  Home-page: https://github.com/google/civics_cdf_validator
6
6
  Author: Google Civics
@@ -17,6 +17,11 @@ Requires-Dist: pycountry==22.1.10
17
17
  Requires-Dist: frozendict>=2.4.4
18
18
  Requires-Dist: attrs>=25.1.0
19
19
  Requires-Dist: six
20
+ Provides-Extra: test
21
+ Requires-Dist: pytest; extra == "test"
22
+ Requires-Dist: absl-py; extra == "test"
23
+ Requires-Dist: mock==3.0.5; extra == "test"
24
+ Requires-Dist: freezegun; extra == "test"
20
25
  Dynamic: author
21
26
  Dynamic: author-email
22
27
  Dynamic: description
@@ -25,6 +30,7 @@ Dynamic: license
25
30
  Dynamic: license-file
26
31
  Dynamic: maintainer
27
32
  Dynamic: maintainer-email
33
+ Dynamic: provides-extra
28
34
  Dynamic: requires-dist
29
35
  Dynamic: summary
30
36
 
@@ -3,13 +3,13 @@ civics_cdf_validator/base.py,sha256=5zntjAdAA-bdwYOOStFgUle9LGX_ccelS--thMhUG9A,
3
3
  civics_cdf_validator/gpunit_rules.py,sha256=Cg-qlOeVKTCQ5qUKYSxbVrrh3tdLt1X5Eg-7uyyR_SY,9487
4
4
  civics_cdf_validator/loggers.py,sha256=ZfWFd9yskcd2-qb83EPz7eqa1iGO8BRFMtDZeE1hofA,6921
5
5
  civics_cdf_validator/office_utils.py,sha256=aFxcFQZF2oBn0gPXt_kv1LxHGvwzABScT8X5yaYtVLw,2705
6
- civics_cdf_validator/rules.py,sha256=hgqv23VXT9ULdQPZyVhpETZIADxCAaNm0Pntv9OZXQ8,165601
6
+ civics_cdf_validator/rules.py,sha256=slArBGSKIborc-4ypcXciDoTP7J6EUnR-lUDe51KzBo,165531
7
7
  civics_cdf_validator/stats.py,sha256=YNqv3Khkt_hJxCIunFBRSl23oXqu5gNjCmWMHFbAcSU,3819
8
8
  civics_cdf_validator/validator.py,sha256=2nwlFfQ9AmpTaO5n5ekaO845Rm0JPjNF-Il6FJW_50k,12678
9
- civics_cdf_validator/version.py,sha256=_HKKc7KeLuxa1Y-BodL0vzRebrS7g1LdRdji2U119ks,188
10
- civics_cdf_validator-1.53.dev0.dist-info/licenses/LICENSE-2.0.txt,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
11
- civics_cdf_validator-1.53.dev0.dist-info/METADATA,sha256=g07plBb1RwvGj5Zztv7WX-lLRsLOi8JVOaCHcTFkUeo,1008
12
- civics_cdf_validator-1.53.dev0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
13
- civics_cdf_validator-1.53.dev0.dist-info/entry_points.txt,sha256=QibgvtMOocwDi7fQ1emgMJ2lIlI41sW0__KIQdnVn90,77
14
- civics_cdf_validator-1.53.dev0.dist-info/top_level.txt,sha256=PYT5Eclxbop5o6DJIcgs4IeU6Ds5jqyftjoFbgkkJYo,21
15
- civics_cdf_validator-1.53.dev0.dist-info/RECORD,,
9
+ civics_cdf_validator/version.py,sha256=L2TZiyHUrTnPyNoas0em5LrnmrtwaMIjhcvYpA0yorw,188
10
+ civics_cdf_validator-1.54.dev1.dist-info/licenses/LICENSE-2.0.txt,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
11
+ civics_cdf_validator-1.54.dev1.dist-info/METADATA,sha256=wUKPFG21SSrttLn_9PUKA0RLJLURPZjHSYhGLrW-tuE,1218
12
+ civics_cdf_validator-1.54.dev1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
13
+ civics_cdf_validator-1.54.dev1.dist-info/entry_points.txt,sha256=QibgvtMOocwDi7fQ1emgMJ2lIlI41sW0__KIQdnVn90,77
14
+ civics_cdf_validator-1.54.dev1.dist-info/top_level.txt,sha256=PYT5Eclxbop5o6DJIcgs4IeU6Ds5jqyftjoFbgkkJYo,21
15
+ civics_cdf_validator-1.54.dev1.dist-info/RECORD,,