civics-cdf-validator 1.56.dev3__py3-none-any.whl → 1.56.dev5__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.
- civics_cdf_validator/rules.py +1 -1
- civics_cdf_validator/version.py +1 -1
- {civics_cdf_validator-1.56.dev3.dist-info → civics_cdf_validator-1.56.dev5.dist-info}/METADATA +1 -1
- {civics_cdf_validator-1.56.dev3.dist-info → civics_cdf_validator-1.56.dev5.dist-info}/RECORD +8 -8
- {civics_cdf_validator-1.56.dev3.dist-info → civics_cdf_validator-1.56.dev5.dist-info}/WHEEL +0 -0
- {civics_cdf_validator-1.56.dev3.dist-info → civics_cdf_validator-1.56.dev5.dist-info}/entry_points.txt +0 -0
- {civics_cdf_validator-1.56.dev3.dist-info → civics_cdf_validator-1.56.dev5.dist-info}/licenses/LICENSE-2.0.txt +0 -0
- {civics_cdf_validator-1.56.dev3.dist-info → civics_cdf_validator-1.56.dev5.dist-info}/top_level.txt +0 -0
civics_cdf_validator/rules.py
CHANGED
|
@@ -1249,7 +1249,7 @@ class PersonHasUniqueFullName(base.BaseRule):
|
|
|
1249
1249
|
"""A Person should be defined one time in <PersonCollection>.
|
|
1250
1250
|
|
|
1251
1251
|
The main purpose of this check is to spot redundant person definition.
|
|
1252
|
-
If two people have the same full name and date of
|
|
1252
|
+
If two people have the same full name and date of birthday, a warning will
|
|
1253
1253
|
be raised. So, we can check if the feed is coherent.
|
|
1254
1254
|
"""
|
|
1255
1255
|
|
civics_cdf_validator/version.py
CHANGED
{civics_cdf_validator-1.56.dev3.dist-info → civics_cdf_validator-1.56.dev5.dist-info}/RECORD
RENAMED
|
@@ -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=
|
|
6
|
+
civics_cdf_validator/rules.py,sha256=jGJKQ7K4l2g_tHor6foMY8qDjRhMFOzYkBNeW0AargM,165457
|
|
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=
|
|
10
|
-
civics_cdf_validator-1.56.
|
|
11
|
-
civics_cdf_validator-1.56.
|
|
12
|
-
civics_cdf_validator-1.56.
|
|
13
|
-
civics_cdf_validator-1.56.
|
|
14
|
-
civics_cdf_validator-1.56.
|
|
15
|
-
civics_cdf_validator-1.56.
|
|
9
|
+
civics_cdf_validator/version.py,sha256=G58vgJB9K_MRaptlXZ_wbO7K_v1y_949REQ84V9_kpc,188
|
|
10
|
+
civics_cdf_validator-1.56.dev5.dist-info/licenses/LICENSE-2.0.txt,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
11
|
+
civics_cdf_validator-1.56.dev5.dist-info/METADATA,sha256=LXC419o88nFYMERfCaz2mn71RHuUySzKUOW7NY85-ts,1218
|
|
12
|
+
civics_cdf_validator-1.56.dev5.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
13
|
+
civics_cdf_validator-1.56.dev5.dist-info/entry_points.txt,sha256=QibgvtMOocwDi7fQ1emgMJ2lIlI41sW0__KIQdnVn90,77
|
|
14
|
+
civics_cdf_validator-1.56.dev5.dist-info/top_level.txt,sha256=PYT5Eclxbop5o6DJIcgs4IeU6Ds5jqyftjoFbgkkJYo,21
|
|
15
|
+
civics_cdf_validator-1.56.dev5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{civics_cdf_validator-1.56.dev3.dist-info → civics_cdf_validator-1.56.dev5.dist-info}/top_level.txt
RENAMED
|
File without changes
|