[gnome-music/wip/mschraal/flatpak-326: 6/8] flatpak: Update requests to 2.18.4
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/flatpak-326: 6/8] flatpak: Update requests to 2.18.4
- Date: Tue, 6 Feb 2018 14:21:25 +0000 (UTC)
commit 4de740f63c86ec49790882726721529f3934e95d
Author: Marinus Schraal <mschraal gnome org>
Date: Tue Feb 6 15:15:06 2018 +0100
flatpak: Update requests to 2.18.4
Also requires urllib3, idna, python-certifi and chardet.
org.gnome.Music.json | 62 +++++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 59 insertions(+), 3 deletions(-)
---
diff --git a/org.gnome.Music.json b/org.gnome.Music.json
index 383703f..c611758 100644
--- a/org.gnome.Music.json
+++ b/org.gnome.Music.json
@@ -87,12 +87,68 @@
{
"name": "requests",
"buildsystem": "simple",
- "build-commands":["python3 setup.py install --prefix=/app "],
+ "build-commands":["python3 setup.py install --prefix=/app --root=/"],
"sources": [
{
"type": "archive",
- "url": "https://github.com/kennethreitz/requests/archive/v2.13.0.tar.gz",
- "sha256": "48fd188aaa388b4193bf7b917cf861a00eafacad651148475bc65ffaef445627"
+ "url": "https://github.com/requests/requests/archive/v2.18.4.tar.gz",
+ "sha256": "b068ccce3b739a29cbf72148b0ff4be3d80198fb7cdbd63066f7384bb56ef917"
+ }
+ ]
+ },
+ {
+ "name": "urllib3",
+ "buildsystem": "simple",
+ "build-commands": [
+ "python3 setup.py install --prefix=/app --root=/"
+ ],
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://github.com/shazow/urllib3/archive/1.22.tar.gz",
+ "sha256": "dd60d4104b871943e06be69e296e97ede9d42edf6ba534f0268aee932a601e2a"
+ }
+ ]
+ },
+ {
+ "name": "chardet",
+ "buildsystem": "simple",
+ "build-commands": [
+ "python3 setup.py install --prefix=/app --root=/"
+ ],
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://github.com/chardet/chardet/archive/3.0.4.tar.gz",
+ "sha256": "d5620025cfca430f6c2e28ddbc87c3c66a5c82fa65570ae975c92911c2190189"
+ }
+ ]
+ },
+ {
+ "name": "certifi",
+ "buildsystem": "simple",
+ "build-commands": [
+ "python3 setup.py install --prefix=/app --root=/"
+ ],
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://github.com/certifi/python-certifi/archive/2018.01.18.tar.gz",
+ "sha256": "4912338503a14ff784f602177389e488a5814afa08db00425d175201fdbd6994"
+ }
+ ]
+ },
+ {
+ "name": "idna",
+ "buildsystem": "simple",
+ "build-commands": [
+ "python3 setup.py install --prefix=/app --root=/"
+ ],
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://github.com/kjd/idna/archive/v2.6.tar.gz",
+ "sha256": "53c722c4b7908dfdf2e5db2b79982f1084494db7b34fd31ff6a296e9fddfceaa"
}
]
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]