From e61408f8779229f0601ea0e8dcc7f49e6eb0ac88 Mon Sep 17 00:00:00 2001 From: Jonathan Golder Date: Fri, 5 Oct 2018 11:46:44 +0200 Subject: [PATCH 1/3] Remove jogobot submodule --- .gitmodules | 3 --- jogobot | 1 - 2 files changed, 4 deletions(-) delete mode 100644 .gitmodules delete mode 160000 jogobot diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 07bf754..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "jogobot"] - path = jogobot - url = ../jogobot diff --git a/jogobot b/jogobot deleted file mode 160000 index d69d873..0000000 --- a/jogobot +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d69d873624abb70a25a0aef711a635cfc88aa7e9 From 871cbccc72b36982c7a37021ff48e4ad9e72663c Mon Sep 17 00:00:00 2001 From: Jonathan Golder Date: Fri, 5 Oct 2018 11:50:58 +0200 Subject: [PATCH 2/3] Define requirements --- README.md | 19 +++++++++++++++---- requirements.txt | 8 ++++++++ 2 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index d09df26..68b86ac 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,21 @@ of [User:JogoBot](https://de.wikipedia.org/wiki/Benutzer:JogoBot) on the On [JogoBots wikipedia user page](https://de.wikipedia.org/wiki/Benutzer:JogoBot/Charts) a more detailed description can be found. ## Requirements -* Python 3.4+ (at least it is only tested with those) -* pywikibot-core 2.0 -* [jogobot-core module](https://github.com/golderweb/wiki-jogobot-core) used as submodule -* [Isoweek module](https://pypi.python.org/pypi/isoweek) +* python3.4+ + + +* pywikibot-core + + +The libraries above need to be installed and configured manualy considering [documentation of pywikibot-core](https://www.mediawiki.org/wiki/Manual:Pywikibot). + +* mwparserfromhell +* isoweek +* [jogobot-core module](https://git.golderweb.de/wiki/jogobot) + +Those can be installed using pip and the _requirements.txt_ file provided with this packet + + pip install -r requirements.txt ## Versions * v1.2 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..5f5ac25 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +# mwparserfromhell +mwparserfromhell + +# isoweek +isoweek + +# jogobot +git+https://git.golderweb.de/wiki/jogobot.git#egg=jogobot From 7bc4f546f8b737b895365a3f035c6574119e151a Mon Sep 17 00:00:00 2001 From: Jonathan Golder Date: Fri, 5 Oct 2018 12:26:38 +0200 Subject: [PATCH 3/3] Prepare release v1.3 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68b86ac..66c89fd 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ Those can be installed using pip and the _requirements.txt_ file provided with t pip install -r requirements.txt ## Versions + +* v1.3 + - jogobot module not longer included * v1.2 - improved repo structure * v1.1 @@ -31,10 +34,10 @@ Those can be installed using pip and the _requirements.txt_ file provided with t - first stable release ## Bugs -[wiki-jogobot-charts on fs.golderweb.de (de)](https://fs.golderweb.de/proj20) +[jogobot-charts Issues](https://git.golderweb.de/wiki/jogobot-charts/issues) ## License GPLv3+ ## Author Information -Copyright 2017 Jonathan Golder +Copyright 2018 Jonathan Golder