Skip to Content.
Sympa Menu

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

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 (de425d0a6a6e8a19ccb4d7c6055fb5ebc2baa336)
  • Date: Mon, 12 Dec 2016 19:20:27 +0000

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

python-pypi/bsddb3/DETAILS | 21 +++++++--------------
python-pypi/bsddb3/HISTORY | 5 +++++
2 files changed, 12 insertions(+), 14 deletions(-)

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

bsddb3 6.2.1

diff --git a/python-pypi/bsddb3/DETAILS b/python-pypi/bsddb3/DETAILS
index 401292d..166c456 100755
--- a/python-pypi/bsddb3/DETAILS
+++ b/python-pypi/bsddb3/DETAILS
@@ -1,12 +1,9 @@
SPELL=bsddb3
- VERSION=6.0.1
+ VERSION=6.2.1
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://pypi.python.org/packages/source/b/$SPELL/$SOURCE
- SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
- SOURCE_GPG=jcea.gpg:$SOURCE2:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
+
SOURCE_URL[0]=https://pypi.python.org/packages/73/73/58954679be79a1c6031a421c81f3c8e283cd700455ad3af1de7da8fabd67/$SOURCE
+
SOURCE_HASH=sha512:fb5da34e861cc9094ba259b789b6970181c220238a8ea208ee08102eac79cd3e7a34217e5c469948656b5036adcecc9d99882b16e48c312591baa8b217511178
WEB_SITE=http://www.jcea.es/programacion/pybsddb.htm
LICENSE[0]=BSD
ENTERED=20061025
@@ -14,12 +11,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SHORT="Python wrapper for BerkeleyDB"
cat << EOF
PyBSDDB provides a nearly complete wrapping of the Oracle/Sleepycat C API
-for the
-Database Environment, Database, Cursor, and Transaction objects, and each
-of these is
-exposed as a Python type in the bsddb3.db module. The database objects can
-use various access
-methods: btree, hash, recno, and queue. Complete support of Berkeley DB
-distributed
-transactions.
+for the Database Environment, Database, Cursor, and Transaction objects,
+and each of these is exposed as a Python type in the bsddb3.db module. The
+database objects can use various access methods: btree, hash, recno, and
+queue. Complete support of Berkeley DB distributed transactions.
EOF
diff --git a/python-pypi/bsddb3/HISTORY b/python-pypi/bsddb3/HISTORY
index 5376a07..be88f78 100644
--- a/python-pypi/bsddb3/HISTORY
+++ b/python-pypi/bsddb3/HISTORY
@@ -1,3 +1,8 @@
+2016-12-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0]
+ fix description text wrapping
+ updated spell to 6.2.1
+
2014-04-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 6.0.1
LICENSE[0]=BSD



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (de425d0a6a6e8a19ccb4d7c6055fb5ebc2baa336), Ismael Luceno, 12/12/2016

Archive powered by MHonArc 2.6.24.

Top of Page