Revisions of python-zc.buildout

Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 25)
branch from 15.0
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 603986 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 24)
Automatic request from openSUSE:Factory by UpdateCrawler
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 585694 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 23)
Automatic request from openSUSE:Factory by UpdateCrawler
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 570679 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 22)
Automatic request from openSUSE:Factory by UpdateCrawler
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 556056 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 21)
- 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 <URL> ***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.
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 20)
branch from 15.0
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 603986 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 19)
Automatic request from openSUSE:Factory by UpdateCrawler
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 585694 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 18)
Automatic request from openSUSE:Factory by UpdateCrawler
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 570679 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 17)
Automatic request from openSUSE:Factory by UpdateCrawler
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 556056 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 16)
- 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 <URL> ***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.
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 15)
branch from 15.0
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 603986 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 14)
Automatic request from openSUSE:Factory by UpdateCrawler
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 585694 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 13)
Automatic request from openSUSE:Factory by UpdateCrawler
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 570679 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 12)
Automatic request from openSUSE:Factory by UpdateCrawler
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 556056 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 11)
- 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 <URL> ***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.
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 10)
branch from 15.0
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 9)
branch from 15.0
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 603986 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 8)
Automatic request from openSUSE:Factory by UpdateCrawler
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 585694 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 7)
Automatic request from openSUSE:Factory by UpdateCrawler
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 570679 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 6)
Automatic request from openSUSE:Factory by UpdateCrawler
Displaying revisions 1 - 20 of 25
openSUSE Build Service is sponsored by