From 181f2be3a0219048bfb68972b77da15a9f91a86f Mon Sep 17 00:00:00 2001 From: bjorn-out Date: Sat, 7 Dec 2019 23:26:32 +0100 Subject: [PATCH] prepare migrating uva_check50 to apltools --- cards/.cs50.yaml | 2 +- climate/.cs50.yaml | 2 +- py/all/.cs50.yaml | 2 +- py/caesar/.cs50.yaml | 2 +- py/fifteen/.cs50.yaml | 2 +- py/find/.cs50.yaml | 2 +- py/greedy/.cs50.yaml | 2 +- py/hello/.cs50.yaml | 2 +- py/mario/.cs50.yaml | 2 +- py/vigenere/.cs50.yaml | 2 +- scores/less/.cs50.yml | 2 +- sentimental/.cs50.yaml | 2 +- sudoku/less/.cs50.yaml | 2 +- sudoku/more/.cs50.yaml | 2 +- tweet/.cs50.yaml | 2 +- virus/.cs50.yaml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/cards/.cs50.yaml b/cards/.cs50.yaml index 2c1f663..4600b54 100644 --- a/cards/.cs50.yaml +++ b/cards/.cs50.yaml @@ -3,7 +3,7 @@ check50: - !exclude "*" - !require cardgame.py dependencies: - - "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.3" + - "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.3" submit50: diff --git a/climate/.cs50.yaml b/climate/.cs50.yaml index 056bfd8..db3806b 100644 --- a/climate/.cs50.yaml +++ b/climate/.cs50.yaml @@ -4,7 +4,7 @@ check50: - !require climate.ipynb dependencies: - "jupyter" - - "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.3" + - "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.3" submit50: diff --git a/py/all/.cs50.yaml b/py/all/.cs50.yaml index 0ff21d3..1dcfdfe 100644 --- a/py/all/.cs50.yaml +++ b/py/all/.cs50.yaml @@ -6,7 +6,7 @@ check50: - !require greedy.py - !require vigenere.py dependencies: - - "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2" + - "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2" submit50: files: *check50_files diff --git a/py/caesar/.cs50.yaml b/py/caesar/.cs50.yaml index 8463dc1..b5259cd 100644 --- a/py/caesar/.cs50.yaml +++ b/py/caesar/.cs50.yaml @@ -3,7 +3,7 @@ check50: - !exclude "*" - !require caesar.py dependencies: - - "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2" + - "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2" submit50: files: *check50_files diff --git a/py/fifteen/.cs50.yaml b/py/fifteen/.cs50.yaml index cebd052..4ffebf1 100644 --- a/py/fifteen/.cs50.yaml +++ b/py/fifteen/.cs50.yaml @@ -3,7 +3,7 @@ check50: - !exclude "*" - !require fifteen.py dependencies: - - "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2" + - "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2" submit50: files: *check50_files diff --git a/py/find/.cs50.yaml b/py/find/.cs50.yaml index 5474026..a33bd42 100644 --- a/py/find/.cs50.yaml +++ b/py/find/.cs50.yaml @@ -3,7 +3,7 @@ check50: - !exclude "*" - !require find.py dependencies: - - "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2" + - "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2" submit50: files: *check50_files diff --git a/py/greedy/.cs50.yaml b/py/greedy/.cs50.yaml index 9a8e3e8..236e4a5 100644 --- a/py/greedy/.cs50.yaml +++ b/py/greedy/.cs50.yaml @@ -3,7 +3,7 @@ check50: - !exclude "*" - !require greedy.py dependencies: - - "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2" + - "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2" submit50: files: *check50_files diff --git a/py/hello/.cs50.yaml b/py/hello/.cs50.yaml index 90104ff..8465a8c 100644 --- a/py/hello/.cs50.yaml +++ b/py/hello/.cs50.yaml @@ -3,7 +3,7 @@ check50: - !exclude "*" - !require hello.py dependencies: - - "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2" + - "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2" submit50: files: *check50_files diff --git a/py/mario/.cs50.yaml b/py/mario/.cs50.yaml index 218189a..b18ccf5 100644 --- a/py/mario/.cs50.yaml +++ b/py/mario/.cs50.yaml @@ -3,7 +3,7 @@ check50: - !exclude "*" - !require mario.py dependencies: - - "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2" + - "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2" submit50: files: *check50_files diff --git a/py/vigenere/.cs50.yaml b/py/vigenere/.cs50.yaml index e72bcf4..ddee47e 100644 --- a/py/vigenere/.cs50.yaml +++ b/py/vigenere/.cs50.yaml @@ -3,7 +3,7 @@ check50: - !exclude "*" - !require vigenere.py dependencies: - - "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2" + - "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2" submit50: files: *check50_files diff --git a/scores/less/.cs50.yml b/scores/less/.cs50.yml index 43c3a1d..64cb8cd 100644 --- a/scores/less/.cs50.yml +++ b/scores/less/.cs50.yml @@ -3,7 +3,7 @@ check50: - !exclude "*" - !require scores.py dependencies: - - "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2" + - "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2" submit50: files: *check50_files diff --git a/sentimental/.cs50.yaml b/sentimental/.cs50.yaml index 0ff21d3..1dcfdfe 100644 --- a/sentimental/.cs50.yaml +++ b/sentimental/.cs50.yaml @@ -6,7 +6,7 @@ check50: - !require greedy.py - !require vigenere.py dependencies: - - "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2" + - "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2" submit50: files: *check50_files diff --git a/sudoku/less/.cs50.yaml b/sudoku/less/.cs50.yaml index e4da06e..85713c4 100644 --- a/sudoku/less/.cs50.yaml +++ b/sudoku/less/.cs50.yaml @@ -3,7 +3,7 @@ check50: - !exclude "*" - !require sudoku.ipynb dependencies: - - "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.3" + - "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.3" - "jupyter" submit50: diff --git a/sudoku/more/.cs50.yaml b/sudoku/more/.cs50.yaml index e4da06e..85713c4 100644 --- a/sudoku/more/.cs50.yaml +++ b/sudoku/more/.cs50.yaml @@ -3,7 +3,7 @@ check50: - !exclude "*" - !require sudoku.ipynb dependencies: - - "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.3" + - "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.3" - "jupyter" submit50: diff --git a/tweet/.cs50.yaml b/tweet/.cs50.yaml index 67ca8ec..0acdbfc 100644 --- a/tweet/.cs50.yaml +++ b/tweet/.cs50.yaml @@ -3,7 +3,7 @@ check50: - !exclude "*" - !require tweet.py dependencies: - - "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.2" + - "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.2" - "nltk" - "python-dateutil" diff --git a/virus/.cs50.yaml b/virus/.cs50.yaml index 7e47af8..ec379cc 100644 --- a/virus/.cs50.yaml +++ b/virus/.cs50.yaml @@ -4,7 +4,7 @@ check50: - !require virus.ipynb dependencies: - "jupyter" - - "git+https://github.com/jelleas/uva_check50.git#egg=uva.check50>=0.0.3" + - "git+https://github.com/apltools/uva_check50.git#egg=uva.check50>=0.0.3" submit50: files: *check50_files