aboutsummaryrefslogtreecommitdiff
path: root/lang/python
Commit message (Collapse)AuthorAge
...
* Merge pull request #5259 from valdi74/update_python-curlchamptar2017-12-10
|\ | | | | python-curl: update to 7.43.0.1
| * python-curl: update to 7.43.0.1Waldemar Konik2017-12-10
| | | | | | | | Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
* | python,python3: define config option for bluetooth supportAlexandru Ardelean2017-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was reported via https://github.com/openwrt/packages/pull/5122#issuecomment-347395472 that if bluez-libs is selected as an installable package, then the error below will show up: ``` * satisfy_dependencies_for: Cannot satisfy the following dependencies for python-light: * bluez-libs * * opkg_install_cmd: Cannot install package python-light. ``` This looks like a limitation in the design of package deps, and maybe a misuse of conditional deps (i.e. PACKAGE_bluez-libs:bluez-libs). So, to fix this, an idea we're adding an extra symbol that enfoces installation of bluez-libs if selected. We also need to add a way to disable bluetooth build if PYTHON(3)_BLUETOOTH_SUPPORT is de-selected. Otherwise, bluetooth is installed and the socket module is broken due to linker errors. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-pip-conf: split package away from python packageAlexandru Ardelean2017-12-10
|/ | | | | | | | | | | This should improve build time if you only want to build Python3 (and not Python). Because python-pip-conf was part of the python package, the whole python package (host + target) would get built if Python3 would need to get built. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #4869 from apatrushev/masterchamptar2017-12-02
|\ | | | | micropython: updated to v1.9.2, micropython-lib: updated to v1.9
| * micropython: updated to v1.9.2, micropython-lib: updated to v1.9Anton Patrushev2017-09-23
| | | | | | | | Signed-off-by: Anton Patrushev <apatrushev@gmail.com>
* | python3-idna: Fix openwrt_repo 519, opkg segfault.mike mcginty2017-11-17
| | | | | | | | Signed-off-by: mike mcginty <mach327@gmail.com>
* | python,python3: build bluetooth support if bluez-libs selectedAlexandru Ardelean2017-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should hopefully fix the Python3 build on buildbot. For a while I assumed it may be a build-bot issue, but then looking through the packages repo [and finding the bluez package] it looks like, if you try to build all packages, Python3 detects the bluetooth headers installed by bluez. It looks like Python's bluetooth support was somewhat broken ; it was not detecting the <bluetooth/bluetooth.h> header, so a backport from Python3 to Python fixed that. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | pyodbc: update to version 4.0.21Daniel Golle2017-11-07
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | python,python3: apply PKG_FIXUP:=autoreconfAlexandru Ardelean2017-11-06
| | | | | | | | | | | | | | Should hopefully provide more consistent results across distros. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-asn1crypto: update to version 0.23.0Alexandru Ardelean2017-11-06
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-cryptography: update to version 2.1.3Alexandru Ardelean2017-11-06
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-cffi: update to version 1.11.2Alexandru Ardelean2017-11-06
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-pyasn1-modules: update to version 0.1.5Alexandru Ardelean2017-11-06
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-pyasn1: update to version 0.3.7Alexandru Ardelean2017-11-06
| | | | | | | | 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>
* | python3: bump to version 3.6.3Alexandru Ardelean2017-11-06
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python3: package CGI componentMirko Vogt2017-10-31
| | | | | | | | Signed-off-by: Mirko Vogt <mirko-openwrt@nanl.de>
* | openpyxl: update to 2.5.0b1Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | django-constance: update to 2.0.0Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | django-restframework: update to 3.7.1Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | python-urllib3: update to 1.22Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | django-compressor: update to 2.2Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | django-picklefield: update to 1.0.0Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | gunicorn: update to 19.7.1Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | jdcal: update to 1.3Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | chardet: update to 3.0.4Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | pytz: update to 2017.2Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | simplejson: update to 3.11.1Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | django-postoffice: update to 3.0.3Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | python-dateutil: update to 2.6.1Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | django-statici18n: update to 1.4.0Gergely Kiss2017-10-29
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | django: update to 1.8.18Gergely Kiss2017-10-17
| | | | | | | | | | | | Fixes CVE-2017-7233 and CVE-2017-7234 Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | python-lxml: update to version 4.1.0Alexandru Ardelean2017-10-16
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python,python3: add option to keep egg-info dirs for python packagesAlexandru Ardelean2017-10-03
| | | | | | | | | | | | | | That way some python packages can choose to keep their egg-info dirs, if they want to, or they're needed. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-idna: update to version 2.6Alexandru Ardelean2017-09-23
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-six: update to version 1.11.0Alexandru Ardelean2017-09-23
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-pyopenssl: update to version 17.3.0Alexandru Ardelean2017-09-23
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-pyasn1-modules: update to version 0.1.4Alexandru Ardelean2017-09-23
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python-pyasn1: update to version 0.3.5Alexandru Ardelean2017-09-23
| | | | | | | | 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-cffi: update to version 1.11.0Alexandru Ardelean2017-09-23
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | python: bump to version 2.7.14Alexandru Ardelean2017-09-23
|/ | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python3: fix install mk filenamesAlexandru Ardelean2017-09-15
| | | | | | | | Copy + paste error. Seems I fixed it while testing but forgot to update PR with this. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Merge pull request #4632 from smutt/python-dpktchamptar2017-09-14
|\ | | | | python-dpkt:Add package lang/python-dpkt
| * python-dpkt: Add package python-dpktAndrew McConachie2017-08-17
| | | | | | | | Signed-off-by: Andrew McConachie <andrew@depht.com>
* | Merge pull request #4478 from valdi74/add_package_python-curlHannu Nyman2017-09-14
|\ \ | | | | | | python-curl: add new package
| * | python-curl: add new packageWaldemar Konik2017-08-18
| | | | | | | | | | | | Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
* | | python,python3: install mk files in both host build and InstallDev partAlexandru Ardelean2017-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not sure how it can happen that the files are not installed via the host build. Maybe some SDK-like build. Let's make sure they are installed via InstallDev rule too. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python,python3: add host-flags/settings to host pip install rulesAlexandru Ardelean2017-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The host pip install should have the host's CFLAGS, LDFLAGS, etc available. And not the target's flags. Otherwise, weird things can happen when installing packages (host-side) that need to build C code. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>