aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-yaml
Commit message (Collapse)AuthorAge
* python-packages: Clean up MakefilesJeffery To2020-04-22
| | | | | | | | | | | | | | | | | | | This removes: * Python 3 variants (VARIANT:=python3) * "for Python3" from package titles * Package selection condition from package dependencies, e.g. +PACKAGE_python3-six:python3-light replaced with +python3-light * "Default" package information sections, e.g. Package/python-six/Default removed and package details merged into Package/python3-six * "(Variant for Python3)" from package descriptions Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-yaml: update to version 5.3.1Josef Schlehofer2020-04-06
| | | | | | Fixes CVE-2020-1747 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* python-libraries: Remove Python 2 variantsJeffery To2020-04-02
| | | | | | The Python 2 variants will be added to the abandoned packages feed. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-yaml: update to version 5.3Josef Schlehofer2020-01-20
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* treewide: Use pypi.mk for Python packagesJeffery To2019-10-30
| | | | | | | | | | | | | This updates all Python packages that download their source from PyPi to use pypi.mk. This will allow future improvements/changes to pypi.mk to affect all relevant packages. This also makes it easier for future Python packages to start using pypi.mk, when it's clear how it is used in existing packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-yaml: Update to version 5.1.2Josef Schlehofer2019-09-01
| | | | | | PKG_NAME should match the name of the folder Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* python-yaml: update to version 5.1.1Josef Schlehofer2019-07-03
| | | | | | Reorder one thing in Makefile and add two spaces in description Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* python-yaml: update to version 5.1Josef Schlehofer2019-04-07
| | | | | | | | | | | | - COPYING as a license is no longer available. It's LICENSE - Add PKG_CPE_ID - Add a description - Add Python sources - Add me as maintainer as the previous maintainer is inactive in OpenWrt - Changed URL to Git repository, where you can find more details - Moved TITLE to Default Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* python-yaml: Update to 3.13Rosen Penev2018-08-18
| | | | | | | Switch URL to use a more standard location. Add HTTPS to everything. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: use local python-package.mk & python3-package.mk filesAlexandru Ardelean2018-01-10
| | | | | | | | | | This guarantees for the package feeds that the mk files will always be available for all packages. Will need to see about external-feed Python packages a bit later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-yaml: update source and build for python3Daniel Golle2017-07-14
| | | | | | Update source to version 3.12 and build for both, python and python3. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* python packages: move all things python under lang/pythonAlexandru Ardelean2017-05-17
I admit this may be be a bit aggressive, but the lang folder is getting cluttered/filled up with Python, PHP, Perl, Ruby, etc. packages. Makes sense to try to group them into per-lang folders. I took the Pythons. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>