aboutsummaryrefslogtreecommitdiff
path: root/lang/python
Commit message (Collapse)AuthorAge
...
| * 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>
| * python3: Rename canned recipes in python3-host.mkJeffery To2020-04-19
| | | | | | | | | | | | | | | | This changes the recipe name prefix from Build/Compile/HostPy3 to HostPython3, and clarifies some of the names (RunHost to Run, Mod to ModSetup). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * python3: Remove HostPython3 in python3-host.mkJeffery To2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HostPython3 only adds a few environment variables before running host Python. It has only two users, Build/Compile/HostPy3RunHost and Build/Compile/HostPy3RunTarget. HostPython3 also accesses $(PYTHON3PATH), even though python3-host.mk does not include python3-package.mk, where the variable is defined. This removes HostPython3 and has its two users run host Python directly. This also combines the environment variables of HostPython3 and the two users into HOST_PYTHON3_VARS and PYTHON3_VARS. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * python3: Remove include guard for python3-host.mkJeffery To2020-04-17
| | | | | | | | | | | | | | Since it only defines variables and canned recipes, it is safe to include python3-host.mk more than once. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #11867 from commodo/drop-django-constanceHannu Nyman2020-04-17
|\ \ | | | | | | django-constance: drop package
| * | django-constance: drop packageAlexandru Ardelean2020-04-17
| |/ | | | | | | | | | | | | | | | | This was needed for Seafile up to a certain version. Since it's not required anymore by any other package/known-user, remove it. Should be installable via pip or manually. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / openpyxl: bump to version 3.0.3Alexandru Ardelean2020-04-16
|/ | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-pyparsing: update to version 2.4.7Jan Pavlinec2020-04-14
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* Merge pull request #11817 from cotequeiroz/python-srcJosef Schlehofer2020-04-12
|\ | | | | python3: hide -src package until main pkg selected
| * python3: hide -src package until main pkg selectedEneas U de Queiroz2020-04-10
| | | | | | | | | | | | | | | | | | | | | | | | This adds a 'Package/<pkg>-src/config' definition with a 'depends on <pkg>' line, which will hide <pkg>-src unless <pkg> is selected. This makes the long list of python packages a bit shorter, and also indents the src package: <M> python3-base................................ Python 3.8 interpreter < > python3-base-src................. Python 3.8 interpreter (sources) Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | python-cryptodome: update to 3.9.7Richard Yu2020-04-11
|/ | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* Merge pull request #11793 from commodo/python3-default-binHannu Nyman2020-04-08
|\ | | | | python3: symlink 'python' to '/usr/bin/python3'
| * python3: symlink 'python' to '/usr/bin/python3'Alexandru Ardelean2020-04-08
| | | | | | | | | | | | | | | | Time to make it more official. Running 'python' should get you an interpreter running, and that one is now Python3. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | lang: python: flup: drop packageAlexandru Ardelean2020-04-07
| | | | | | | | | | | | | | | | | | | | | | Was mostly required for Seafile. Now it isn't. It's also pretty ancient. https://www.saddi.com/software/flup/ Page was last updated in 2005. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #11744 from ja-pa/pytest-newHannu Nyman2020-04-07
|\ \ | | | | | | python-pytest: add new package
| * | python-pytest: add new packageJan Pavlinec2020-04-07
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #11792 from commodo/gunicorn-updateHannu Nyman2020-04-07
|\ \ \ | |_|/ |/| | gunicorn: bump to version 20.0.4
| * | gunicorn: bump to version 20.0.4Alexandru Ardelean2020-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change bumps gunicorn to version 20.0.4. It also installs the binary for gunicorn without any suffix, via symlink. And remove gunicorn_paster; that was removed from the package and moved into the gunicorn library. Also, now we need to use the full python3-setuptools package for the gunicorn executable, as it won't start without it. Signed-off-by: Alexandru Ardelean <ardeleanalex@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>
* | | python3-package.mk: fix typo PYTHON3_PKG_SETUP_GLOABL_ARGS -> ↵Alexandru Ardelean2020-04-07
|/ / | | | | | | | | | | | | | | | | | | | | | | PYTHON3_PKG_SETUP_GLOBAL_ARGS This fixes a typo with the default PYTHON3_PKG_SETUP_GLOBAL_ARGS. Since in make context non-defined variables are empty anyway, this doesn't produce any issues. The fix is more semantic in nature. Fixes https://github.com/openwrt/packages/issues/11790 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #11779 from commodo/pillow-bumpHannu Nyman2020-04-06
|\ \ | | | | | | pillow: bump to version 7.1.1
| * | pillow: bump to version 7.1.1Alexandru Ardelean2020-04-06
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #11778 from jefferyto/python-cryptography-2.9Hannu Nyman2020-04-06
|\ \ \ | | | | | | | | python-cryptography: Update to 2.9, remove setup patch
| * | | python-cryptography: Update to 2.9, remove setup patchJeffery To2020-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since cffi is installed by HOST_PYTHON3_PACKAGE_BUILD_DEPENDS, it shouldn't be necessary to clear setup_requirements anymore. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #11777 from jefferyto/python-zope-interface-5.0.2Hannu Nyman2020-04-06
|\ \ \ \ | |_|/ / |/| | | python-zope-interface: Update to 5.0.2
| * | | python-zope-interface: Update to 5.0.2Jeffery To2020-04-06
| |/ / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #10449 from ja-pa/python-pluggyHannu Nyman2020-04-06
|\ \ \ | |/ / |/| | python-pluggy: add new package
| * | python-pluggy: add new packageJan Pavlinec2020-04-03
| |/ | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | python3-pip: Symlink pip3 to pip3.8Jeffery To2020-04-04
| | | | | | | | | | | | | | Currently, python3-pip installs the same script as pip3 and pip3.8 to usr/bin. This changes pip3 to be a symlink to pip3.8. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python: Update readmeJeffery To2020-04-04
| | | | | | | | | | | | | | | | | | | | * Replace the Python 2 pending removal notice/schedule with a brief message about the removal * Replace mentions of "Python & Python 3" with just "Python" (references to the version number are kept only in cases where it is necessary) * Update Makefile example code to use Python 3 conventions/names Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python: Remove packageJeffery To2020-04-03
| | | | | | | | | | | | This package will be added to the abandoned packages feed. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #11740 from jefferyto/python2-remove-librariesHannu Nyman2020-04-02
|\ \ | | | | | | python-libraries: Remove Python 2 variants/libraries
| * | 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-libraries: Remove Python 2-only packagesJeffery To2020-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are either libraries that backport Python 3 features for Python 2 programs, or libraries that have not had Python 3 variants added to them by anyone. These packages will be added to the abandoned packages feed. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #11743 from peter-stadler/djangoHannu Nyman2020-04-02
|\ \ \ | | | | | | | | python3-django: update to version 3.0.5
| * | | python3-django: update to version 3.0.5Peter Stadler2020-04-02
| |/ / | | | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | Merge pull request #11742 from peter-stadler/asgirefHannu Nyman2020-04-02
|\ \ \ | | | | | | | | python3-asgiref: update version to 3.2.7
| * | | python3-asgiref: update version to 3.2.7Peter Stadler2020-04-02
| |/ / | | | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | Merge pull request #11664 from ja-pa/python-packaging-newHannu Nyman2020-04-02
|\ \ \ | |/ / |/| | python-packaging: add new package
| * | python-packaging: add new packageJan Pavlinec2020-04-02
| |/ | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* / python-wcwidth: update to version 0.1.9Jan Pavlinec2020-03-31
|/ | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* Merge pull request #11642 from jefferyto/python-zope-interface-5.0.1Hannu Nyman2020-03-23
|\ | | | | python-zope-interface: Update to 5.0.1, refresh patch
| * python-zope-interface: Update to 5.0.1, refresh patchJeffery To2020-03-24
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #11638 from jefferyto/twisted-20.3.0Hannu Nyman2020-03-23
|\ \ | | | | | | python-twisted: Update to 20.3.0, refresh patches
| * | python-twisted: Update to 20.3.0, refresh patchesJeffery To2020-03-23
| |/ | | | | | | | | | | | | | | This update includes fixes for: * CVE-2020-10108 * CVE-2020-10109 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / python-zipp: update to version 3.1.0Jan Pavlinec2020-03-23
|/ | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* treewide: Remove myself as maintainerDaniel F. Dickinson2020-03-20
| | | | | | | | | | Life changes, I'm no longer avaiable to be an sufficiently active OpenWrt developer. Therefore removing myself from maintainer from all packages I maintained in OpenWrt. All the best for those who keep up the good work! Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* python3: Update to 3.8.2, fix python3-xml dependencyJeffery To2020-03-20
| | | | | | | | xml.sax.saxutils has a dependency on urllib[1]. [1]: https://github.com/python/cpython/blob/v3.8.2/Lib/xml/sax/saxutils.py#L6 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #11582 from jefferyto/python-zope-interface-4.7.2Hannu Nyman2020-03-16
|\ | | | | python-zope-interface: Update to 4.7.2, refresh patch
| * python-zope-interface: Update to 4.7.2, refresh patchJeffery To2020-03-17
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>