devpi-builder icon indicating copy to clipboard operation
devpi-builder copied to clipboard

Automatically build and upload python packages to devpi

Results 8 devpi-builder issues
Sort by recently updated
recently updated
newest added

Bumps [waitress](https://github.com/Pylons/waitress) from 2.0.0 to 2.1.1. Changelog Sourced from waitress's changelog. 2.1.1 Security Bugfix - Waitress now validates that chunked encoding extensions are valid, and don't contain invalid characters that...

dependencies

With a requirements.txt with a [vcs dependency](https://pip.pypa.io/en/stable/reference/pip_install/#vcs-support) like: ``` git+https://github.com/kennethreitz/requests@master#egg=requests==2.10.0 ``` I get this traceback: ``` Traceback (most recent call last): File "/Users/simonweber/platform/venv-builder/bin/devpi-builder", line 11, in sys.exit(main()) File "/Users/simonweber/platform/venv-builder/lib/python2.7/site-packages/devpi_builder/cli.py", line...

It would be nice if devpi-builder could install the latest version of requred package, when no version is specified for it ... ``` Traceback (most recent call last): File "/usr/local/bin/devpi-builder",...

enhancement
help wanted

Whenever I'm using devpi-builder, I've probably already used "devpi login" and "devpi use" to authenticate and set my target index. Could devpi-builder (perhaps optionally) use that information in place of...

enhancement
help wanted

Hello! Awesome project! I'd love it if I could pass a setup.py file to devpi-builder. I have a project where I specify the dependencies in the install_requires attribute of the...

enhancement

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies

Python 3.8 went end of life at 2024-10-07.