prefpicker 1.23.0__py3-none-any.whl → 1.23.7__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.

@@ -287,6 +287,12 @@ pref:
287
287
  default:
288
288
  - null
289
289
  - true
290
+ dom.fetchKeepalive.enabled:
291
+ review_on_close:
292
+ - 1906952
293
+ variants:
294
+ default:
295
+ - true
290
296
  dom.fetchObserver.enabled:
291
297
  variants:
292
298
  default:
@@ -273,6 +273,6 @@ def test_prefpicker_10():
273
273
  # unknown template
274
274
  assert PrefPicker.lookup_template("missing") is None
275
275
  # existing template
276
- template = tuple(PrefPicker.templates())[0]
276
+ template = next(PrefPicker.templates())
277
277
  assert template
278
278
  assert PrefPicker.lookup_template(template.name)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: prefpicker
3
- Version: 1.23.0
3
+ Version: 1.23.7
4
4
  Summary: PrefPicker - Manage & generate prefs.js files
5
5
  Home-page: https://github.com/MozillaSecurity/prefpicker
6
6
  Author: Tyson Smith
@@ -4,13 +4,13 @@ prefpicker/main.py,sha256=1-mjNbe2NpE6VxDo0rL1VITSOthJ6fYSZQeOpaJyXnU,3846
4
4
  prefpicker/prefpicker.py,sha256=gRhN68K--FhrA6jPepntmz1zePWNo_3OEPT11pPvsiE,9765
5
5
  prefpicker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  prefpicker/test_main.py,sha256=6K4eKDvXwy7ogdj-tOKIfjCJjr0CnQwfFyobjpj4hgk,2644
7
- prefpicker/test_prefpicker.py,sha256=R-UCuHpRc8AIIyUpo9_HKYZalCxa-d6lh0yHbt-v7Ug,9269
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=8vCcYtRhngDO_0ndNCzPGy_eDPpgQp-StwTaGwnvXeA,22279
9
+ prefpicker/templates/browser-fuzzing.yml,sha256=ubQa7sRh470YFdNeKW_3ik_S_DFH65B_W1s62OHWCaI,22386
10
10
  prefpicker/templates/schema.json,sha256=4WJVuGrxSQHk2CrT5QOZ7SRnTPgK2Dxr4e4LYOmMWyo,898
11
- prefpicker-1.23.0.dist-info/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
12
- prefpicker-1.23.0.dist-info/METADATA,sha256=hDYtqAbo7TkzvMNnEEDSIz7Vdk5IYr8NDB3N1w_g4is,5108
13
- prefpicker-1.23.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
14
- prefpicker-1.23.0.dist-info/entry_points.txt,sha256=og57vebqGVtgg_OZGO39WUb13H8wMzcnNBh4h-t26K0,52
15
- prefpicker-1.23.0.dist-info/top_level.txt,sha256=H-QqR-VZXNwG4ya7wnqx5NA-yua6D9uQuBquP2zCRbc,11
16
- prefpicker-1.23.0.dist-info/RECORD,,
11
+ prefpicker-1.23.7.dist-info/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
12
+ prefpicker-1.23.7.dist-info/METADATA,sha256=UCJRIqT6qMRwt50kSF03EegaywQI-7co2jBaYvf2sA4,5108
13
+ prefpicker-1.23.7.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
14
+ prefpicker-1.23.7.dist-info/entry_points.txt,sha256=og57vebqGVtgg_OZGO39WUb13H8wMzcnNBh4h-t26K0,52
15
+ prefpicker-1.23.7.dist-info/top_level.txt,sha256=H-QqR-VZXNwG4ya7wnqx5NA-yua6D9uQuBquP2zCRbc,11
16
+ prefpicker-1.23.7.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: setuptools (71.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5