Skip to Content.
Sympa Menu

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

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 (cf5167637143f80675556b8607bf2f831dcbeb37)
  • Date: Wed, 22 Feb 2017 16:09:37 +0000

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

python-pypi/pudb/DETAILS | 4 ++--
python-pypi/pudb/HISTORY | 4 ++++
python-pypi/pudb/PRE_BUILD | 5 +++++
3 files changed, 11 insertions(+), 2 deletions(-)

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

pudb: => 2017.1.1

diff --git a/python-pypi/pudb/DETAILS b/python-pypi/pudb/DETAILS
index 0ce608a..21071f0 100755
--- a/python-pypi/pudb/DETAILS
+++ b/python-pypi/pudb/DETAILS
@@ -1,8 +1,8 @@
SPELL=pudb
- VERSION=2016.2
+ VERSION=2017.1.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://pypi.org/packages/source/p/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:169ee8582b4e23745eea92b50486dedd2dd0decf57b6af226d462bb6d410fb3ef984e21e4a823ae14e6c52d73d765d846a060c03c9b73ca726064aa551848161
+
SOURCE_HASH=sha512:4c01581f2bdce21876bc67548b235ccbe9990543feabc5a5fff073069a65afde2cdd586deee133e0da20e24312c05012677aa56e33563c82b853c2ebec6e7fc7
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://pypi.python.org/pypi/pudb
ENTERED=20130210
diff --git a/python-pypi/pudb/HISTORY b/python-pypi/pudb/HISTORY
index b45bc49..d3d18f2 100644
--- a/python-pypi/pudb/HISTORY
+++ b/python-pypi/pudb/HISTORY
@@ -1,3 +1,7 @@
+2017-02-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2017.1.1
+ * PRE_BUILD: added, to not write the config file on installation
+
2016-10-15 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2016.2; updated source url

diff --git a/python-pypi/pudb/PRE_BUILD b/python-pypi/pudb/PRE_BUILD
new file mode 100755
index 0000000..841c708
--- /dev/null
+++ b/python-pypi/pudb/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+# prevent from config writing on installation
+sedit "/^save_config/d" pudb/__init__.py



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cf5167637143f80675556b8607bf2f831dcbeb37), Vlad Glagolev, 02/22/2017

Archive powered by MHonArc 2.6.24.

Top of Page