[MediaWiki-commits] [Gerrit] pywikibot...FLOSSbot[master]: require 3.0-dev of pywikibot

2016-09-10 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: require 3.0-dev of pywikibot
..


require 3.0-dev of pywikibot

By default 2.0rc5 is selected when checking out master. Explicitly
require 3.0-dev instead.

Change-Id: I96496b2d8a4db11557925aef882b8d935691aec6
Signed-off-by: Loic Dachary 
---
M requirements.txt
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Dachary: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/requirements.txt b/requirements.txt
index 86bfaca..1923f79 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
 coverage==4.2
 d2to1==0.2.12.post1
 flake8
--e 
git+https://gerrit.wikimedia.org/r/p/pywikibot/core@5ad518163b4acb10c4574dab7292206179b4cbbc#egg=pywikibot
+git+https://gerrit.wikimedia.org/r/p/pywikibot/core@master#egg=pywikibot==3.0.dev0
 isort==4.2.5
 mccabe==0.5.2
 mock==2.0.0

-- 
To view, visit https://gerrit.wikimedia.org/r/309799
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I96496b2d8a4db11557925aef882b8d935691aec6
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/bots/FLOSSbot
Gerrit-Branch: master
Gerrit-Owner: Dachary 
Gerrit-Reviewer: Dachary 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] pywikibot...FLOSSbot[master]: require 3.0-dev of pywikibot

2016-09-10 Thread Dachary (Code Review)
Dachary has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/309799

Change subject: require 3.0-dev of pywikibot
..

require 3.0-dev of pywikibot

By default 2.0rc5 is selected when checking out master. Explicitly
require 3.0-dev instead.

Change-Id: I96496b2d8a4db11557925aef882b8d935691aec6
Signed-off-by: Loic Dachary 
---
M requirements.txt
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/bots/FLOSSbot 
refs/changes/99/309799/1

diff --git a/requirements.txt b/requirements.txt
index 86bfaca..1923f79 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
 coverage==4.2
 d2to1==0.2.12.post1
 flake8
--e 
git+https://gerrit.wikimedia.org/r/p/pywikibot/core@5ad518163b4acb10c4574dab7292206179b4cbbc#egg=pywikibot
+git+https://gerrit.wikimedia.org/r/p/pywikibot/core@master#egg=pywikibot==3.0.dev0
 isort==4.2.5
 mccabe==0.5.2
 mock==2.0.0

-- 
To view, visit https://gerrit.wikimedia.org/r/309799
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I96496b2d8a4db11557925aef882b8d935691aec6
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/bots/FLOSSbot
Gerrit-Branch: master
Gerrit-Owner: Dachary 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] pywikibot...FLOSSbot[master]: require 3.0-dev of pywikibot

2016-09-10 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: require 3.0-dev of pywikibot
..


require 3.0-dev of pywikibot

For some reason requiring the master branch of pywikibot, which
currently is 5ad518163b4acb10c4574dab7292206179b4cbbc ends up installing
2.0rc5. But requiring 5ad518163b4acb10c4574dab7292206179b4cbbc installs
the desired 3.0-dev version

Change-Id: I44e3c3834ef676fb0eafe7c5da522fd9a8d1
Signed-off-by: Loic Dachary 
---
M requirements.txt
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Dachary: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/requirements.txt b/requirements.txt
index ffddac2..86bfaca 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
 coverage==4.2
 d2to1==0.2.12.post1
 flake8
--e git+https://gerrit.wikimedia.org/r/p/pywikibot/core@master#egg=pywikibot
+-e 
git+https://gerrit.wikimedia.org/r/p/pywikibot/core@5ad518163b4acb10c4574dab7292206179b4cbbc#egg=pywikibot
 isort==4.2.5
 mccabe==0.5.2
 mock==2.0.0

-- 
To view, visit https://gerrit.wikimedia.org/r/309772
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I44e3c3834ef676fb0eafe7c5da522fd9a8d1
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/bots/FLOSSbot
Gerrit-Branch: master
Gerrit-Owner: Dachary 
Gerrit-Reviewer: Dachary 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] pywikibot...FLOSSbot[master]: require 3.0-dev of pywikibot

2016-09-10 Thread Dachary (Code Review)
Dachary has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/309772

Change subject: require 3.0-dev of pywikibot
..

require 3.0-dev of pywikibot

For some reason requiring the master branch of pywikibot, which
currently is 5ad518163b4acb10c4574dab7292206179b4cbbc ends up installing
2.0rc5. But requiring 5ad518163b4acb10c4574dab7292206179b4cbbc installs
the desired 3.0-dev version

Change-Id: I44e3c3834ef676fb0eafe7c5da522fd9a8d1
Signed-off-by: Loic Dachary 
---
M requirements.txt
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/bots/FLOSSbot 
refs/changes/72/309772/1

diff --git a/requirements.txt b/requirements.txt
index ffddac2..86bfaca 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
 coverage==4.2
 d2to1==0.2.12.post1
 flake8
--e git+https://gerrit.wikimedia.org/r/p/pywikibot/core@master#egg=pywikibot
+-e 
git+https://gerrit.wikimedia.org/r/p/pywikibot/core@5ad518163b4acb10c4574dab7292206179b4cbbc#egg=pywikibot
 isort==4.2.5
 mccabe==0.5.2
 mock==2.0.0

-- 
To view, visit https://gerrit.wikimedia.org/r/309772
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I44e3c3834ef676fb0eafe7c5da522fd9a8d1
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/bots/FLOSSbot
Gerrit-Branch: master
Gerrit-Owner: Dachary 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits