[Spice-devel] [spice-gtk v1 02/10] flatpak: update pyparsing 2.0.3 -> 2.2.0

Victor Toso victortoso at redhat.com
Fri Feb 8 18:32:44 UTC 2019


From: Victor Toso <me at victortoso.com>

For flatpak, is better to keep dependencies somewhat close to what
latest stable releases are shipping. Fedora 29 ships 2.2.0, so that's
why I picked this release.

Note that by following [0], latest release is from 13.01.2019, 2.3.1
while 2.2.0 is from 06.03.2017 and previous 2.0.3 from 11.10.2014.

[0] https://pypi.org/project/pyparsing/#history

Signed-off-by: Victor Toso <victortoso at redhat.com>
---
 data/org.spicespace.spicy.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/org.spicespace.spicy.json b/data/org.spicespace.spicy.json
index 019c8a5..8664e2f 100644
--- a/data/org.spicespace.spicy.json
+++ b/data/org.spicespace.spicy.json
@@ -31,13 +31,13 @@
             "name": "pyparsing",
             "buildsystem": "simple",
             "build-commands": [
-                "pip3 install --target=/app pyparsing-2.0.3-py2.py3-none-any.whl"
+                "pip3 install --prefix=/app pyparsing-2.2.0-py2.py3-none-any.whl"
             ],
             "sources": [
                 {
                     "type": "file",
-                    "url": "https://pypi.python.org/packages/8f/f4/3a70b5e5b865b1ec45fe48dc5a57cd4facb5c7bd80e5cb1255c362732e81/pyparsing-2.0.3-py2.py3-none-any.whl#md5=4c16ef222caea2e5de741ae503aae652",
-                    "sha256": "a9c896bab06dbf3759ad5fb63cfdb3777191e2c4ae640e6dd69ed37530f6ba56"
+                    "url" : "https://pypi.python.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl#md5=7247e7896688eff4bc8c7fc5d0cdd2b0",
+                    "sha256" : "fee43f17a9c4087e7ed1605bd6df994c6173c1e977d7ade7b651292fab2bd010"
                 }
             ]
         },
-- 
2.19.0



More information about the Spice-devel mailing list