- 25 Jan, 2013 7 commits
-
-
Reinout van Rees authored
-
Reinout van Rees authored
The Python package index is case-insensitive. Both http://pypi.python.org/simple/Django/ and http://pypi.python.org/simple/dJaNgO/ work. And distributions aren't always naming themselves consistently case-wise. So all version names are normalized and case differences won't impact the pinning.
-
Reinout van Rees authored
-
Reinout van Rees authored
Possible problem: distribute is also reported as have-to-pick. So I pinned it to 0.6.34, the current value. It might bite us later on, I fear. I don't know enough about the setup to be sure.
-
Reinout van Rees authored
-
Reinout van Rees authored
Included: functionality (copy/pasted from buildout-versions) to actually record and print the picked versions. For this, two new class-level attributes on the Installer are added. TODO: testing whether the printing of what required what also works.
-
Reinout van Rees authored
The [versions] section is checked for a 'python' key. Functionality copied from buildout-versions. Includes documentation and tests.
-
- 24 Jan, 2013 1 commit
-
-
Reinout van Rees authored
-
- 23 Jan, 2013 2 commits
-
-
Reinout van Rees authored
Everything is in place now for actually implementing it.
-
Reinout van Rees authored
I need to go through buildout-versions' finish() method, still.
-
- 21 Jan, 2013 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 20 Jan, 2013 11 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
option_name=value as a short-hand for:: buildout:option_name=value
-
Jim Fulton authored
Removed '-v' verbosity option from bin/test (just trying something)
-
Reinout van Rees authored
Removing the verbosity might make it more obvious where the two failures occur that zc.recipe.testrunner insists exist when running on travis.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 19 Jan, 2013 2 commits
-
-
Jim Fulton authored
favor of the versions sections. Add default versions to the versions section, if possible. This means adding a versions section (if necessary/possible).
-
Jim Fulton authored
commit.
-
- 17 Jan, 2013 4 commits
-
-
Jim Fulton authored
specific to the way I was developing on mac.
-
Jim Fulton authored
IncompatibleConstraintError.
-
Jim Fulton authored
correctly.
-
Jim Fulton authored
``versions`` section), so you know longer need to include:: versions = versions in a ``buildout`` section when pinning versions.
-
- 16 Jan, 2013 1 commit
-
-
Jim Fulton authored
-
- 15 Jan, 2013 2 commits
-
-
Jim Fulton authored
(which is how the buildout script gets generated).
-
Jim Fulton authored
-
- 13 Jan, 2013 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Fix macro inheritance bug
-
Jim Fulton authored
-
- 12 Jan, 2013 1 commit
-
-
Jim Fulton authored
options were treated as errors.
-