Skip to Content.
Sympa Menu

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

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 (b0c1a0e997212e9f64846d9bdf3363e2debd62d2)
  • Date: Fri, 23 Dec 2016 20:05:20 +0000

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

ChangeLog | 8 ++++++++
python-pypi/backports_abc/DEPENDS | 1 +
python-pypi/backports_abc/DETAILS | 13 +++++++++++++
python-pypi/backports_abc/HISTORY | 2 ++
python-pypi/bottle/DEPENDS | 1 +
python-pypi/bottle/HISTORY | 3 +++
python-pypi/certifi/DEPENDS | 1 +
python-pypi/certifi/DETAILS | 15 +++++++++++++++
python-pypi/certifi/HISTORY | 2 ++
python-pypi/singledispatch/DEPENDS | 3 +++
python-pypi/singledispatch/DETAILS | 13 +++++++++++++
python-pypi/singledispatch/HISTORY | 2 ++
python-pypi/tornado/DEPENDS | 5 +++++
python-pypi/tornado/DETAILS | 17 +++++++++++++++++
python-pypi/tornado/HISTORY | 2 ++
15 files changed, 88 insertions(+)

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

bottle: added tornado

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

tornado: new spell, scalable, non-blocking web server

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

singledispatch: new spell, backport of functools.singledispatch to Python
2.6-3.3

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

certifi: new spell, trust database for humans

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

backports_abc: new spell, backport of recent additions to the
'collections.abc' module

diff --git a/ChangeLog b/ChangeLog
index 6267686..156627a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-12-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/backports_abc: new spell, backport of recent additions
to
+ the 'collections.abc' module
+ * python-pypi/certifi: new spell, trust database for humans
+ * python-pypi/singledispatch: new spell, backport of
+ functools.singledispatch to Python 2.6-3.3
+ * python-pypi/tornado: new spell, scalable, non-blocking web server
+
2016-12-15 Treeve Jelbert <treeve AT sourcemage.org>
* pending-16.12/*: complete splitting of kdepim and move to kde5-pim
* kde4/kde-baseapps: deleted, now split
diff --git a/python-pypi/backports_abc/DEPENDS
b/python-pypi/backports_abc/DEPENDS
new file mode 100755
index 0000000..6de4242
--- /dev/null
+++ b/python-pypi/backports_abc/DEPENDS
@@ -0,0 +1 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS"
diff --git a/python-pypi/backports_abc/DETAILS
b/python-pypi/backports_abc/DETAILS
new file mode 100755
index 0000000..df9046b
--- /dev/null
+++ b/python-pypi/backports_abc/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=backports_abc
+ VERSION=0.5
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.io/packages/source/b/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:5c2bc01bce8d3ed482bf5d8361a20f9afa3edc1c50280f0a01ffb890690b92296fcbfa68f79677fc3ebba851617f339cb6367ccdd0fadf1127a4e3c030784b7d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ LICENSE[0]=PYTHON
+ WEB_SITE=https://github.com/cython/backports_abc
+ ENTERED=20161223
+ SHORT="backport of recent additions to the 'collections.abc'
module"
+cat << EOF
+A backport of recent additions to the 'collections.abc' module.
+EOF
diff --git a/python-pypi/backports_abc/HISTORY
b/python-pypi/backports_abc/HISTORY
new file mode 100644
index 0000000..32d26b2
--- /dev/null
+++ b/python-pypi/backports_abc/HISTORY
@@ -0,0 +1,2 @@
+2016-12-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.5
diff --git a/python-pypi/bottle/DEPENDS b/python-pypi/bottle/DEPENDS
index ee3c403..60f1f20 100755
--- a/python-pypi/bottle/DEPENDS
+++ b/python-pypi/bottle/DEPENDS
@@ -7,5 +7,6 @@ suggest_depends mako "" "" "for Mako templating support" &&
# HTTP servers
suggest_depends flup "" "" "for flup server support" &&
suggest_depends cherrypy "" "" "for CherryPy server support" &&
+suggest_depends tornado "" "" "for Tornado server support" &&
suggest_depends paste "" "" "for Paste server support" &&
suggest_depends gevent "" "" "for Gevent server support"
diff --git a/python-pypi/bottle/HISTORY b/python-pypi/bottle/HISTORY
index ef546de..cc313ad 100644
--- a/python-pypi/bottle/HISTORY
+++ b/python-pypi/bottle/HISTORY
@@ -1,3 +1,6 @@
+2016-12-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added tornado
+
2016-12-20 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.12.11; SECURITY_PATCH=1

diff --git a/python-pypi/certifi/DEPENDS b/python-pypi/certifi/DEPENDS
new file mode 100755
index 0000000..6de4242
--- /dev/null
+++ b/python-pypi/certifi/DEPENDS
@@ -0,0 +1 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS"
diff --git a/python-pypi/certifi/DETAILS b/python-pypi/certifi/DETAILS
new file mode 100755
index 0000000..c2ef63e
--- /dev/null
+++ b/python-pypi/certifi/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=certifi
+ VERSION=2016.9.26
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.io/packages/source/c/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:e89c07dab0d926754012c89e12fff9ee59f771a5edd24130c8adb7ab32076971f4ea6d266ed9f3ed2010c1aba403505f5b5e97af3b5efcf3d039ddc7a7b2af39
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ LICENSE[0]=ISC
+ WEB_SITE=https://certifi.io/
+ ENTERED=20161223
+ SHORT="trust database for humans"
+cat << EOF
+Certifi is a carefully curated collection of Root Certificates for validating
+the trustworthiness of SSL certificates while verifying the identity of TLS
+hosts. It has been extracted from the Requests project.
+EOF
diff --git a/python-pypi/certifi/HISTORY b/python-pypi/certifi/HISTORY
new file mode 100644
index 0000000..47c23e0
--- /dev/null
+++ b/python-pypi/certifi/HISTORY
@@ -0,0 +1,2 @@
+2016-12-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 2016.9.26
diff --git a/python-pypi/singledispatch/DEPENDS
b/python-pypi/singledispatch/DEPENDS
new file mode 100755
index 0000000..db79fd0
--- /dev/null
+++ b/python-pypi/singledispatch/DEPENDS
@@ -0,0 +1,3 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS" &&
+
+depends six
diff --git a/python-pypi/singledispatch/DETAILS
b/python-pypi/singledispatch/DETAILS
new file mode 100755
index 0000000..29f8c60
--- /dev/null
+++ b/python-pypi/singledispatch/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=singledispatch
+ VERSION=3.4.0.3
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.io/packages/source/s/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:ba065d36092ddee6527be3d7cb777c51c0949855bf6dd0ffb7c25acaedaa35d36fe6dc096587acddcd1e9e54c6ac5f92c196b11f9ee1270cc0c1cf2f410446cf
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ LICENSE[0]=MIT
+ WEB_SITE=https://pypi.python.org/pypi/singledispatch
+ ENTERED=20161223
+ SHORT="backport of functools.singledispatch to Python 2.6-3.3"
+cat << EOF
+This library brings functools.singledispatch from Python 3.4 to Python
2.6-3.3.
+EOF
diff --git a/python-pypi/singledispatch/HISTORY
b/python-pypi/singledispatch/HISTORY
new file mode 100644
index 0000000..dd6c181
--- /dev/null
+++ b/python-pypi/singledispatch/HISTORY
@@ -0,0 +1,2 @@
+2016-12-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 3.4.0.3
diff --git a/python-pypi/tornado/DEPENDS b/python-pypi/tornado/DEPENDS
new file mode 100755
index 0000000..7b33b6b
--- /dev/null
+++ b/python-pypi/tornado/DEPENDS
@@ -0,0 +1,5 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS" &&
+
+depends certifi &&
+depends singledispatch &&
+depends backports_abc
diff --git a/python-pypi/tornado/DETAILS b/python-pypi/tornado/DETAILS
new file mode 100755
index 0000000..b2c5e15
--- /dev/null
+++ b/python-pypi/tornado/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=tornado
+ VERSION=4.4.2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://pypi.io/packages/source/t/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:f330bc62433576708e3c566577cede07c54c19996f374df82d5abc19a669ade549e7b6c27dcae3d421921fec506fae39473443cdb04692553c5ea2f8ec11a327
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ LICENSE[0]=APACHE
+ WEB_SITE=http://www.tornadoweb.org
+ ENTERED=20161223
+ SHORT="scalable, non-blocking web server"
+cat << EOF
+Tornado is a Python web framework and asynchronous networking library,
+originally developed at FriendFeed. By using non-blocking network I/O,
Tornado
+can scale to tens of thousands of open connections, making it ideal for long
+polling, WebSockets, and other applications that require a long-lived
connection
+to each user.
+EOF
diff --git a/python-pypi/tornado/HISTORY b/python-pypi/tornado/HISTORY
new file mode 100644
index 0000000..c51de4c
--- /dev/null
+++ b/python-pypi/tornado/HISTORY
@@ -0,0 +1,2 @@
+2016-12-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 4.4.2



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b0c1a0e997212e9f64846d9bdf3363e2debd62d2), Vlad Glagolev, 12/23/2016

Archive powered by MHonArc 2.6.24.

Top of Page