aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* Merge pull request #9039 from cotequeiroz/python_conditionalRosen Penev2019-05-21
|\ | | | | treewide: add PACKAGE_* DEPENDS conditionals to python packages building both variants, update README.md
| * treewide: Add PACKAGE_* conds to python packagesEneas U de Queiroz2019-05-20
| | | | | | | | | | | | | | | | If a package builds python & python3 variants, then the respective PACKAGE-python* conditional DEPENDS were added, since circular dependencies should all be resolved now. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * python: README.md: adjust recursive dep text, miscEneas U de Queiroz2019-05-20
| | | | | | | | | | | | | | | | | | | | Adding the conditionals to DEPENDS should not cause circular dependencies any more. This adjusts the text to point out that it used to be a problem, and if it happens again, one should open an issue. Also, some spotted trivial errors were fixed. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | Merge pull request #9045 from nxhack/serialport_bindingsRosen Penev2019-05-20
|\ \ | | | | | | node-serialport-bindings: add new package - fix powerpc build fail
| * | node-serialport-bindings: add new package - fix powerpc build failHirokazu MORIKAWA2019-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | fix powerpc 'node-serialport' package build fail divide node-serialport' into node-serialport' and node-serialport-bindings powerpc termios2 issue ref: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1619446 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | node-serialport: fix powerpc build failHirokazu MORIKAWA2019-05-21
|/ / | | | | | | | | | | | | | | fix powerpc 'node-serialport' package build fail divide node-serialport' into node-serialport' and node-serialport-bindings node-serialport-bindings PR : https://github.com/openwrt/packages/pull/9045 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | php7: update to 7.2.18Michael Heimpold2019-05-20
| | | | | | | | | | | | Compile and run tested on mxs platform. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #9007 from cotequeiroz/makefile_styleRosen Penev2019-05-20
|\ \ | |/ |/| Update Makefile style in cotequeiroz-maintained packages
| * python-qrcode: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * python-oauthlib: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * python-defusedxml: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * python-certifi: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * pyjwt: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * django-webpack-loader: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * django-simple-captcha: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * django-ranged-response: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * django-formtools: adjust Makefile styleEneas U de Queiroz2019-05-17
| | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | Merge pull request #9013 from nxhack/homebridge_0_4_49Rosen Penev2019-05-17
|\ \ | | | | | | node-homebridge: update to 0.4.49
| * | node-homebridge: update to 0.4.49Hirokazu MORIKAWA2019-05-17
| | | | | | | | | | | | | | | | | | Node.js 12 support Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | Merge pull request #9014 from nxhack/node_hid_0_7_8Rosen Penev2019-05-17
|\ \ \ | | | | | | | | node-hid: update to 0.7.8
| * | | node-hid: update to 0.7.8Hirokazu MORIKAWA2019-05-17
| |/ / | | | | | | | | | | | | | | | Node.js 12 support Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | Merge pull request #9015 from nxhack/node_serialport_7_1_5Rosen Penev2019-05-17
|\ \ \ | |_|/ |/| | node-serialport: update to 7.1.5
| * | node-serialport: update to 7.1.5Hirokazu MORIKAWA2019-05-17
| |/ | | | | | | | | | | Node.js 12 support Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* / python-requests: update to version 2.22.0Josef Schlehofer2019-05-16
|/ | | | | | Remove patch, which is included in this release Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* python-defusedxml: add new packageEneas U de Queiroz2019-05-16
| | | | | | | | | | | | The defusedxml package contains several Python-only workarounds and fixes for denial of service and other vulnerabilities in Python's XML libraries. In order to benefit from the protection you just have to import and use the listed functions / classes from the right defusedxml module instead of the original module. Currently, openpyxl detects, and uses defusedxml, if installed. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* Merge pull request #8973 from jefferyto/python-pyasn1-modules-0.2.5-updateRosen Penev2019-05-13
|\ | | | | python-pyasn1-modules: Update to 0.2.5
| * python-pyasn1-modules: Update to 0.2.5Jeffery To2019-05-13
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | golang: Update to 1.12.5Jeffery To2019-05-13
|/ | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #8807 from BKPepe/requestsJosef Schlehofer2019-05-13
|\ | | | | python-requests: allow urllib3 1.25.x
| * python-requests: polishing MakefileJosef Schlehofer2019-05-08
| | | | | | | | | | | | | | | | Add PKG_CPE_ID, PKG_LICENSE_FILES Reorder things in Makefile Update URL Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * python-requests: allow urllib3 1.25.xJosef Schlehofer2019-05-08
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #8933 from commodo/readme-ext-feedsRosen Penev2019-05-11
|\ \ | | | | | | lang/python/README.md: add note about use in other packages feeds
| * | lang/python/README.md: add note about use in other packages feedsAlexandru Ardelean2019-05-08
| | | | | | | | | | | | | | | | | | | | | By popular demand, via: https://github.com/openwrt/packages/issues/8892#issuecomment-489992926 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Werkzeug: update to version 0.15.2Daniel Golle2019-05-10
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | python-packages: strip quotes around index-urlYousong Zhou2019-05-10
| | | | | | | | | | | | | | | | | | | | | With pip3.7, `--index-url ""` is different from absence of --index-url argument. Apply the same for python3 variant Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | python3-packages: port from python-packagesYousong Zhou2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | This is largely done by suffixing "python" or "py" with "3". The README.md file is also copied here and we intend to maintain it independently from its python2 counterpart. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | Merge pull request #8922 from nxhack/node_support_mips64Rosen Penev2019-05-10
|\ \ \ | |_|/ |/| | node: add mips64 support
| * | node: add mips64 supportHirokazu MORIKAWA2019-05-10
| |/ | | | | | | | | | | | | | | see: https://github.com/openwrt/packages/pull/8796 And remove uclibc depends Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | Merge pull request #8806 from BKPepe/python-urllib3Josef Schlehofer2019-05-08
|\ \ | | | | | | python-urllib3: update to version 1.25.2
| * | python-urllib3: update to version 1.25.2Josef Schlehofer2019-04-29
| | | | | | | | | | | | | | | | | | Add me as maintainer Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #8831 from BKPepe/zeroconfJosef Schlehofer2019-05-08
|\ \ \ | | | | | | | | python-zeroconf: update to version 0.22.0
| * | | python-zeroconf: update to version 0.22.0Josef Schlehofer2019-04-28
| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #8802 from dddaniel/masterJosef Schlehofer2019-05-08
|\ \ \ \ | |_|_|/ |/| | | python-boto3: Add new package
| * | | python-boto3: Add new packageDaniel Danzberger2019-05-06
| |/ / | | | | | | | | | Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
* | | luafilesystem: fix PKG_MIRROR_HASHHans Dedecker2019-05-06
| | | | | | | | | | | | Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | Merge pull request #8736 from neheb/erlaRosen Penev2019-05-05
|\ \ \ | | | | | | | | erlang: Fix compilation without deprecated OpenSSL APIs
| * | | erlang: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-04-20
| | | | | | | | | | | | | | | | | | | | | | | | Renamed the patch as it does more than fix ENGINE support. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | django-simple-captcha: bump to 0.5.11Eneas U de Queiroz2019-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a bugfix release. Made some cosmetic changes to the Makefile. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #8840 from cotequeiroz/django_pytzRosen Penev2019-05-03
|\ \ \ \ | | | | | | | | | | django: Add pytz dependency
| * | | | django: Add pytz dependencyEneas U de Queiroz2019-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pytz is a run-time dependency of django. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>