Skip to content

Commit 2eaac57

Browse files
Update URL for test data files (#921) (#924)
1 parent 458f315 commit 2eaac57

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

test/test_data/libgcrypt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": "1.5.3",
1414
},
1515
{
16-
"url": "http://rpmfind.net/linux/fedora/linux/releases/30/Everything/x86_64/os/Packages/l/",
16+
"url": "https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/30/Everything/x86_64/os/Packages/l/",
1717
"package_name": "libgcrypt-1.8.4-3.fc30.x86_64.rpm",
1818
"product": "libgcrypt",
1919
"version": "1.8.4",

test/test_data/libjpeg-turbo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
]
1111
package_test_data = [
1212
{
13-
"url": "http://rpmfind.net/linux/fedora/linux/releases/30/Everything/x86_64/os/Packages/l/",
13+
"url": "https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/30/Everything/x86_64/os/Packages/l/",
1414
"package_name": "libjpeg-turbo-2.0.2-1.fc30.x86_64.rpm",
1515
"product": "libjpeg-turbo",
1616
"version": "2.0.2",

test/test_data/nessus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
]
88
package_test_data = [
99
{
10-
"url": "https://download-ib01.fedoraproject.org/pub/fedora/linux/releases/30/Everything/aarch64/os/Packages/n/",
10+
"url": "https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/30/Everything/aarch64/os/Packages/n/",
1111
"package_name": "nessus-libraries-2.2.11-16.fc29.aarch64.rpm",
1212
"product": "nessus",
1313
"version": "2.2.11",

test/test_data/png.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
]
1212
package_test_data = [
1313
{
14-
"url": "http://rpmfind.net/linux/fedora/linux/releases/30/Everything/x86_64/os/Packages/l/",
14+
"url": "https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/30/Everything/x86_64/os/Packages/l/",
1515
"package_name": "libpng-1.6.36-1.fc30.x86_64.rpm",
1616
"product": "libpng",
1717
"version": "1.6.36",

test/test_data/tiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
]
1111
package_test_data = [
1212
{
13-
"url": "http://rpmfind.net/linux/fedora/linux/releases/30/Everything/x86_64/os/Packages/l/",
13+
"url": "https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/30/Everything/x86_64/os/Packages/l/",
1414
"package_name": "libtiff-4.0.10-4.fc30.i686.rpm",
1515
"product": "libtiff",
1616
"version": "4.0.10",

test/test_data/xml2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
]
88
package_test_data = [
99
{
10-
"url": "http://rpmfind.net/linux/fedora/linux/releases/30/Everything/x86_64/os/Packages/l/",
10+
"url": "https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/30/Everything/x86_64/os/Packages/l/",
1111
"package_name": "libxml2-2.9.9-2.fc30.x86_64.rpm",
1212
"product": "libxml2",
1313
"version": "2.9.9",

0 commit comments

Comments
 (0)