Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ac49019fae6f1bfb42c0b92d618ee210bd363829)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ac49019fae6f1bfb42c0b92d618ee210bd363829)
  • Date: Tue, 4 Aug 2015 16:02:06 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/bpython/DEPENDS | 4 ++--
python-pypi/bpython/HISTORY | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit c215d822e44ca389a7f13c3719988fec8bf5015c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

bpython: removed pygtk2

commit 4f93d0c38259d70a03b49b067fb2b436256de565
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

bpython: added python-watchdog suggest dependency

diff --git a/python-pypi/bpython/DEPENDS b/python-pypi/bpython/DEPENDS
index 1d890b3..454b5df 100755
--- a/python-pypi/bpython/DEPENDS
+++ b/python-pypi/bpython/DEPENDS
@@ -5,5 +5,5 @@ depends requests &&
depends curtsies &&
depends greenlet &&

-suggest_depends pygtk2 "" "" "for GTK interface support" &&
-suggest_depends urwid "" "" "for console interface support"
+suggest_depends urwid "" "" "for console interface support" &&
+suggest_depends python-watchdog "" "" "for watching changes in imported
modules"
diff --git a/python-pypi/bpython/HISTORY b/python-pypi/bpython/HISTORY
index 2fe8ced..6692009 100644
--- a/python-pypi/bpython/HISTORY
+++ b/python-pypi/bpython/HISTORY
@@ -1,7 +1,8 @@
2015-08-04 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.14.2
* DEPENDS: curtsies and greenlet become strict, added six dep, python
->
- PYTHON
+ PYTHON; added python-watchdog suggest dep; removed pygtk2 because of
+ dropped GTK+ frontend

2015-03-17 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added missing dependency -- requests



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ac49019fae6f1bfb42c0b92d618ee210bd363829), Vlad Glagolev, 08/04/2015

Archive powered by MHonArc 2.6.24.

Top of Page