Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (94c650b82d4458e3a14c25f790baf6f2526cf480)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (94c650b82d4458e3a14c25f790baf6f2526cf480)
  • Date: Sat, 13 Feb 2021 02:05:09 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/python-requests-toolbelt/DEPENDS | 2 ++
python-pypi/python-requests-toolbelt/DETAILS | 15 +++++++++++++++
python-pypi/python-requests-toolbelt/HISTORY | 2 ++
science/octave/DETAILS | 4 ++--
science/octave/HISTORY | 3 +++
6 files changed, 28 insertions(+), 2 deletions(-)

New commits:
commit 94c650b82d4458e3a14c25f790baf6f2526cf480
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

octave 6.1.0

commit b358a25852609d54da3a2f8ff57911008fe94834
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

python-requests-toolbelt: new spell, Useful classes and functions to be
used with python-requests

diff --git a/ChangeLog b/ChangeLog
index 8e1ebd1..0a994b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-02-12 Ismael Luceno <ismael AT sourcemage.org>
+ * python-pypi/python-requests-toolbelt: new spell, Useful classes
+ and functions to be used with python-requests
+
2021-02-08 Ismael Luceno <ismael AT sourcemage.org>
* editors/fig2dev: new spell, based on transfig
* editors/transfig: spell deprecated [renamed to fig2dev]
diff --git a/python-pypi/python-requests-toolbelt/DEPENDS
b/python-pypi/python-requests-toolbelt/DEPENDS
new file mode 100755
index 0000000..9961a1f
--- /dev/null
+++ b/python-pypi/python-requests-toolbelt/DEPENDS
@@ -0,0 +1,2 @@
+depends python3 &&
+depends requests
diff --git a/python-pypi/python-requests-toolbelt/DETAILS
b/python-pypi/python-requests-toolbelt/DETAILS
new file mode 100755
index 0000000..3f03196
--- /dev/null
+++ b/python-pypi/python-requests-toolbelt/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=python-requests-toolbelt
+ VERSION=0.9.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/requests/toolbelt/archive/$VERSION.tar.gz
+
SOURCE_HASH=sha512:12667056c225ce0bc88a5959660103feed23810890abd3890ef15581aa64c09c0552c3974473e1742cbe6200bd37d6475ad34ec051e83d4fbf0a33f320dbc0cc
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/toolbelt-$VERSION"
+ WEB_SITE="https://github.com/requests/toolbelt";
+ LICENSE[0]="Apache-2.0"
+ ENTERED=20210212
+ KEYWORDS=""
+ SHORT="Useful classes and functions to be used with
python-requests"
+cat << EOF
+This is just a collection of utilities for python-requests, but don't really
+belong in requests proper.
+EOF
diff --git a/python-pypi/python-requests-toolbelt/HISTORY
b/python-pypi/python-requests-toolbelt/HISTORY
new file mode 100644
index 0000000..ba3d943
--- /dev/null
+++ b/python-pypi/python-requests-toolbelt/HISTORY
@@ -0,0 +1,2 @@
+2021-02-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/science/octave/DETAILS b/science/octave/DETAILS
index 2184a26..3e49e75 100755
--- a/science/octave/DETAILS
+++ b/science/octave/DETAILS
@@ -1,6 +1,6 @@
SPELL=octave
- VERSION=5.2.0
-
SOURCE_HASH=sha512:1d88e9f7aec4306cad676ba1ccfcd2ac561aa12c3da0769d3a375deff742c4924c8f8660a949db23ad4011495907bfbb856ce05d2f95b3450d8b2a4da4ef2361
+ VERSION=6.1.0
+
SOURCE_HASH=sha512:e8be454178c89a2fe5586df09097e7055dc669a9d26e6a838b53ace54a77c5b1d0699cdedd02dca60fa473f2eda45b4e422c8c74017c1a101cff036dcb4537ba
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
diff --git a/science/octave/HISTORY b/science/octave/HISTORY
index cea7312..c6eed13 100644
--- a/science/octave/HISTORY
+++ b/science/octave/HISTORY
@@ -1,3 +1,6 @@
+2021-02-13 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 6.1.0
+
2020-02-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 5.2.0




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (94c650b82d4458e3a14c25f790baf6f2526cf480), Ismael Luceno, 02/12/2021

Archive powered by MHonArc 2.6.24.

Top of Page