Overview

Request 556056 accepted

- update to 2.9.6:
* Fixed: could not install eggs when sdist file name and package name had different case.
- update to 2.9.5
* Use HTTPS for PyPI's index. PyPI redirects HTTP to HTTPS by default
now so using HTTPS directly avoids the potential for that redirect
being modified in flight.
- singlespec
- update to 2.9.4
- rename to python-zc.buildout
- Update to version 2.2.1
+ distutils scripts: correct order of operations on from ... import
lines (see https://github.com/buildout/buildout/issues/134).
+ Add an --allow-site-packges option to bootstrap.py, defaulting to False.
If the value is false, strip any "site packages" (as defined by the
site module) from sys.path before attempting to import setuptools / pkg_resources.
+ Updated the URL used to fetch ez_setup.py to the official,
non-version- pinned version.
- Changes between version 2.2.0 and 2.1.0
+ Handle both addition and subtraction of elements (+= and -=) on
the same key in the same section. Forward-ported from buildout 1.6.
+ Suppress the useless Link to ***BLOCKED*** by --allow-hosts error
message being emitted by distribute / setuptools.
+ Extend distutils script generation to support module docstrings and
_future__ imports.
+ Refactored picked versions logic to make it easier to use for plugins.
+ Use get_win_launcher API to find Windows launcher (falling back to resource
_string for cli.exe).
+ Remove data_files from setup.py: it was installing README.txt in current
directory during installation (merged from 1.x branch).
+ Switch dependency from distribute 0.6.x to setuptools 0.7.x.
- Use download url as source url
- Replace python-distribute with python-setuptools BuildRequires
- Add documentation from tarball
- Update to 2.1.0:
- Meta-recipe support
- Conditional sections
- Buildout now accepts a --version command-line option to print
its version.
Fixed: Builout didn't exit with a non-zero exit status if there was a
failure in combination with an upgrade.
Fixed: We now fail with an informative error when an old bootstrap
script causes buildout 2 to be used with setuptools.
Fixed: An error incorrectly suggested that buildout 2 implemented all
of the functionality of dumppickedversions.
Fixed: Buildout generated bad scripts when no eggs needed to be added
to sys.path.
Fixed: Buildout didn't honour Unix umask when generating scripts.
https://bugs.launchpad.net/zc.buildout/+bug/180705
Fixed: update-versions-file didn't work unless
show-picked-versions was also set.
https://github.com/buildout/buildout/issues/71
- Update to version 1.7.1:
* Fixed: Constraints intended to prevent upgrading to
buildout-2-compatible recipes weren't expressed correctly, leading to
unintendional use of zc.recipe.egg-2.0.0a3.
- Update to version 1.7.0:
* Unless version requirements are specified, buildout won't upgrade
itself past version 1.
* Versions in versions sections can now be simple constraints, like <2.0dev
in addition to being simple versions.
* This is used to prevent upgrading zc.recipe.egg and zc.recipe.testrunner
past version 1.
* If buildout is bootstrapped with a non-final release, it won't downgrade
itself to a final release.
* Fix: distribute 0.6.33 broke Python 2.4 compatibility
remove data_files from setup.py, which was installing README.txt in
current directory during installation [Domen Kožar]
Windows fix: use cli-64.exe/cli.exe depending on 64/32 bit and try cli.exe
if cli-64.exe is not found, fixing 9c6be7ac6d218f09e33725e07dccc4af74d8cf97
* Windows fix: buildout init was broken, re.sub does not like a single backslash
* fixed all builds on travis-ci
use os._exit insted of sys.exit after ugrade forking
Revert cfa0478937d16769c268bf51e60e69cd3ead50f3, it only broke a feature
- Regenerate spec file with py2pack.
- patch license to follow spdx.org standard
- Update to 1.5.2.
- Update to 1.5.1.
- Update to 1.5.0.
- Update to 1.4.4.
- Update to 1.5.0b2.
- Update to 1.4.2.
- Initial package (1.4.1) for openSUSE.


Leap Reviewbot's avatar

openSUSE:Factory/python-zc.buildout@3 -> openSUSE:Leap:15.0/python-zc.buildout

the submitted sources are in or accepted for Factory

Request History
Sebastian Wagner's avatar

sebix created request

- update to 2.9.6:
* Fixed: could not install eggs when sdist file name and package name had different case.
- update to 2.9.5
* Use HTTPS for PyPI's index. PyPI redirects HTTP to HTTPS by default
now so using HTTPS directly avoids the potential for that redirect
being modified in flight.
- singlespec
- update to 2.9.4
- rename to python-zc.buildout
- Update to version 2.2.1
+ distutils scripts: correct order of operations on from ... import
lines (see https://github.com/buildout/buildout/issues/134).
+ Add an --allow-site-packges option to bootstrap.py, defaulting to False.
If the value is false, strip any "site packages" (as defined by the
site module) from sys.path before attempting to import setuptools / pkg_resources.
+ Updated the URL used to fetch ez_setup.py to the official,
non-version- pinned version.
- Changes between version 2.2.0 and 2.1.0
+ Handle both addition and subtraction of elements (+= and -=) on
the same key in the same section. Forward-ported from buildout 1.6.
+ Suppress the useless Link to ***BLOCKED*** by --allow-hosts error
message being emitted by distribute / setuptools.
+ Extend distutils script generation to support module docstrings and
_future__ imports.
+ Refactored picked versions logic to make it easier to use for plugins.
+ Use get_win_launcher API to find Windows launcher (falling back to resource
_string for cli.exe).
+ Remove data_files from setup.py: it was installing README.txt in current
directory during installation (merged from 1.x branch).
+ Switch dependency from distribute 0.6.x to setuptools 0.7.x.
- Use download url as source url
- Replace python-distribute with python-setuptools BuildRequires
- Add documentation from tarball
- Update to 2.1.0:
- Meta-recipe support
- Conditional sections
- Buildout now accepts a --version command-line option to print
its version.
Fixed: Builout didn't exit with a non-zero exit status if there was a
failure in combination with an upgrade.
Fixed: We now fail with an informative error when an old bootstrap
script causes buildout 2 to be used with setuptools.
Fixed: An error incorrectly suggested that buildout 2 implemented all
of the functionality of dumppickedversions.
Fixed: Buildout generated bad scripts when no eggs needed to be added
to sys.path.
Fixed: Buildout didn't honour Unix umask when generating scripts.
https://bugs.launchpad.net/zc.buildout/+bug/180705
Fixed: update-versions-file didn't work unless
show-picked-versions was also set.
https://github.com/buildout/buildout/issues/71
- Update to version 1.7.1:
* Fixed: Constraints intended to prevent upgrading to
buildout-2-compatible recipes weren't expressed correctly, leading to
unintendional use of zc.recipe.egg-2.0.0a3.
- Update to version 1.7.0:
* Unless version requirements are specified, buildout won't upgrade
itself past version 1.
* Versions in versions sections can now be simple constraints, like <2.0dev
in addition to being simple versions.
* This is used to prevent upgrading zc.recipe.egg and zc.recipe.testrunner
past version 1.
* If buildout is bootstrapped with a non-final release, it won't downgrade
itself to a final release.
* Fix: distribute 0.6.33 broke Python 2.4 compatibility
remove data_files from setup.py, which was installing README.txt in
current directory during installation [Domen Kožar]
Windows fix: use cli-64.exe/cli.exe depending on 64/32 bit and try cli.exe
if cli-64.exe is not found, fixing 9c6be7ac6d218f09e33725e07dccc4af74d8cf97
* Windows fix: buildout init was broken, re.sub does not like a single backslash
* fixed all builds on travis-ci
use os._exit insted of sys.exit after ugrade forking
Revert cfa0478937d16769c268bf51e60e69cd3ead50f3, it only broke a feature
- Regenerate spec file with py2pack.
- patch license to follow spdx.org standard
- Update to 1.5.2.
- Update to 1.5.1.
- Update to 1.5.0.
- Update to 1.4.4.
- Update to 1.5.0b2.
- Update to 1.4.2.
- Initial package (1.4.1) for openSUSE.


Factory Auto's avatar

factory-auto added repo-checker as a reviewer

Please review build success


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Leap Reviewbot's avatar

leaper added leap-reviewers as a reviewer


Leap Reviewbot's avatar

leaper accepted review

ok


Staging Bot's avatar

staging-bot added as a reviewer

Being evaluated by staging project "openSUSE:Leap:15.0:Staging:adi:18"


Staging Bot's avatar

staging-bot accepted review

Picked openSUSE:Leap:15.0:Staging:adi:18


Repo Checker's avatar

repo-checker accepted review

cycle and install check passed


Ludwig Nussel's avatar

lnussel accepted review


Staging Bot's avatar

staging-bot accepted review

ready to accept


Staging Bot's avatar

staging-bot approved review

ready to accept


Ludwig Nussel's avatar

lnussel_factory accepted request

Accept to openSUSE:Leap:15.0

openSUSE Build Service is sponsored by