Skip to Content.
Sympa Menu

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

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 (92392604b011832c24c540438789a21e93e0b17a)
  • Date: Mon, 26 Mar 2018 17:03:02 +0000

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

ChangeLog | 4 ++++
python-pypi/xmltodict/DEPENDS | 1 +
python-pypi/xmltodict/DETAILS | 15 +++++++++++++++
python-pypi/xmltodict/HISTORY | 2 ++
python-pypi/yq/DETAILS | 8 ++++----
python-pypi/yq/HISTORY | 4 ++++
6 files changed, 30 insertions(+), 4 deletions(-)

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

yq: => 2.4.1

commit 8eb5c83ee00d30ff67ccdf6ab42cfa74b0152eaa
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xmltodict: new spell, makes working with XML feel like you are working
with JSON

diff --git a/ChangeLog b/ChangeLog
index fa4d6a7..728f75c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/xmltodict: new spell, makes working with XML feel like
+ you are working with JSON
+
2018-03-24 Vlad Glagolev <stealth AT sourcemage.org>
* utils/ddgr: new spell, DuckDuckGo from the terminal

diff --git a/python-pypi/xmltodict/DEPENDS b/python-pypi/xmltodict/DEPENDS
new file mode 100755
index 0000000..6de4242
--- /dev/null
+++ b/python-pypi/xmltodict/DEPENDS
@@ -0,0 +1 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS"
diff --git a/python-pypi/xmltodict/DETAILS b/python-pypi/xmltodict/DETAILS
new file mode 100755
index 0000000..cac702a
--- /dev/null
+++ b/python-pypi/xmltodict/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=xmltodict
+ VERSION=0.11.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.org/packages/source/x/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:d42ef146a40f386a5389958f890605c560ce9db2da4447099b8725edc1998339b77ea732576fc7e77fbe5a755a2dc3239dfae4a82fc6593c5f977145ab445295
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/martinblech/xmltodict
+ LICENSE[0]=MIT
+ ENTERED=20180326
+ KEYWORDS="xml"
+ SHORT="makes working with XML feel like you are working with JSON"
+cat << EOF
+xmltodict is a Python module that makes working with XML feel like you are
+working with JSON.
+EOF
diff --git a/python-pypi/xmltodict/HISTORY b/python-pypi/xmltodict/HISTORY
new file mode 100644
index 0000000..e5437c4
--- /dev/null
+++ b/python-pypi/xmltodict/HISTORY
@@ -0,0 +1,2 @@
+2018-03-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 0.11.0
diff --git a/python-pypi/yq/DETAILS b/python-pypi/yq/DETAILS
index 1ee3b97..45c1a16 100755
--- a/python-pypi/yq/DETAILS
+++ b/python-pypi/yq/DETAILS
@@ -1,13 +1,13 @@
SPELL=yq
- VERSION=2.3.3
+ VERSION=2.4.1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=https://pypi.io/packages/source/y/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:58461c74f907be241047197967ec316ea6ffe2accd99c8b97a158369d06f32c758c56edaeea30d3e4988e295a58fabeb47d960097b136c6b0bf16c2792b7f75d
+
SOURCE_HASH=sha512:bc6c535e958f92c23c9e5a081e236ca402dd8e79d68624734ad20b5acae245d3c1e6344cb2ccdb6da27c2d5d8cf420ce30615dbfd19ca7e57f95a6e670a8c59a
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://github.com/kislyuk/yq
LICENSE[0]=APACHE
ENTERED=20171009
- SHORT="command-line YAML processor"
+ SHORT="command-line YAML and XML processor"
cat << EOF
-yq is a jq wrapper for YAML documents.
+yq is a jq wrapper for YAML/XML documents.
EOF
diff --git a/python-pypi/yq/HISTORY b/python-pypi/yq/HISTORY
index 12e804e..8da93dd 100644
--- a/python-pypi/yq/HISTORY
+++ b/python-pypi/yq/HISTORY
@@ -1,2 +1,6 @@
+2018-03-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.4.1; updated descriptions
+ * DEPENDS: introduced new dependency on xmltodict
+
2017-10-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS: created spell, version 2.3.3



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (92392604b011832c24c540438789a21e93e0b17a), Vlad Glagolev, 03/26/2018

Archive powered by MHonArc 2.6.24.

Top of Page