localshop icon indicating copy to clipboard operation
localshop copied to clipboard

local pypi server (custom packages and auto-mirroring of pypi)

Results 48 localshop issues
Sort by recently updated
recently updated
newest added

Bumps [django-celery-results](https://github.com/celery/django-celery-results) from 1.2.1 to 2.4.0. Release notes Sourced from django-celery-results's releases. v2.4.0 What's Changed [pre-commit.ci] pre-commit autoupdate by @​pre-commit-ci in celery/django-celery-results#312 drop django 2.2 by @​auvipy in celery/django-celery-results#317 save...

dependencies

Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...

dependencies

Let's avoid having issues with https://github.com/pypa/pip/issues/10825

Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 8.3.2. Release notes Sourced from pillow's releases. 8.3.2 https://pillow.readthedocs.io/en/stable/releasenotes/8.3.2.html Security CVE-2021-23437 Raise ValueError if color specifier is too long [hugovk, radarhere] Fix 6-byte OOB read...

dependencies

I created a new virtualenv, and did a `pip install localshop` inside. However, I'm unable to run `localshop init` as described in the [docs](http://localshop.readthedocs.io/en/latest/installing.html): ``` $ localshop init Traceback (most...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 8.1.1. Release notes Sourced from pillow's releases. 8.1.1 https://pillow.readthedocs.io/en/stable/releasenotes/8.1.1.html 8.1.0 https://pillow.readthedocs.io/en/stable/releasenotes/8.1.0.html Changes Fix TIFF OOB Write error #5175 [@​radarhere] Fix for Buffer Read Overrun in...

dependencies

On Ubuntu 20.04 on python 3.8, the install gets stuck at Pillow until I hit Ctrl+C ``` $ pip3 install localshop -v ** snipped *** Running setup.py (path:/tmp/pip-install-h51hwhx7/Pillow/setup.py) egg_info for...

This issue is similar to the one resolved by devpi: * Issue: https://github.com/pypa/pip/issues/3666 * Resolution information: http://doc.devpi.net/latest/announce/server-4.0.html#background-on-the-pip-devpi-bug-for-the-curious > When asked for a package name containing a dot version 8.1.2 of...

Maybe a silly question, but can I pass the proxy settings into localshop via environment variables ?