prefpicker 2.7.1__py3-none-any.whl → 2.9.0__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 prefpicker might be problematic. Click here for more details.

@@ -360,6 +360,12 @@ pref:
360
360
  variants:
361
361
  default:
362
362
  - 0
363
+ dom.navigation.webidl.enabled:
364
+ review_on_close:
365
+ - 1777171
366
+ variants:
367
+ default:
368
+ - false
363
369
  dom.paintWorklet.enabled:
364
370
  review_on_close:
365
371
  - 1685228
@@ -6,26 +6,39 @@
6
6
  "properties": {
7
7
  "pref": {
8
8
  "type": "object",
9
+ "additionalProperties": false,
9
10
  "patternProperties": {
10
- "^.*$": {
11
+ "^.+$": {
11
12
  "additionalProperties": false,
12
13
  "type": "object",
13
14
  "properties": {
14
15
  "variants": {
15
16
  "type": "object",
17
+ "additionalProperties": false,
16
18
  "patternProperties": {
17
- "^.*$": {
18
- "type": "array"
19
+ "^.+$": {
20
+ "type": "array",
21
+ "minItems": 1,
22
+ "items": {
23
+ "type": ["boolean", "integer", "null", "string"]
24
+ }
19
25
  }
20
- }
26
+ },
27
+ "required": [
28
+ "default"
29
+ ]
21
30
  },
22
31
  "review_on_close": {
23
32
  "type": "array",
33
+ "minItems": 1,
24
34
  "items": {
25
- "type": "number"
35
+ "type": "integer"
26
36
  }
27
37
  }
28
- }
38
+ },
39
+ "required": [
40
+ "variants"
41
+ ]
29
42
  }
30
43
  }
31
44
  },
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prefpicker
3
- Version: 2.7.1
3
+ Version: 2.9.0
4
4
  Summary: PrefPicker - Manage & generate prefs.js files
5
5
  Home-page: https://github.com/MozillaSecurity/prefpicker
6
6
  Author: Tyson Smith
@@ -23,7 +23,7 @@ Dynamic: license-file
23
23
 
24
24
  PrefPicker
25
25
  ==========
26
- [![Task Status](https://community-tc.services.mozilla.com/api/github/v1/repository/MozillaSecurity/prefpicker/master/badge.svg)](https://community-tc.services.mozilla.com/api/github/v1/repository/MozillaSecurity/prefpicker/master/latest)
26
+ [![CI](https://github.com/MozillaSecurity/prefpicker/actions/workflows/ci.yml/badge.svg)](https://github.com/MozillaSecurity/prefpicker/actions/workflows/ci.yml)
27
27
  [![codecov](https://codecov.io/gh/MozillaSecurity/prefpicker/branch/master/graph/badge.svg)](https://codecov.io/gh/MozillaSecurity/prefpicker)
28
28
  [![Matrix](https://img.shields.io/badge/chat-%23fuzzing-green?logo=matrix)](https://matrix.to/#/#fuzzing:mozilla.org)
29
29
  [![PyPI](https://img.shields.io/pypi/v/prefpicker)](https://pypi.org/project/prefpicker)
@@ -6,11 +6,11 @@ prefpicker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  prefpicker/test_main.py,sha256=6K4eKDvXwy7ogdj-tOKIfjCJjr0CnQwfFyobjpj4hgk,2644
7
7
  prefpicker/test_prefpicker.py,sha256=ag16_Stw_dsMYyPIsg-TU_TFHHLOirO1aSiBd633oO0,9265
8
8
  prefpicker/test_templates.py,sha256=jlu3QTWzn1iE_7ljQs3byBAvUaGjeFZPNuBySSvSUoM,1496
9
- prefpicker/templates/browser-fuzzing.yml,sha256=2Ts8riqQh477a5KTAphkRkFxAPBdzuulDM1QI-7J1Xk,22935
10
- prefpicker/templates/schema.json,sha256=4WJVuGrxSQHk2CrT5QOZ7SRnTPgK2Dxr4e4LYOmMWyo,898
11
- prefpicker-2.7.1.dist-info/licenses/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
12
- prefpicker-2.7.1.dist-info/METADATA,sha256=Ku1gPixvfAuZs3VWrDu9OITOQgdbCt7PqH5W0rpz0F8,5023
13
- prefpicker-2.7.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
14
- prefpicker-2.7.1.dist-info/entry_points.txt,sha256=og57vebqGVtgg_OZGO39WUb13H8wMzcnNBh4h-t26K0,52
15
- prefpicker-2.7.1.dist-info/top_level.txt,sha256=H-QqR-VZXNwG4ya7wnqx5NA-yua6D9uQuBquP2zCRbc,11
16
- prefpicker-2.7.1.dist-info/RECORD,,
9
+ prefpicker/templates/browser-fuzzing.yml,sha256=9eonjXmiVSCe6uhtWJUmPiG00CDFP97YX9moPAm12aw,23046
10
+ prefpicker/templates/schema.json,sha256=D14picYNGMXV0WObBxeZFb7l_U_OJkZIi29Rv25M2nA,1293
11
+ prefpicker-2.9.0.dist-info/licenses/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
12
+ prefpicker-2.9.0.dist-info/METADATA,sha256=0hxrA4qQzsc7OujpLPnfropuN_RKDU8067FH_Z5spy0,4947
13
+ prefpicker-2.9.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
14
+ prefpicker-2.9.0.dist-info/entry_points.txt,sha256=og57vebqGVtgg_OZGO39WUb13H8wMzcnNBh4h-t26K0,52
15
+ prefpicker-2.9.0.dist-info/top_level.txt,sha256=H-QqR-VZXNwG4ya7wnqx5NA-yua6D9uQuBquP2zCRbc,11
16
+ prefpicker-2.9.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5