|
4 | 4 | mapping_test_data = [
|
5 | 5 | {
|
6 | 6 | "product": "international_components_for_unicode",
|
7 |
| - "version": "3.8.1", |
8 |
| - "version_strings": ["CLIENT icu-release-3-8-1"], |
| 7 | + "version": "60.3", |
| 8 | + "version_strings": ["ICU 60.3"], |
9 | 9 | },
|
10 | 10 | {
|
11 | 11 | "product": "international_components_for_unicode",
|
12 |
| - "version": "3.8.1", |
13 |
| - "version_strings": ["ICU 3.8.1"], |
| 12 | + "version": "60.3", |
| 13 | + "version_strings": ["icu-60.3"], |
14 | 14 | },
|
| 15 | +] |
| 16 | +package_test_data = [ |
15 | 17 | {
|
| 18 | + "url": "http://www.rpmfind.net/linux/openmandriva/cooker/repository/x86_64/main/release/", |
| 19 | + "package_name": "icu-68.2-1-omv4002.x86_64.rpm", |
16 | 20 | "product": "international_components_for_unicode",
|
17 |
| - "version": "3.8.1", |
18 |
| - "version_strings": ["icu-3.8.1"], |
| 21 | + "version": "68.2", |
19 | 22 | },
|
20 | 23 | {
|
| 24 | + "url": "http://mirror.centos.org/centos/8/BaseOS/aarch64/os/Packages/", |
| 25 | + "package_name": "icu-60.3-2.el8_1.aarch64.rpm", |
21 | 26 | "product": "international_components_for_unicode",
|
22 |
| - "version": "3.8.1", |
23 |
| - "version_strings": ["icu_3.8.1"], |
| 27 | + "version": "60.3", |
24 | 28 | },
|
25 |
| -] |
26 |
| -package_test_data = [ |
27 | 29 | {
|
28 |
| - "url": "http://www.rpmfind.net/linux/openmandriva/cooker/repository/x86_64/main/release/", |
29 |
| - "package_name": "icu-68.2-1-omv4002.x86_64.rpm", |
| 30 | + "url": "http://archive.ubuntu.com/ubuntu/pool/main/i/icu/", |
| 31 | + "package_name": "icu-devtools_67.1-4_amd64.deb", |
30 | 32 | "product": "international_components_for_unicode",
|
31 |
| - "version": "68", |
32 |
| - } |
| 33 | + "version": "67.1", |
| 34 | + }, |
| 35 | + { |
| 36 | + "url": "https://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/8.2/All/", |
| 37 | + "package_name": "icu-68.2.tgz", |
| 38 | + "product": "international_components_for_unicode", |
| 39 | + "version": "68.2", |
| 40 | + }, |
| 41 | + { |
| 42 | + "url": "https://rpmfind.net/linux/dag/redhat/el4/en/x86_64/dag/RPMS/", |
| 43 | + "package_name": "icu-3.6-1.el4.rf.x86_64.rpm", |
| 44 | + "product": "international_components_for_unicode", |
| 45 | + "version": "3.6", |
| 46 | + }, |
| 47 | + # { |
| 48 | + # "url": "https://rpmfind.net/linux/dag/redhat/el4/en/x86_64/dag/RPMS/", |
| 49 | + # "package_name": "icu-2.6.2-1.2.el4.rf.x86_64.rpm", |
| 50 | + # "product": "international_components_for_unicode", |
| 51 | + # "version": "2.6.2", |
| 52 | + # }, |
33 | 53 | ]
|
0 commit comments