Skip to Content.
Sympa Menu

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

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 (8d838479e612c5a8a49b6d80f997da5c2f5c123b)
  • Date: Fri, 15 Jan 2021 09:37:49 +0000

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

ChangeLog | 4 ++++
python-pypi/nbxmpp/DEPENDS | 3 ++-
python-pypi/nbxmpp/DETAILS | 1 +
python-pypi/nbxmpp/HISTORY | 3 +++
python-pypi/python-precis-i18n/DEPENDS | 1 +
python-pypi/python-precis-i18n/DETAILS | 20 ++++++++++++++++++++
python-pypi/python-precis-i18n/HISTORY | 2 ++
7 files changed, 33 insertions(+), 1 deletion(-)

New commits:
commit 8d838479e612c5a8a49b6d80f997da5c2f5c123b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

nbxmpp: Fix dependencies, PATCHLEVEL++

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

python-precis-i18n: new spell, Internationalized Usernames and Passwords

diff --git a/ChangeLog b/ChangeLog
index da9716b..f2e0152 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-01-14 Ismael Luceno <ismael AT sourcemage.org>
+ * python-pypi/python-precis-i18n: new spell, Internationalized
+ Usernames and Passwords
+
2021-01-13 Ismael Luceno <ismael AT sourcemage.org>
* net/wsdd2: new spell, WSD/LLMNR Discovery/Name Service Daemon

diff --git a/python-pypi/nbxmpp/DEPENDS b/python-pypi/nbxmpp/DEPENDS
index c8f9ba4..0958676 100755
--- a/python-pypi/nbxmpp/DEPENDS
+++ b/python-pypi/nbxmpp/DEPENDS
@@ -1,3 +1,4 @@
-depends python &&
+depends python3 'PYTHON=python3' &&
+depends python-precis-i18n &&

suggest_depends pyopenssl "" "" "for secure SSL/TLS"
diff --git a/python-pypi/nbxmpp/DETAILS b/python-pypi/nbxmpp/DETAILS
index 54217048..8a1376f 100755
--- a/python-pypi/nbxmpp/DETAILS
+++ b/python-pypi/nbxmpp/DETAILS
@@ -1,5 +1,6 @@
SPELL=nbxmpp
VERSION=2.0.0
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://pypi.io/packages/source/n/$SPELL/$SOURCE

SOURCE_HASH=sha512:2280c19b5fdbe0e6cc63d8a6569b7ae0a1b6954b93675c02f81230b40c6edcdba58aa27bebdd169e706897f00ec06dd5b1acda0fc5cc613295ef23c7bd6c212c
diff --git a/python-pypi/nbxmpp/HISTORY b/python-pypi/nbxmpp/HISTORY
index 2c8c8ea..d3fbc62 100644
--- a/python-pypi/nbxmpp/HISTORY
+++ b/python-pypi/nbxmpp/HISTORY
@@ -1,5 +1,8 @@
2021-01-14 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 2.0.0
+ PATCHLEVEL++
+ * DEPENDS: fixed python3 usage
+ added python-precis-i18n

2016-10-04 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.5.4; updated source url
diff --git a/python-pypi/python-precis-i18n/DEPENDS
b/python-pypi/python-precis-i18n/DEPENDS
new file mode 100755
index 0000000..8c09196
--- /dev/null
+++ b/python-pypi/python-precis-i18n/DEPENDS
@@ -0,0 +1 @@
+depends python3
diff --git a/python-pypi/python-precis-i18n/DETAILS
b/python-pypi/python-precis-i18n/DETAILS
new file mode 100755
index 0000000..f47a334
--- /dev/null
+++ b/python-pypi/python-precis-i18n/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=python-precis-i18n
+ VERSION=1.0.2
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ WEB_SITE="https://github.com/byllyfish/precis_i18n";
+ SOURCE_URL[0]="$WEB_SITE/archive/v$VERSION.tar.gz"
+
SOURCE_HASH=sha512:bbbc52ae11fc9f0da3f4723d52205c4103f6f96929f10926436b1bff3aee22ce9ff2f7bdf9df6c9f82a4b99aeea94a9ad5df85b9c9f03bccfa5109c35eb181d7
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/precis_i18n-$VERSION"
+ LICENSE[0]="MIT"
+ ENTERED=20210114
+ KEYWORDS=""
+ SHORT="Internationalized Usernames and Passwords"
+cat << EOF
+Python3 implementation of PRECIS framework (RFC 8264, RFC 8265, RFC 8266).
+
+If you want your application to accept Unicode user names and passwords,
+you must be careful in how you validate and compare them. The PRECIS
+framework makes internationalized user names and passwords safer for use by
+applications. PRECIS profiles transform Unicode strings into a canonical
form,
+suitable for comparison.
+EOF
diff --git a/python-pypi/python-precis-i18n/HISTORY
b/python-pypi/python-precis-i18n/HISTORY
new file mode 100644
index 0000000..5e06e48
--- /dev/null
+++ b/python-pypi/python-precis-i18n/HISTORY
@@ -0,0 +1,2 @@
+2021-01-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8d838479e612c5a8a49b6d80f997da5c2f5c123b), Ismael Luceno, 01/15/2021

Archive powered by MHonArc 2.6.24.

Top of Page