aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
AgeCommit message (Collapse)Author
2018-02-11python-pycryptodome: update to version 3.4.8Derek Straka
Update the license checksum for latest version and verify the terms remain the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-11python-pymisp: update to version 2.4.87Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-11python-ndg-httpsclient: update to version 0.4.4Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-11python-grpcio-tools: update to version 1.8.4Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-11python-grpcio: update to version 1.8.4Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-11python: remove python3 DEPENDS on python3-misc due to missing _pydecimal.pyDerek Straka
Several packages required numbers, but the _pydecimal.py file was incorrectly placed in the misc package. The underlying issue has been resolved upstream, so remove the RDEPENDS here http://lists.openembedded.org/pipermail/openembedded-core/2018-January/146808.html Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-11python-jsonpointer: update to version 2.0Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-11python-networkx: update to version 2.1Derek Straka
Update license checksum and verify the terms remain the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-11python-yappi: add a python3 version of the recipeDerek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-11python-javaobj-py3: update to version 0.2.4Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-11python-astroid: update to version 1.6.1Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-11python-pylint: update to version 1.8.2Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26python-tornado: update license checksum for whitespace changesArmin Kuster
'startline' is not a recognised keyword, it's beginline. Also, 'endline' was wrong, as well as starline (beginline) as counting starts from 1, not 0. python-tornado: The new md5 checksum is 8d463fc66ff8f275354ffe88d1896e12 python-tornado: Here is the selected license text: vvvvvvvvvvvvvvvvvvvvvvvvvvvv beginline=3 vvvvvvvvvvvvvvvvvvvvvvvvvvvvv # Copyright 2009 Facebook # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=15 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Derek Straka <derek@asterius.io> squished https://patchwork.openembedded.org/patch/147449/ and https://patchwork.openembedded.org/patch/147280/ things got out of sycn for this file. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26python[3]-systemd: cleanup common content; fix build for muslTim Orling
* Put common content in python-systemd.inc * Add patch to provide strndupa() for musl Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26python-smbus: update to version 4.0Derek Straka
Fixes issues related to incompatibility with i2c-tools upgrade in oe-core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26Remove deprecated python3-subprocess from the RDEPENDSDerek Straka
The python3-subprocess package was merged into core as part of the json manifest migration Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26Remove deprecated python3-textutils from the RDEPENDSDerek Straka
The python3-textutils package was merged into core as part of the json manifest migration Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26Remove deprecated python3-lang from the RDEPENDSDerek Straka
The python3-lang package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26Remove deprecated python3-selectors from the RDEPENDSDerek Straka
The python3-selectors package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26Remove deprecated ${PYTHON_PN}-importlib from the RDEPENDSDerek Straka
The ${PYTHON_PN}-importlib package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26Remove deprecated python3-argparse from the RDEPENDSDerek Straka
The python3-argparse package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26Remove deprecated python3-enum from the RDEPENDSDerek Straka
The python3-enum package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26Remove deprecated python3-re from the RDEPENDSDerek Straka
The python3-re package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26Remove deprecated python3-signal from the RDEPENDSDerek Straka
The python3-signal package was removed as part of the migration to the json manifest file. The signal functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26python-alembic: update to version 0.9.7Derek Straka
Update RDEPENDS for mako Update license checksum for copyright date updates Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26python-mako: add initial recipe for 1.0.7Derek Straka
python3 version is available in oe-core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26python-setuptools-scm: update to version 1.15.7Derek Straka
Update license file as LICENSE no longer exists in the package Update checksum and verify package is still released under MIT license Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26python-certifi: update to version 2018.1.18Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26python-babel: update to version 2.5.3Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-22python-pyjks: add initial recipe for version 17.1.1André Draszik
Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-22python-pyjwt: add initial recipe for version 1.5.3André Draszik
Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-22python-twofish: add initial recipe for version 0.3.0André Draszik
Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-22python-pycryptodome: add initial recipe for version 3.4.7André Draszik
Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-22python-pyasn1-modules: add initial recipe for version 0.2.1André Draszik
Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-22python-javaobj-py3: add initial recipe for version 0.2.3André Draszik
Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-22python-lxml: use beginline= in LIC_FILES_CHKSUMAndré Draszik
'startline' is not a recognised keyword, it's beginline. python-lxml: The new md5 checksum is 939e7430ce85e1242ff50c4ee9430752 python-lxml: Here is the selected license text: vvvvvvvvvvvvvvvvvvvvvvvvvvvv beginline=2 vvvvvvvvvvvvvvvvvvvvvvvvvvvvv <!-- (c) International Organization for Standardization 2005. Permission to copy in any form is granted for use with conforming SGML systems and applications as defined in ISO 8879, provided this notice is included in all copies. --> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=7 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ python-lxml: The new md5 checksum is cc86b7b2bbc678e13f58ea403eb9929b python-lxml: Here is the selected license text: vvvvvvvvvvvvvvvvvvvvvvvvvvvv beginline=2 vvvvvvvvvvvvvvvvvvvvvvvvvvvvv <!-- Implmentation for the Schematron XML Schema Language. http://www.ascc.net/xml/resource/schematron/schematron.html Copyright (c) 2000,2001 Rick Jelliffe and Academia Sinica Computing Center, Taiwan This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, ... 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. --> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=24 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ python-lxml: The new md5 checksum is 5b03236d293dc3784205542b409d2f53 python-lxml: Here is the selected license text: vvvvvvvvvvvvvvvvvvvvvvvvvvvv beginline=2 vvvvvvvvvvvvvvvvvvvvvvvvvvvvv <!-- Stylesheet for extracting Schematron information from a RELAX-NG schema. Based on the stylesheet for extracting Schematron information from W3C XML Schema. Created by Eddie Robertsson 2002/06/01 2009/12/10 hj: changed Schematron namespace to ISO URI (Holger Joukl) --> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=7 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-22python-ujson: use beginline= in LIC_FILES_CHKSUMAndré Draszik
'startline' is not a recognised keyword, it's beginline. Also, 'endline' was wrong. python-ujson: The new md5 checksum is 88df8e78b9edfd744953862179f2d14e python-ujson: Here is the selected license text: vvvvvvvvvvvvvvvvvvvvvvvvvvvv beginline=8 vvvvvvvvvvvvvvvvvvvvvvvvvvvvv License: BSD License ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-22python-parse: use beginline= in LIC_FILES_CHKSUMAndré Draszik
'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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-22python-webencodings: use beginline= in LIC_FILES_CHKSUMAndré Draszik
'startline' is not a recognised keyword, it's beginline. Also, 'endline' was wrong. python-webencodings: The new md5 checksum is e910b35b0ef4e1f665b9a75d6afb7709 python-webencodings: Here is the selected license text: vvvvvvvvvvvvvvvvvvvvvvvvvvvv beginline=8 vvvvvvvvvvvvvvvvvvvvvvvvvvvvv License: BSD ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-22python-smbus: replace startline=1 with beginline=1 in LIC_FILES_CHKSUMAndré Draszik
'startline' is not a recognised keyword, it's beginline Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-22python-flask-pymongo: replace startline=1 with beginline=1 in LIC_FILES_CHKSUMAndré Draszik
'startline' is not a recognised keyword, it's beginline Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-22python-decorator: update to version 4.2.1Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-22python-pymisp: update to version 2.4.85.1Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-22python-cffi: update to version 1.11.4Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16python-cmd2: update to version 0.7.9Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16python-django: update to version 1.11.9Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16python-can: update to the released version of 2.0.0Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16python-grpcio-tools: update to version 1.8.3Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16python-grpcio: update to version 1.8.3Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-16python-msgpack: update to version 0.5.1Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>