Skip to Content.
Sympa Menu

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

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 (d7f75f19c3b2d65867504aa3b8a30ad6150d9842)
  • Date: Fri, 6 Mar 2020 01:58:49 +0000

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

ChangeLog | 8 ++++++++
python-pypi/markdown-editor/DETAILS | 4 ++--
python-pypi/markdown-editor/HISTORY | 3 +++
python-pypi/oauthlib/DEPENDS | 11 +++++++++++
python-pypi/oauthlib/DETAILS | 14 ++++++++++++++
python-pypi/oauthlib/HISTORY | 2 ++
python-pypi/python-asana/DEPENDS | 5 +++++
python-pypi/python-asana/DETAILS | 14 ++++++++++++++
python-pypi/python-asana/HISTORY | 2 ++
python-pypi/requests-oauthlib/DEPENDS | 4 ++++
python-pypi/requests-oauthlib/DETAILS | 13 +++++++++++++
python-pypi/requests-oauthlib/HISTORY | 2 ++
12 files changed, 80 insertions(+), 2 deletions(-)

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

python-asana: new spell, official Python client library for the Asana API
v1

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

requests-oauthlib: new spell, OAuthlib authentication support for Requests

commit 597ea1708b83ac46671c661c757e0823fa541a02
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

oauthlib: new spell, generic, spec-compliant, thorough implementation of
the OAuth request-signing logic

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

markdown-editor: => 1.0.4

diff --git a/ChangeLog b/ChangeLog
index 6d27d3c..8150986 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2020-03-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/oauthlib: new spell, generic, spec-compliant, thorough
+ implementation of the OAuth request-signing logic
+ * python-pypi/requests-oauthlib: new spell, OAuthlib authentication
+ support for Requests
+ * python-pypi/python-asana: new spell, official Python client library
+ for the Asana API v1
+
2020-03-04 Thomas Orgis <sobukus AT sourcemage.org>
* disk/bcache-tools: new spell, managing bcache devices

diff --git a/python-pypi/markdown-editor/DETAILS
b/python-pypi/markdown-editor/DETAILS
index 7558d2c..b9f4d2a 100755
--- a/python-pypi/markdown-editor/DETAILS
+++ b/python-pypi/markdown-editor/DETAILS
@@ -1,9 +1,9 @@
SPELL=markdown-editor
SPELLX=Markdown-Editor
- VERSION=1.0.3
+ VERSION=1.0.4
SOURCE=${SPELLX}-${VERSION}.tar.gz
SOURCE_URL[0]=https://pypi.io/packages/source/M/${SPELLX}/${SOURCE}
-
SOURCE_HASH=sha512:a3363e720eded41bf298820f5b3a63ac3a1f4210531db307439e0379df33f39b8882fc58486c782acc59857962cf22facc7a0a30e17668331f32bb02c830f5f2
+
SOURCE_HASH=sha512:4d24c5492aabe780fa8bfb41f3abd3284571b603070392acdd0f3a26cf8ce7755acdd85a0deb8f20bde363542ad851ce4e4eedc812ec63d2c35d1d7aab138810
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
LICENSE[0]=MIT
WEB_SITE=https://github.com/ncornette/Python-Markdown-Editor
diff --git a/python-pypi/markdown-editor/HISTORY
b/python-pypi/markdown-editor/HISTORY
index ac0c6d6..b11fe96 100644
--- a/python-pypi/markdown-editor/HISTORY
+++ b/python-pypi/markdown-editor/HISTORY
@@ -1,3 +1,6 @@
+2020-03-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.0.4
+
2017-02-24 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.0.3
* DEPENDS: added pymdown-extensions
diff --git a/python-pypi/oauthlib/DEPENDS b/python-pypi/oauthlib/DEPENDS
new file mode 100755
index 0000000..75afd4d
--- /dev/null
+++ b/python-pypi/oauthlib/DEPENDS
@@ -0,0 +1,11 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS" &&
+
+optional_depends python-cryptography "" "" "for OAuth 1 with RSA-SHA1
signature support" &&
+
+optional_depends pyjwt "" "" "for OAuth 2 ServiceApplicationClient and OAuth
1 with RSA-SHA1 signature support" &&
+
+if is_depends_enabled ${SPELL} pyjwt; then
+ depends python-cryptography
+fi &&
+
+optional_depends blinker "" "" "for signalling support"
diff --git a/python-pypi/oauthlib/DETAILS b/python-pypi/oauthlib/DETAILS
new file mode 100755
index 0000000..9e730e6
--- /dev/null
+++ b/python-pypi/oauthlib/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=oauthlib
+ VERSION=3.1.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.org/packages/source/o/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:c295de232e0215532c501d8f0803bd501a15fe89a746179ba4facca878e4927c8c05f07825f483c4a846922fb49d6d89f559a8b49bb72b19903f902d772b790e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/oauthlib/oauthlib
+ LICENSE[0]=BSD
+ ENTERED=20200305
+ SHORT="generic, spec-compliant, thorough implementation of the
OAuth request-signing logic"
+cat << EOF
+OAuthLib is a framework which implements the logic of OAuth1 or OAuth2
without
+assuming a specific HTTP request object or web framework.
+EOF
diff --git a/python-pypi/oauthlib/HISTORY b/python-pypi/oauthlib/HISTORY
new file mode 100644
index 0000000..d0ad0e7
--- /dev/null
+++ b/python-pypi/oauthlib/HISTORY
@@ -0,0 +1,2 @@
+2020-03-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 3.1.0
diff --git a/python-pypi/python-asana/DEPENDS
b/python-pypi/python-asana/DEPENDS
new file mode 100755
index 0000000..bd53f8b
--- /dev/null
+++ b/python-pypi/python-asana/DEPENDS
@@ -0,0 +1,5 @@
+depends python &&
+depends SETUPTOOLS &&
+depends requests &&
+depends requests-oauthlib &&
+depends six
diff --git a/python-pypi/python-asana/DETAILS
b/python-pypi/python-asana/DETAILS
new file mode 100755
index 0000000..a78da71
--- /dev/null
+++ b/python-pypi/python-asana/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=python-asana
+ SPELLX=${SPELL/python-/}
+ VERSION=0.10.0
+ SOURCE="${SPELLX}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.org/packages/source/a/${SPELLX}/${SOURCE}
+
SOURCE_HASH=sha512:0b080a7f050d329839c1fdd029036bf5728f59390f0a2bf4af5de0bc3b4884183005538079a6a17f208a4331cb77884e62cf6dc6ab7c75f1a2b5da62a4542fcc
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=https://github.com/asana/python-asana
+ LICENSE[0]=MIT
+ ENTERED=20200305
+ SHORT="official Python client library for the Asana API v1"
+cat << EOF
+Python client library for Asana.
+EOF
diff --git a/python-pypi/python-asana/HISTORY
b/python-pypi/python-asana/HISTORY
new file mode 100644
index 0000000..0ac2396
--- /dev/null
+++ b/python-pypi/python-asana/HISTORY
@@ -0,0 +1,2 @@
+2020-03-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.10.0
diff --git a/python-pypi/requests-oauthlib/DEPENDS
b/python-pypi/requests-oauthlib/DEPENDS
new file mode 100755
index 0000000..f800f99
--- /dev/null
+++ b/python-pypi/requests-oauthlib/DEPENDS
@@ -0,0 +1,4 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS" &&
+
+depends requests &&
+depends oauthlib
diff --git a/python-pypi/requests-oauthlib/DETAILS
b/python-pypi/requests-oauthlib/DETAILS
new file mode 100755
index 0000000..f746da2
--- /dev/null
+++ b/python-pypi/requests-oauthlib/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=requests-oauthlib
+ VERSION=1.3.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.org/packages/source/r/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:7ef206aaf50cd3289f04175ff3a08022d00aeaaba57a6580912f37c30880322ec71ae9f6af7edc99efe6043fc6c19ba2c9f6fc0f29c126be28cde22bb885510d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/requests/requests-oauthlib
+ LICENSE[0]=ISC
+ ENTERED=20200305
+ SHORT="OAuthlib authentication support for Requests"
+cat << EOF
+This project provides first-class OAuth library support for Requests.
+EOF
diff --git a/python-pypi/requests-oauthlib/HISTORY
b/python-pypi/requests-oauthlib/HISTORY
new file mode 100644
index 0000000..6cc236f
--- /dev/null
+++ b/python-pypi/requests-oauthlib/HISTORY
@@ -0,0 +1,2 @@
+2020-03-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 1.3.0



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d7f75f19c3b2d65867504aa3b8a30ad6150d9842), Vlad Glagolev, 03/05/2020

Archive powered by MHonArc 2.6.24.

Top of Page