Skip to Content.
Sympa Menu

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

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 (f2881bba619264e497e0ae212af3e18fd5b43950)
  • Date: Fri, 4 May 2018 21:13:52 +0000

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

ChangeLog | 2 ++
python-pypi/authlib/DEPENDS | 4 ++++
python-pypi/authlib/DETAILS | 17 +++++++++++++++++
python-pypi/authlib/HISTORY | 2 ++
python-pypi/websocket-client/DETAILS | 2 +-
5 files changed, 26 insertions(+), 1 deletion(-)

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

websocket-client: correct padding in DETAILS

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

authlib: new spell, authentication client/server library for OAuth 1/2
and OpenID

diff --git a/ChangeLog b/ChangeLog
index b093f5f..df4b048 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
credentials store API
* python-pypi/docker-py: new spell, Python library for the Docker
Engine API
+ * python-pypi/authlib: new spell, authentication client/server library
+ for OAuth 1/2 and OpenID

2018-05-01 Treeve Jelbert <treeve AT sourcemage.org>
* archive/zchunk: delta compression utility
diff --git a/python-pypi/authlib/DEPENDS b/python-pypi/authlib/DEPENDS
new file mode 100755
index 0000000..3235e02
--- /dev/null
+++ b/python-pypi/authlib/DEPENDS
@@ -0,0 +1,4 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS" &&
+
+depends requests &&
+depends python-cryptography
diff --git a/python-pypi/authlib/DETAILS b/python-pypi/authlib/DETAILS
new file mode 100755
index 0000000..0af0084
--- /dev/null
+++ b/python-pypi/authlib/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=authlib
+ SPELLX=Authlib
+ VERSION=0.7
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.org/packages/source/a/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:1525fb95fbb8b8e856137de1a1d214385a85fada6af024b0d8265df6820cc8eec874d43e4e34b7df19a4dc420f437978100f5992aed28a2c501929cbe4c5eda9
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ DOC_DIRS=""
+ WEB_SITE=https://authlib.org/
+ LICENSE[0]=AGPL
+ ENTERED=20180504
+ KEYWORDS=""
+ SHORT="authentication client/server library for OAuth 1/2 and
OpenID"
+cat << EOF
+Authlib is an ambitious authentication library for OAuth 1, OAuth 2, OpenID
+clients, servers and more.
+EOF
diff --git a/python-pypi/authlib/HISTORY b/python-pypi/authlib/HISTORY
new file mode 100644
index 0000000..c1cb70c
--- /dev/null
+++ b/python-pypi/authlib/HISTORY
@@ -0,0 +1,2 @@
+2018-05-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 0.7
diff --git a/python-pypi/websocket-client/DETAILS
b/python-pypi/websocket-client/DETAILS
index eeac9c5..384dc9b 100755
--- a/python-pypi/websocket-client/DETAILS
+++ b/python-pypi/websocket-client/DETAILS
@@ -1,5 +1,5 @@
SPELL=websocket-client
- SPELLX=${SPELL/-/_}
+ SPELLX=${SPELL/-/_}
VERSION=0.47.0
SOURCE=${SPELLX}-${VERSION}.tar.gz
SOURCE_URL[0]=https://pypi.org/packages/source/w/${SPELL}/${SOURCE}



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f2881bba619264e497e0ae212af3e18fd5b43950), Vlad Glagolev, 05/04/2018

Archive powered by MHonArc 2.6.24.

Top of Page