aboutsummaryrefslogtreecommitdiff
path: root/lang/python
Commit message (Collapse)AuthorAge
...
* | 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>
* | | treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | python-evdev: new packagePaulo Costa2017-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This build script supports both Python 2.x (python-evdev) and 3.x (python3-evdev) From the README: This package provides bindings to the generic input event interface in Linux. The evdev interface serves the purpose of passing events generated in the kernel directly to userspace through character devices that are typically located in /dev/input/. This package also comes with bindings to uinput, the userspace input subsystem. Uinput allows userspace programs to create and handle input devices that can inject events directly into the input subsystem. Signed-off-by: Paulo Costa <me@paulo.costa.nom.br>
* | | python-gnupg: switch to python-gnupg 0.4.1Daniel Golle2017-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Aparently there are two python gnupg wrappers around https://pypi.python.org/pypi/python-gnupg/ and https://pypi.python.org/pypi/gnupg/ We used to package the latter, now we switched to the prior. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | python-pyopenssl: bump to 17.2.0 ; add python3 variant ; add myself ↵Alexandru Ardelean2017-08-13
| | | | | | | | | | | | | | | | | | co-maintainer Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python-cryptography: bump to version 2.0.3Alexandru Ardelean2017-08-11
| | | | | | | | | | | | | | | | | | | | | | | | The dependency has changed from needing `pyasn1` to needing `asn1crypto`. Oh well... Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python-asn1crypto: add new package (needed for python-cryptography)Alexandru Ardelean2017-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunately python-cryptography (after version 2.0.<something>) decided to replace `pyasn1` with `asn1crypto`. Unfortunately `pyasn1` is needed for another package, so it can't be dropped just yet. Not sure if dropping it would bother people. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | pyasn1-modules: bump to version 0.0.11 ; add python3 variant ; add myself as ↵Alexandru Ardelean2017-08-11
| | | | | | | | | | | | | | | | | | maintainer Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python-pyasn1: bump to version 0.3.2Alexandru Ardelean2017-08-11
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python,python3: fix opkg collisions with -src packagesAlexandru Ardelean2017-08-08
| | | | | | | | | | | | | | | | | | | | | Fixes: https://github.com/openwrt/packages/issues/4681 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python-cryptography: bump to version 1.9 and add python3 variantAlexandru Ardelean2017-07-27
| | | | | | | | | | | | | | | | | | And add myself as 2nd maintainer. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python-cffi: install host-side via pip + add myself 2nd maintainerAlexandru Ardelean2017-07-27
| | | | | | | | | | | | | | | | | | | | | python-cryptography needs this dep to build the sources. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python-idna: bump to version 2.5 and add python3 variantAlexandru Ardelean2017-07-27
| | | | | | | | | | | | | | | | | | And add myself as 2nd maintainer. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python-pyasn1: bump to version 0.2.3 and add python3 variantAlexandru Ardelean2017-07-27
| | | | | | | | | | | | | | | | | | And add myself as 2nd maintainer. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python-six: add python3-six variant + add myself as 2nd maintainerAlexandru Ardelean2017-07-27
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python3: refresh patches `make package/python3/refresh` cmdAlexandru Ardelean2017-07-26
| | | | | | | | | | | | | | | | | | | | | | | | This was a bit overdue. I did not know about this methodology. Reduces patch fuzz. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python: refresh patches `make package/python/refresh` cmdAlexandru Ardelean2017-07-26
| |/ |/| | | | | | | | | | | | | This was a bit overdue. I did not know about this methodology. Reduces patch fuzz. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #4601 from commodo/python-cffi-upgradeHannu Nyman2017-07-25
|\ \ | | | | | | python-cffi: upgrade to 1.10.0 (together with dependencies)
| * | python-cffi: bump to version 1.10.0Alexandru Ardelean2017-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And drop the host-build. This was needed, simply to cross-build the package. I'm not a religious man, but "praise the lord" for dropping this :D Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python-pycparser: bump to version 2.17 and drop host-buildAlexandru Ardelean2017-07-19
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | python-ply: bump to version 3.10 and drop the host-buildAlexandru Ardelean2017-07-19
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python3: upgrade to version 3.6.2Alexandru Ardelean2017-07-24
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python,python3: add host python pip install supportAlexandru Ardelean2017-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To install Python packages host side, that may be needed for a build. The intent, is to try to reduce host-side Python packages being installed via LEDE/OpenWrt build system. Because those seem like a pain to maintain. The idea is adapted from Yousong's `python-packages` package. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python,python3: drop HostPy/Compile/Default rulesAlexandru Ardelean2017-07-19
| | | | | | | | | | | | | | | | | | Not used, and will not be used. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python,python3: drop PKG_MD5SUM fields ; will use only PKG_HASHAlexandru Ardelean2017-07-19
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python,python3: remove multi-arch support, and /usr/local pathsAlexandru Ardelean2017-07-19
| | | | | | | | | | | | | | | | | | | | | This should hopefully reduce weird behaviour caused by the host system. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | python,python3: handle install script errors betterAlexandru Ardelean2017-07-19
|/ / | | | | | | | | | | | | | | | | | | Depending on execution order the `python-package-install.sh` script would return a non-zero err code. So, this enforces that all commands in the script don't fail (via the `set -e` directive). Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | pyodbc: use WORDS_BIGENDIAN instead of OS-specific definesDaniel Golle2017-07-17
| | | | | | | | | | | | | | Python provides the WORDS_BIGENDIAN macro, use it to figure out the native endian of the host. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | pyodbc: really fix endianess of SQL_WCHARDaniel Golle2017-07-16
| | | | | | | | | | | | | | | | auto-endian auf UTF-16 doesn't work with all drivers, some fail to interpret the byte-order-marking. Hence explicitely use UTF16BE on big-endian systems and UTF16LE otherwise. Signed-off-by: Daniel Golle <daniel@makrotopia.org>