aboutsummaryrefslogtreecommitdiff
path: root/lang/python
Commit message (Collapse)AuthorAge
...
* | Merge pull request #21747 from jefferyto/python-ifaddr-0.2.0Josef Schlehofer2023-08-10
|\ \ | | | | | | python-ifaddr: Update to 0.2.0
| * | python-ifaddr: Update to 0.2.0Jeffery To2023-08-07
| |/ | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-click: Update to 8.1.6Jeffery To2023-08-10
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-wheel: Update to 0.41.1Jeffery To2023-08-10
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-flask-seasurf: Update to 1.1.1Jeffery To2023-08-10
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-flask-login: Update to 0.6.2, update list of dependenciesJeffery To2023-08-10
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-flask-httpauth: Update to 4.8.0Jeffery To2023-08-10
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-flask-babel: Update to 3.1.0Jeffery To2023-08-10
| | | | | | | | | | | | The package changed to the poetry-core build backend. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-flask-socketio: Update to 5.3.5Jeffery To2023-08-10
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-socketio: Update to 5.8.0Jeffery To2023-08-10
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-engineio: Update to 4.5.1Jeffery To2023-08-10
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | micropython: fix stackctrl compilation for GCC 13Jean-Paul Etienne2023-08-07
|/ | | | | | | | | | | | | | | | | | | | | | | | | On host PC using GCC 13, stackctrl.c fails to compile with the following error: ../py/stackctrl.c: In function 'mp_stack_ctrl_init': ../py/stackctrl.c:32:32: error: storing the address of local variable 'stack_dummy' in 'mp_state_ctx.thread.stack_top' [-Werror=dangling-pointer=] 32 | MP_STATE_THREAD(stack_top) = (char *)&stack_dummy; ../py/stackctrl.c:31:18: note: 'stack_dummy' declared here 31 | volatile int stack_dummy; | ^~~~~~~~~~~ In file included from ../py/runtime.h:29, from ../py/stackctrl.c:27: ../py/mpstate.h:296:23: note: 'mp_state_ctx' declared here 296 | extern mp_state_ctx_t mp_state_ctx; | ^~~~~~~~~~~~ cc1: all warnings being treated as errors Fixed accordingly by ignoring -dangling-pointer warning inside mp_stack_ctrl_init function. Signed-off-by: Jean-Paul Etienne <fractalclone@gmail.com>
* python-dns: Update to 2.4.1Jeffery To2023-08-04
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-contextlib2: Update to 21.6.0Jeffery To2023-08-04
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-ciso8601: Update to 2.3.0Jeffery To2023-08-04
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-certifi: Update to 2023.7.22Jeffery To2023-08-04
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cachetools: Update to 5.3.1Jeffery To2023-08-04
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cachelib: Update to 0.10.2Jeffery To2023-08-04
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-colorama: Update to 0.4.6Jeffery To2023-08-04
| | | | | | The package changed to the hatchling build backend. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-docutils: Update to 0.20.1Jeffery To2023-08-04
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-editables: Update to 0.5Jeffery To2023-08-04
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-pathspec: Update to 0.11.2Jeffery To2023-08-04
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-certifi: add github runtime testEneas U de Queiroz2023-07-28
| | | | | | | This loads the module, which should return the path of the CA bundle and verifies that the file exists. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* python-gnupg: Update to 0.5.1Jeffery To2023-07-24
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-wheel: Update to 0.41.0Jeffery To2023-07-24
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-awscli: Update to 1.29.7, update dependenciesJeffery To2023-07-24
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-boto3: Update to 1.28.7, update dependenciesJeffery To2023-07-24
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-s3transfer: Update to 0.6.1, update dependenciesJeffery To2023-07-24
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-botocore: Update to 1.31.7, update dependenciesJeffery To2023-07-24
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-awesomeversion: Update to 23.5.0, update dependenciesJeffery To2023-07-24
| | | | | | The package changed to the poetry-core build backend. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-atomicwrites: Update to 1.4.1Jeffery To2023-07-24
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python3-sqlparse: Update to 0.4.4, rename source packageJeffery To2023-07-24
| | | | | | | | | | This renames the source package to python-sqlparse to match other Python packages. This also updates the build dependencies; package now uses the flit-core build backend. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-aiohttp: Update 3.8.5, update dependenciesJeffery To2023-07-24
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-aiosignal: Add new packageJeffery To2023-07-24
| | | | | | | | From the README: A project to manage callbacks in asyncio projects. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-frozenlist: Add new packageJeffery To2023-07-24
| | | | | | | | | | | From the README: frozenlist.FrozenList is a list-like structure which implements collections.abc.MutableSequence. The list is mutable until FrozenList.freeze is called, after which list modifications raise RuntimeError. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-charset-normalizer: Add new packageJeffery To2023-07-24
| | | | | | | | | | | From the README: A library that helps you read text from an unknown charset encoding. Motivated by chardet, I'm trying to resolve the issue by taking a new approach. All IANA character set names for which the Python core library provides codecs are supported. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python3-pyroute2: Update to 0.7.9, rename source packageJeffery To2023-07-24
| | | | | | | | | This renames the source package to python-pyroute2 to match other Python packages. This also updates/simplifies the package dependencies. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-apipkg: Update to 3.0.1Jeffery To2023-07-24
| | | | | | The package changed to the hatchling build backend. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python3-maxminddb: Update to 2.4.0, rename source packageJeffery To2023-07-24
| | | | | | | This renames the source package to python-maxminddb to match other Python packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-async-timeout: Update to 4.0.2Jeffery To2023-07-24
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-execnet: Update to 2.0.2Jeffery To2023-07-24
| | | | | | | The package changed to the hatchling build backend and removed the dependency on apipkg. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-pip: Update to 23.2.1Jeffery To2023-07-24
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #21585 from commodo/python-updates2Alexandru Ardelean2023-07-21
|\ | | | | django,numpy,lxml: bump versions
| * numpy: bump to version 1.25.1Alexandru Ardelean2023-07-16
| | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
| * python-django: bump to 4.2.3Alexandru Ardelean2023-07-16
| | | | | | | | 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>
* | Merge pull request #21604 from jefferyto/python3-netifaces-0.11.0Josef Schlehofer2023-07-21
|\ \ | | | | | | python3-netifaces: Update to 0.11.0, rename source package
| * | python3-netifaces: Update to 0.11.0, rename source packageJeffery To2023-07-20
| | | | | | | | | | | | | | | | | | | | | This renames the source package to python-netifaces to match other Python packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python3-unidecode: Update to 1.3.6, rename source packageJeffery To2023-07-20
|/ / | | | | | | | | | | | | This renames the source package to python-unidecode to match other Python packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | python-pip: Update to 23.2Jeffery To2023-07-17
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>