[go: up one dir, main page]

Skip to content

Commit

Permalink
upgraded Syncless to 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Szabo committed Jan 5, 2012
1 parent 1937e5b commit 0f3f8b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -626,8 +626,8 @@ patchsyncless() {
test "$IS_CO" || return 0
( cd "$BUILDDIR" || return "$?"
rm -rf syncless-* syncless.dir Lib/syncless Modules/syncless || return "$?"
tar xzvf ../syncless-0.24.tar.gz || return "$?"
mv syncless-0.24 syncless.dir || return "$?"
tar xzvf ../syncless-0.25.tar.gz || return "$?"
mv syncless-0.25 syncless.dir || return "$?"
mkdir Lib/syncless Modules/syncless || return "$?"
cp syncless.dir/syncless/*.py Lib/syncless/ || return "$?"
generate_loader_py _syncless_coio syncless.coio || return "$?"
Expand Down
Binary file removed syncless-0.24.tar.gz
Binary file not shown.
Binary file added syncless-0.25.tar.gz
Binary file not shown.

0 comments on commit 0f3f8b2

Please sign in to comment.