Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a2cbb37150105f086aca71faea2e5d7134ca32ec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a2cbb37150105f086aca71faea2e5d7134ca32ec)
  • Date: Sat, 9 May 2015 08:41:08 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

disk/partclone/DETAILS | 4 ++--
disk/partclone/HISTORY | 3 +++
python-pypi/alembic/DETAILS | 4 ++--
python-pypi/alembic/HISTORY | 3 +++
python-pypi/sqlalchemy/DETAILS | 4 ++--
python-pypi/sqlalchemy/HISTORY | 3 +++
6 files changed, 15 insertions(+), 6 deletions(-)

New commits:
commit a2cbb37150105f086aca71faea2e5d7134ca32ec
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

alembic: => 0.7.6

commit 3668b641279ccecfd34b750c4af5fd4ce2822cbb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

sqlalchemy: => 1.0.4

commit 8ba743691b8a904eaf5e26a70457710269db9e81
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

partclone: => 0.2.78

diff --git a/disk/partclone/DETAILS b/disk/partclone/DETAILS
index f691a68..f921cfd 100755
--- a/disk/partclone/DETAILS
+++ b/disk/partclone/DETAILS
@@ -1,6 +1,6 @@
SPELL=partclone
- VERSION=0.2.77
-
SOURCE_HASH=sha512:f4bfb744c006c939fc180f83527106a438c00bcd336575640a3c86fa0fe12d91ad92febde80cd6c326eaf5e619d2f9262a52209393c6c2345ebc49edc7366735
+ VERSION=0.2.78
+
SOURCE_HASH=sha512:069f8ab545b8d3ae98c5db0d3edc0e88148b48601e097352eb86ff803a4415931e6c316ca1be3cf1d6d2a389b0c320893745273f1d44ef6f947efeb5871176d1
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
diff --git a/disk/partclone/HISTORY b/disk/partclone/HISTORY
index a1ff40b..dda18f4 100644
--- a/disk/partclone/HISTORY
+++ b/disk/partclone/HISTORY
@@ -1,3 +1,6 @@
+2015-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.78
+
2015-03-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.2.77

diff --git a/python-pypi/alembic/DETAILS b/python-pypi/alembic/DETAILS
index 20c1da8..d1fd091 100755
--- a/python-pypi/alembic/DETAILS
+++ b/python-pypi/alembic/DETAILS
@@ -1,6 +1,6 @@
SPELL=alembic
- VERSION=0.7.4
-
SOURCE_HASH=sha512:258d2f7fe046e7fd662fae0b68ba19988cc59fd1d0d8bb6e1b3b0ea133d076d649d6bc99933ac50be538d1c4d64062b2b2d259cb042d9bbddf7346d0283af383
+ VERSION=0.7.6
+
SOURCE_HASH=sha512:08d04f4ad0d5e8fe5741fab7480e6652f26449e393af4406c62acd7aa039618cce8db64ebf113565ee5b98c5e19a813b4ebd2ad15d68a717c48080a3418d517e
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/a/$SPELL/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/python-pypi/alembic/HISTORY b/python-pypi/alembic/HISTORY
index 868f1e7..3ce7c0f 100644
--- a/python-pypi/alembic/HISTORY
+++ b/python-pypi/alembic/HISTORY
@@ -1,3 +1,6 @@
+2015-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.6
+
2015-01-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.7.4

diff --git a/python-pypi/sqlalchemy/DETAILS b/python-pypi/sqlalchemy/DETAILS
index 2965d38..10d84fe 100755
--- a/python-pypi/sqlalchemy/DETAILS
+++ b/python-pypi/sqlalchemy/DETAILS
@@ -1,7 +1,7 @@
SPELL=sqlalchemy
CHEESESHOP_PKG=SQLAlchemy
- VERSION=1.0.2
-
SOURCE_HASH=sha512:4894189ef408f28ba6d478779e6b2ee279edfba019329e243c5f5e513edc0e89311bcef57ee967b10057f9b2ffb848890a667e4821f678f5e0dea26f4e1b1ab0
+ VERSION=1.0.4
+
SOURCE_HASH=sha512:fb33ba351b8ef10a41d74ecb8489baa6c83a5a3844ce6303926bd23baec35cac40676d74ffe86ad561899c6698b9f197e800ea845d241078e5e1c1e2b84aa712
SOURCE="$CHEESESHOP_PKG-$VERSION.tar.gz"

SOURCE_URL[0]=http://pypi.python.org/packages/source/S/$CHEESESHOP_PKG/$SOURCE
SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/python-pypi/sqlalchemy/HISTORY b/python-pypi/sqlalchemy/HISTORY
index e246b2e..2466dc7 100644
--- a/python-pypi/sqlalchemy/HISTORY
+++ b/python-pypi/sqlalchemy/HISTORY
@@ -1,3 +1,6 @@
+2015-05-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.4
+
2015-04-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.2




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a2cbb37150105f086aca71faea2e5d7134ca32ec), Treeve Jelbert, 05/09/2015

Archive powered by MHonArc 2.6.24.

Top of Page