Skip to Content.
Sympa Menu

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

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 (eb853889dee09bba728d1c35e5720799a209c245)
  • Date: Thu, 23 Feb 2017 02:57:19 +0000

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

ChangeLog | 3 +++
python-pypi/funcsigs/DEPENDS | 1 +
python-pypi/funcsigs/DETAILS | 16 ++++++++++++++++
python-pypi/funcsigs/HISTORY | 2 ++
python-pypi/mock/DEPENDS | 3 +++
python-pypi/mock/DETAILS | 17 +++++++++++++++++
python-pypi/mock/HISTORY | 2 ++
7 files changed, 44 insertions(+)

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

mock: new spell, Python testing library

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

funcsigs: new spell, Python function signatures from PEP362 for Python

diff --git a/ChangeLog b/ChangeLog
index 34f26cf..3a305fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
* python-pypi/execnet: new spell, rapid multi-Python deployment
* python-pypi/pytest-xdist: new spell, py.test plugin for distributed
testing and loop-on-failing modes
+ * python-pypi/funcsigs: new spell, Python function signatures from
+ PEP362 for Python
+ * python-pypi/mock: new spell, Python testing library

2017-02-22 Treeve Jelbert <treeve AT sourcemage.org>
* freedesktop.gpg: add E0E67611 Bryce Harrington
<bryce.harrington AT ubuntu.com>
diff --git a/python-pypi/funcsigs/DEPENDS b/python-pypi/funcsigs/DEPENDS
new file mode 100755
index 0000000..6de4242
--- /dev/null
+++ b/python-pypi/funcsigs/DEPENDS
@@ -0,0 +1 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS"
diff --git a/python-pypi/funcsigs/DETAILS b/python-pypi/funcsigs/DETAILS
new file mode 100755
index 0000000..c7916ec
--- /dev/null
+++ b/python-pypi/funcsigs/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=funcsigs
+ VERSION=1.0.2
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.io/packages/source/f/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:4e583bb7081bb1d6c0fe5a6935ca03032d562b93ef5c11b51a72ce9e7ac12902451cc2233c7e6f70440629d88d8e6e9625965ee408100b80b0024f3a6204afda
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOC_DIRS=""
+ WEB_SITE=https://github.com/testing-cabal/funcsigs
+ LICENSE[0]=APACHE
+ ENTERED=20170222
+ KEYWORDS=""
+ SHORT="Python function signatures from PEP362 for Python"
+cat << EOF
+funcsigs is a backport of the PEP 362 function signature features from Python
+3.3's inspect module.
+EOF
diff --git a/python-pypi/funcsigs/HISTORY b/python-pypi/funcsigs/HISTORY
new file mode 100644
index 0000000..41d33c8
--- /dev/null
+++ b/python-pypi/funcsigs/HISTORY
@@ -0,0 +1,2 @@
+2017-02-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 1.0.2
diff --git a/python-pypi/mock/DEPENDS b/python-pypi/mock/DEPENDS
new file mode 100755
index 0000000..0e082fe
--- /dev/null
+++ b/python-pypi/mock/DEPENDS
@@ -0,0 +1,3 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS" &&
+
+depends python-pbr
diff --git a/python-pypi/mock/DETAILS b/python-pypi/mock/DETAILS
new file mode 100755
index 0000000..a36a014
--- /dev/null
+++ b/python-pypi/mock/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=mock
+ VERSION=2.0.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.io/packages/source/m/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:a08007651b749d2843b94f5045d74c122958888290aea21930455538a854e6b04c07115e21d82edde996154bf597d7a8784a2f4213cbabc49a98dec22dd92238
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOC_DIRS=""
+ WEB_SITE=https://github.com/testing-cabal/mock
+ LICENSE[0]=BSD
+ ENTERED=20170222
+ KEYWORDS=""
+ SHORT="Python testing library"
+cat << EOF
+mock is a library for testing in Python. It allows you to replace parts of
your
+system under test with mock objects and make assertions about how they have
+been used.
+EOF
diff --git a/python-pypi/mock/HISTORY b/python-pypi/mock/HISTORY
new file mode 100644
index 0000000..f758016
--- /dev/null
+++ b/python-pypi/mock/HISTORY
@@ -0,0 +1,2 @@
+2017-02-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 2.0.0



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (eb853889dee09bba728d1c35e5720799a209c245), Vlad Glagolev, 02/22/2017

Archive powered by MHonArc 2.6.24.

Top of Page