Skip to Content.
Sympa Menu

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

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 (585ff71e621818f24c3387a9a2ca1501dbcce8ed)
  • Date: Mon, 5 Dec 2016 16:15:03 +0000

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

python-pypi/bpython/DEPENDS | 1 +
python-pypi/bpython/DETAILS | 6 +++---
python-pypi/bpython/HISTORY | 4 ++++
3 files changed, 8 insertions(+), 3 deletions(-)

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

bpython: => 0.16

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

+# TODO: add jedi optional dependency once it's available in the grimoire
suggest_depends urwid "" "" "for console interface support" &&
suggest_depends python-watchdog "" "" "for watching changes in imported
modules"
diff --git a/python-pypi/bpython/DETAILS b/python-pypi/bpython/DETAILS
index 526611b..f3e8ea6 100755
--- a/python-pypi/bpython/DETAILS
+++ b/python-pypi/bpython/DETAILS
@@ -1,8 +1,8 @@
SPELL=bpython
- VERSION=0.15
+ VERSION=0.16
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://www.bpython-interpreter.org/releases/$SOURCE
-
SOURCE_HASH=sha512:b82be7a8aee13f79cec5361841bba3d211dfcdb16fe36e37d2fb282549d7f00f278219bbf210fce3a857de633a1f5326276b04ef4780aafcff6a567e558e0d58
+ SOURCE_URL[0]=https://pypi.io/packages/source/b/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:1173d720aa679e4a6079c7febd36abbffa901604c99c6d1ce1e940a8fbcf8a4ba7bc526de0ef5290e3859a4384d1cd5cbef62fd9f056ddcb545b64d69d103a5b
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.bpython-interpreter.org/
LICENSE[0]=MIT
diff --git a/python-pypi/bpython/HISTORY b/python-pypi/bpython/HISTORY
index 8c79f36..be56f03 100644
--- a/python-pypi/bpython/HISTORY
+++ b/python-pypi/bpython/HISTORY
@@ -1,3 +1,7 @@
+2016-12-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.16; updated source url
+ * DEPENDS: added a note about jedi
+
2016-03-16 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.15




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (585ff71e621818f24c3387a9a2ca1501dbcce8ed), Vlad Glagolev, 12/05/2016

Archive powered by MHonArc 2.6.24.

Top of Page