Overview
Request 1039705 accepted
- Update 3.0.1 (2022-11-08)
* Fixed import of packaging.markers. [maurits] (#621)
- Update to 3.0.0 (2022-11-07)
* Add support for PEP 508 markers in section condition expressions. For example: [versions:python_version <= "3.9"]. [maurits] (#621)
Bug fixes:
* Command-line ‘extends’ now works with dirs in file names [gotcha] (cli-extends)
* Add support for python311-315 in conditional section expressions. (#311)
* Make compatible with pip 22.2+, restoring Requires-Python functionality there. Fixes issue 613. [maurits] (#613)
- Update to 3.0.0rc3 (2022-04-07)
* Fix TypeError: dist must be a Distribution instance due to issue between setuptools and pip. (#600)
- Update to 3.0.0rc2 (2022-03-04)
* add support for PEP496 environment markers (pep496)
* Fix TypeError for missing required use_deprecated_html5lib with pip 22. Keep compatible with earlier pip versions. (#598)
- Update to 3.0.0rc1 (2021-12-16)
* Call pip via python -m pip. (#569)
- Update to 3.0.0b5 (2021-11-29)
* Fix when c extension implements namespace packages without the corresponding directories. (#589)
* Honor command-line buildout:extends (#592)
- Update to 3.0.0b4 (2021-11-25)
* Allow to run buildout in FIPS enabled environments. (#570)
* Proper error message if extends-cache tries to expand ${section:variable} (#585)
* Forward verbose option to pip (#576)
* Check that file top_level.txt exists before opening. Add check for other files as well. (#582)
* Return code of pip install subprocess is now properly returned to buildout. (#586)
- Update to 3.0.0b3 (2021-10-08)
* Improve warning message when a section contains unused options. (#483)
* Fix support of pip>=21.1 (#567)
* Fix confusion when using multiple Python versions and installing packages with C extensions without proper binary wheel available. (#574)
* Avoid broken jobs on Travis because of security on PRs (travis-pr)
- Update to 3.0.0b2 (2021-03-09)
- Created by yarunachalam
- In state accepted
- Package maintainer: sebix
Request History
yarunachalam created request
- Update 3.0.1 (2022-11-08)
* Fixed import of packaging.markers. [maurits] (#621)
- Update to 3.0.0 (2022-11-07)
* Add support for PEP 508 markers in section condition expressions. For example: [versions:python_version <= "3.9"]. [maurits] (#621)
Bug fixes:
* Command-line ‘extends’ now works with dirs in file names [gotcha] (cli-extends)
* Add support for python311-315 in conditional section expressions. (#311)
* Make compatible with pip 22.2+, restoring Requires-Python functionality there. Fixes issue 613. [maurits] (#613)
- Update to 3.0.0rc3 (2022-04-07)
* Fix TypeError: dist must be a Distribution instance due to issue between setuptools and pip. (#600)
- Update to 3.0.0rc2 (2022-03-04)
* add support for PEP496 environment markers (pep496)
* Fix TypeError for missing required use_deprecated_html5lib with pip 22. Keep compatible with earlier pip versions. (#598)
- Update to 3.0.0rc1 (2021-12-16)
* Call pip via python -m pip. (#569)
- Update to 3.0.0b5 (2021-11-29)
* Fix when c extension implements namespace packages without the corresponding directories. (#589)
* Honor command-line buildout:extends (#592)
- Update to 3.0.0b4 (2021-11-25)
* Allow to run buildout in FIPS enabled environments. (#570)
* Proper error message if extends-cache tries to expand ${section:variable} (#585)
* Forward verbose option to pip (#576)
* Check that file top_level.txt exists before opening. Add check for other files as well. (#582)
* Return code of pip install subprocess is now properly returned to buildout. (#586)
- Update to 3.0.0b3 (2021-10-08)
* Improve warning message when a section contains unused options. (#483)
* Fix support of pip>=21.1 (#567)
* Fix confusion when using multiple Python versions and installing packages with C extensions without proper binary wheel available. (#574)
* Avoid broken jobs on Travis because of security on PRs (travis-pr)
- Update to 3.0.0b2 (2021-03-09)
sebix accepted request
Thanks!