From: "André Draszik" <git@andred.net>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-python][PATCH 4/8] python-parse: use beginline= in LIC_FILES_CHKSUM
Date: Mon, 15 Jan 2018 09:14:04 +0000 [thread overview]
Message-ID: <20180115091408.1133-4-git@andred.net> (raw)
In-Reply-To: <20180115091408.1133-1-git@andred.net>
From: André Draszik <andre.draszik@jci.com>
'startline' is not a recognised keyword, it's beginline.
Also, 'endline' was wrong.
python-parse: The new md5 checksum is 5147afdd9b3615290ad8733f0137a1a1
python-parse: Here is the selected license text:
vvvvvvvvvvvvvvvvvvvvvvvvvvv beginline=1191 vvvvvvvvvvvvvvvvvvvvvvvvvvv
# Copyright (c) 2012-2013 Richard Jones <richard@python.org>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=1209 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Signed-off-by: André Draszik <andre.draszik@jci.com>
---
meta-python/recipes-devtools/python/python-parse_1.8.2.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-python/recipes-devtools/python/python-parse_1.8.2.bb b/meta-python/recipes-devtools/python/python-parse_1.8.2.bb
index 037221a3c..8e16372c5 100644
--- a/meta-python/recipes-devtools/python/python-parse_1.8.2.bb
+++ b/meta-python/recipes-devtools/python/python-parse_1.8.2.bb
@@ -1,6 +1,6 @@
SUMMARY = "Parse strings using a specification based on the Python format() syntax"
LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://parse.py;md5=a84b494563bba466a2f02b05f2e6ad4a;startline=1191;endline=1210"
+LIC_FILES_CHKSUM = "file://parse.py;beginline=1191;endline=1209;md5=5147afdd9b3615290ad8733f0137a1a1"
SRC_URI[md5sum] = "42002338551bdfa0f01bbe4e679a17dd"
SRC_URI[sha256sum] = "8048dde3f5ca07ad7ac7350460952d83b63eaacecdac1b37f45fd74870d849d2"
--
2.15.1
next prev parent reply other threads:[~2018-01-15 9:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-15 9:14 [meta-python][PATCH 1/8] python-flask-pymongo: replace startline=1 with beginline=1 in LIC_FILES_CHKSUM André Draszik
2018-01-15 9:14 ` [meta-python][PATCH 2/8] python-smbus: " André Draszik
2018-01-15 9:14 ` [meta-python][PATCH 3/8] python-webencodings: use beginline= " André Draszik
2018-01-15 9:14 ` André Draszik [this message]
2018-01-15 9:14 ` [meta-python][PATCH 5/8] python-ujson: " André Draszik
2018-01-15 9:14 ` [meta-python][PATCH 6/8] python-lxml: " André Draszik
2018-01-15 9:14 ` [meta-python][PATCH 7/8] python-pyparted: " André Draszik
2018-01-15 9:14 ` [meta-python][PATCH 8/8] python-tornado: " André Draszik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180115091408.1133-4-git@andred.net \
--to=git@andred.net \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.