Stéphane Bidoul

Results 202 issues of Stéphane Bidoul

pip has dropped support for installing `.egg` distributions when it stopped invoking `setup.py install`. At some point pip will abandon support for detecting and uninstalling legacy `.egg` distributions too. If...

type: deprecation

This is a performance improvement for a presumably common use case, namely the installation of a project with locked dependencies using `pip install -c requirements.txt -e .`, in an environment...

Upgrade vendored dependencies early in the 24.1 release cycle. Missing here is certify (the patch does not apply), and of course, packaging.

bot:chronographer:provided

Towards #11715 ## What is changing pip has historically allowed many arbitrary strings as versions and version specifiers. Going forward, all versions and version specifiers will need to conform to...

type: deprecation

The current release processes bumps the version, generates things (NEWS.rst, AUTHORS.rst), then creates a git tag, then bumps the version again for development. When, say, NEWS.rst needs to be tweaked,...

The removal of these options was scheduled for 23.3. closes #11859

bot:chronographer:provided

The use of `--global-option` and `--build-option` currently trigger a [warning](https://github.com/pypa/pip/blob/4b14e7cd7c386839718e88c98b31137448d31e63/src/pip/_internal/req/req_install.py#L926-L930), recommending `--config-settings`. I propose to deprecate them with a 6 month notice and remove them in 23.3. After that, we...

project: setuptools
type: deprecation

Upgrade our vendored copy of `packaging`, remove all references to `LegacyVersion` and LegacySpecifier`.. Closes #12063 Closes #11715 Closes #11445

type: deprecation
bot:chronographer:provided

# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0 # Modules to migrate - [x] pos_access_right - By @geomer198 - #957 - [ ] pos_customer_display - By @legalsylvain - #1159 - [x] pos_default_partner - By @alv97...

help wanted
work in progress
no stale

This PR was generated with the following commands: ```console $ oca-gen-addon-readme --convert-fragments-to-markdown --org-name OCA --repo-name rest-framework --branch 16.0 --addons-dir . --gen-html $ pre-commit run -a $ oca-gen-addon-readme --convert-fragments-to-markdown --org-name OCA...

stale