prefpicker 2.11.0__tar.gz → 2.13.0__tar.gz

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.

Files changed (30) hide show
  1. {prefpicker-2.11.0 → prefpicker-2.13.0}/.github/workflows/ci.yml +2 -0
  2. {prefpicker-2.11.0 → prefpicker-2.13.0}/PKG-INFO +1 -1
  3. {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/templates/browser-fuzzing.yml +10 -0
  4. {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker.egg-info/PKG-INFO +1 -1
  5. {prefpicker-2.11.0 → prefpicker-2.13.0}/.github/CODEOWNERS +0 -0
  6. {prefpicker-2.11.0 → prefpicker-2.13.0}/.github/workflows/prefmonitor.yml +0 -0
  7. {prefpicker-2.11.0 → prefpicker-2.13.0}/.gitignore +0 -0
  8. {prefpicker-2.11.0 → prefpicker-2.13.0}/.pre-commit-config.yaml +0 -0
  9. {prefpicker-2.11.0 → prefpicker-2.13.0}/CODE_OF_CONDUCT.md +0 -0
  10. {prefpicker-2.11.0 → prefpicker-2.13.0}/LICENSE +0 -0
  11. {prefpicker-2.11.0 → prefpicker-2.13.0}/MANIFEST.in +0 -0
  12. {prefpicker-2.11.0 → prefpicker-2.13.0}/README.md +0 -0
  13. {prefpicker-2.11.0 → prefpicker-2.13.0}/pyproject.toml +0 -0
  14. {prefpicker-2.11.0 → prefpicker-2.13.0}/setup.cfg +0 -0
  15. {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/__init__.py +0 -0
  16. {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/__main__.py +0 -0
  17. {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/main.py +0 -0
  18. {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/prefpicker.py +0 -0
  19. {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/py.typed +0 -0
  20. {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/templates/schema.json +0 -0
  21. {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/test_main.py +0 -0
  22. {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/test_prefpicker.py +0 -0
  23. {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker/test_templates.py +0 -0
  24. {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker.egg-info/SOURCES.txt +0 -0
  25. {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker.egg-info/dependency_links.txt +0 -0
  26. {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker.egg-info/entry_points.txt +0 -0
  27. {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker.egg-info/not-zip-safe +0 -0
  28. {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker.egg-info/requires.txt +0 -0
  29. {prefpicker-2.11.0 → prefpicker-2.13.0}/src/prefpicker.egg-info/top_level.txt +0 -0
  30. {prefpicker-2.11.0 → prefpicker-2.13.0}/tox.ini +0 -0
@@ -66,6 +66,8 @@ jobs:
66
66
  with:
67
67
  python-version: ${{ matrix.python-version }}
68
68
 
69
+ - run: echo "PIPX_DEFAULT_PYTHON=$(which python)" >> $GITHUB_ENV
70
+
69
71
  - name: Run tests
70
72
  run: pipx run tox -e ${{ matrix.toxenv }}
71
73
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prefpicker
3
- Version: 2.11.0
3
+ Version: 2.13.0
4
4
  Summary: PrefPicker - Manage & generate prefs.js files
5
5
  Home-page: https://github.com/MozillaSecurity/prefpicker
6
6
  Author: Tyson Smith
@@ -668,6 +668,12 @@ pref:
668
668
  variants:
669
669
  default:
670
670
  - 62500
671
+ intl.accept_languages:
672
+ review_on_close:
673
+ - 1760013
674
+ variants:
675
+ default:
676
+ - en-US, en
671
677
  javascript.options.baselinejit.threshold:
672
678
  variants:
673
679
  default:
@@ -1125,6 +1131,10 @@ pref:
1125
1131
  variants:
1126
1132
  default:
1127
1133
  - true
1134
+ webgl.force-enabled:
1135
+ variants:
1136
+ default:
1137
+ - true
1128
1138
  # Needed to prevent spamming of the webgl-xpcshell fuzzing target
1129
1139
  webgl.max-warnings-per-context:
1130
1140
  variants:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prefpicker
3
- Version: 2.11.0
3
+ Version: 2.13.0
4
4
  Summary: PrefPicker - Manage & generate prefs.js files
5
5
  Home-page: https://github.com/MozillaSecurity/prefpicker
6
6
  Author: Tyson Smith
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes