crawler-user-agents 1.0.133 → 1.0.135

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.
@@ -19,7 +19,7 @@ jobs:
19
19
  - uses: actions/setup-node@v4
20
20
  with:
21
21
  node-version: 20
22
- - run: pip3 install jsonschema pytest
22
+ - run: pip3 install -r requirements.txt
23
23
  - run: py.test -vv
24
24
  - run: python3 validate.py
25
25
  - run: php validate.php
package/.travis.yml CHANGED
@@ -3,7 +3,7 @@ language: python
3
3
  python: 3.11.0
4
4
 
5
5
  install:
6
- - pip3 install jsonschema pytest
6
+ - pip3 install -r requirements.txt
7
7
  - npm clean-install
8
8
 
9
9
  script:
@@ -246,8 +246,9 @@
246
246
  }
247
247
  ,
248
248
  {
249
- "pattern": "nutch",
249
+ "pattern": "Nutch",
250
250
  "instances": [
251
+ "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/605.1.16 (KHTML, like Gecko; compatible; Friendly_Crawler/2.0) Chrome/120.0.6099.217 Safari/605.1.15/Nutch-1.20-SNAPSHOT",
251
252
  "NutchCVS/0.7.1 (Nutch; http://lucene.apache.org/nutch/bot.html; nutch-agent@lucene.apache.org)",
252
253
  "istellabot-nutch/Nutch-1.10"
253
254
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.0.133",
3
+ "version": "1.0.135",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",
@@ -0,0 +1,9 @@
1
+ attrs==23.2.0
2
+ iniconfig==2.0.0
3
+ jsonschema==4.22.0
4
+ jsonschema-specifications==2023.12.1
5
+ packaging==24.0
6
+ pluggy==1.5.0
7
+ pytest==8.2.0
8
+ referencing==0.35.0
9
+ rpds-py==0.18.0