From cb1fb74b2d35fe5d262367e8a998e02d5498979b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Feb 2021 21:46:16 +0000 Subject: [PATCH] python3-magic: upgrade 0.4.18 -> 0.4.20 --- ...agic_0.4.18.bb => python3-magic_0.4.20.bb} | 59 ++++++++++++++++++- 1 file changed, 56 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python3-magic_0.4.18.bb => python3-magic_0.4.20.bb} (17%) diff --git a/meta/recipes-devtools/python/python3-magic_0.4.18.bb b/meta/recipes-devtools/python/python3-magic_0.4.20.bb similarity index 17% rename from meta/recipes-devtools/python/python3-magic_0.4.18.bb rename to meta/recipes-devtools/python/python3-magic_0.4.20.bb index 101b96d31c..e6aad7e696 100644 --- a/meta/recipes-devtools/python/python3-magic_0.4.18.bb +++ b/meta/recipes-devtools/python/python3-magic_0.4.20.bb @@ -1,3 +1,57 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE +# +++ LICENSE +# @@ -19,3 +19,40 @@ +# 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. +# + +# + +# +==== +# + +# +Portions of this package (magic/compat.py and test/libmagic_test.py) +# +are distributed under the following copyright notice: +# + +# + +# +$File: LEGAL.NOTICE,v 1.15 2006/05/03 18:48:33 christos Exp $ +# +Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995. +# +Software written by Ian F. Darwin and others; +# +maintained 1994- Christos Zoulas. +# + +# +This software is not subject to any export provision of the United States +# +Department of Commerce, and may be exported to any country or planet. +# + +# +Redistribution and use in source and binary forms, with or without +# +modification, are permitted provided that the following conditions +# +are met: +# +1. Redistributions of source code must retain the above copyright +# + notice immediately at the beginning of the file, without modification, +# + this list of conditions, and the following disclaimer. +# +2. Redistributions in binary form must reproduce the above copyright +# + notice, this list of conditions and the following disclaimer in the +# + documentation and/or other materials provided with the distribution. +# + +# +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +# +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR +# +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# +SUCH DAMAGE. +# +# + SUMMARY = "File type identification using libmagic" DESCRIPTION = "This module uses ctypes to access the libmagic file type \ identification library. It makes use of the local magic database and supports \ @@ -5,14 +59,13 @@ DESCRIPTION = "This module uses ctypes to access the libmagic file type \ HOMEPAGE = "http://github.com/ahupp/python-magic" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=16a934f165e8c3245f241e77d401bb88" +LIC_FILES_CHKSUM = "file://LICENSE;md5=61495c152d794e6be5799a9edca149e3" PYPI_PACKAGE = "python-magic" inherit pypi setuptools3 -SRC_URI[md5sum] = "5edc6caa39cc62641850f6b1b6f284ba" -SRC_URI[sha256sum] = "b757db2a5289ea3f1ced9e60f072965243ea43a2221430048fd8cacab17be0ce" +SRC_URI[sha256sum] = "0cc52ccad086c377b9194014e3dbf98d94b194344630172510a6a3e716b47801" RDEPENDS_${PN} += "file \ ${PYTHON_PN}-ctypes \ -- 2.17.1