aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-lxml
Commit message (Collapse)AuthorAge
* python-lxml: bump to version 5.2.1Alexandru Ardelean2024-04-21
| | | | | | Also added python-cython/host as a build dependency. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* python-lxml: bump to version 5.1.0Alexandru Ardelean2024-02-08
| | | | | | Also add a quick test.sh file. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* python-lxml: bump to 4.9.3Alexandru Ardelean2023-07-16
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* python-lxml: bump to version 4.9.2Alexandru Ardelean2023-01-09
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-lxml: bump to version 4.9.1Alexandru Ardelean2022-07-07
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* lxml: bump to version 4.9.0Alexandru Ardelean2022-06-19
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-lxml: bump to version 4.8.0Alexandru Ardelean2022-03-05
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-lxml: update to version 4.7.1Alexandru Ardelean2021-12-20
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-lxml: bump to 4.6.4Alexandru Ardelean2021-11-14
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-lxml: bump to version 4.6.3Alexandru Ardelean2021-03-29
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-lxml: bump to version 4.6.2Alexandru Ardelean2020-12-07
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-lxml: bump to version 4.6.1Alexandru Ardelean2020-10-19
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-lxml: bump to version 4.5.2Alexandru Ardelean2020-07-22
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-lxml: bump to version 4.5.1Alexandru Ardelean2020-05-27
| | | | | | | | | | | This took a while to get running. It turns out, the fix is mostly in libxslt. lxml uses the xsltGetProfileInformation() function, which is disabled from libxslt via --without-profiler. This causes a runtime error, since it cannot find the symbol. So, libxslt is also updated to re-enable the profiler. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-lxml: Use default Python package build recipeJeffery To2020-04-25
| | | | | | This also updates the package's metadata (title, description, license). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* 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>
* python3: Rename canned recipes in python3-package.mkJeffery To2020-04-19
| | | | | | | This renames "internal" recipes to use the Python3/ prefix and clarifies the names (RunTarget to Run, Mod to ModSetup, Shebang to FixShebang). Signed-off-by: Jeffery To <jeffery.to@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-lxml: bump to version 4.4.2Alexandru Ardelean2019-12-09
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@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>
* treewide: add PKG_CPE_ID for cvescannerJan Pavlinec2019-09-24
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* Merge pull request #9698 from commodo/python-ver-bumpsHannu Nyman2019-08-12
|\ | | | | pytz,lxml,dateutil: bump package versions
| * python-lxml: bump to version 4.4.1Alexandru Ardelean2019-08-12
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-{asn1crypto,evdev,lxml}: add -src packagesAlexandru Ardelean2019-08-12
|/ | | | | | | They seem to have become popular, so adding src packages for these as well. Not bumping PKG_RELEASE intentionally, since these packages are new. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-lxml: bump to version 4.3.1Alexandru Ardelean2019-02-12
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-lxml: bump to version 4.3.0Alexandru Ardelean2019-01-07
| | | | | | | This change upgrades the version of lxml to 4.3.0. Run-tested on an x86 VM. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-lxml: Update to 4.2.5Rosen Penev2018-09-16
| | | | | | | Switched URL to the standard pythonhosted one. The website directs users there. Tarballs are identical. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* python-lxml: bump to version 4.2.4Alexandru Ardelean2018-09-11
| | | | | | | Version 4.2.4 has been released recently. Update it. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-lxml: bump to version 4.2.1Alexandru Ardelean2018-06-11
| | | | Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.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-lxml: upgrade to version 4.1.1Alexandru Ardelean2017-11-06
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-lxml: update to version 4.1.0Alexandru Ardelean2017-10-16
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-lxml: update to version 4.0.0Alexandru Ardelean2017-09-23
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-lxml: override PyBuild/Compile & Py3Build/Compile rulesAlexandru Ardelean2017-07-07
| | | | | | | | | And depend on python-light only if python-lxml is selected. Same thing for python3-lxml. Otherwise, this builds both Python & Python3 intepreters. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-lxml: add initial version (with python3 variant included)Alexandru Ardelean2017-06-05
This package requires libxml2 & libxslt to be built, has some C code so it's not installable via pip. It needs cross-compilation. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>