Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (5cac8525a46187bc38643f2578c931af3f07578e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (5cac8525a46187bc38643f2578c931af3f07578e)
  • Date: Sat, 15 Oct 2016 09:46:20 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

archive/lz4/DETAILS | 2 +-
archive/lz4/HISTORY | 3 +++
python-pypi/python-llfuse/DETAILS | 6 +++---
python-pypi/python-llfuse/HISTORY | 3 +++
python-pypi/setuptools/DETAILS | 4 ++--
python-pypi/setuptools/HISTORY | 3 +++
6 files changed, 15 insertions(+), 6 deletions(-)

New commits:
commit 5cac8525a46187bc38643f2578c931af3f07578e
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/python-llfuse: version 1.1.1

commit 0ab8cf372dc636b39d8d0ef6e62de6d80eaaaa81
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

archive/lz4: fix WEB_SITE

commit 1c8bba754c6439a0f71ff926e896ae87923c6c9b
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/setuptools: version 28.5.0

diff --git a/archive/lz4/DETAILS b/archive/lz4/DETAILS
index 75aa4b1..50586d4 100755
--- a/archive/lz4/DETAILS
+++ b/archive/lz4/DETAILS
@@ -4,7 +4,7 @@
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=https://github.com/Cyan4973/${SPELL}/archive/${VERSION}.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="https://code.google.com/p/lz4/";
+ WEB_SITE="https://github.com/lz4/lz4";
LICENSE[0]=BSD
ENTERED=20140628
SHORT="a very fast lossless compression algorithm"
diff --git a/archive/lz4/HISTORY b/archive/lz4/HISTORY
index 27df8c4..c448f90 100644
--- a/archive/lz4/HISTORY
+++ b/archive/lz4/HISTORY
@@ -1,3 +1,6 @@
+2016-10-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: fix WEB_SITE
+
2016-04-28 Treeve Jelbertt <treeve#sourcemage.org>
* DETAILS: version r131

diff --git a/python-pypi/python-llfuse/DETAILS
b/python-pypi/python-llfuse/DETAILS
index b15de88..340a7d9 100755
--- a/python-pypi/python-llfuse/DETAILS
+++ b/python-pypi/python-llfuse/DETAILS
@@ -1,8 +1,8 @@
SPELL=python-llfuse
- VERSION=1.0
-
SOURCE_HASH=sha512:17d5fc91083dc29b11120980b68d000605582a757bf61a09ce4b840105fe0dc2b6afa416d09bf2abf11fd3c8bcbd5dfa4d90a9c9cc955c80a38111fb594e8b06
+ VERSION=1.1.1
+
SOURCE_HASH=sha512:6541a55a740bac03edae8ce2562122e21655236c58c89cbb29b211a497c8a706ad79c7da485700b0842ba92fc8958799f62d552ce733aa8b3bfa8a6a3aa8c9a6
SOURCE="llfuse-${VERSION}.tar.bz2"
- SOURCE_URL[0]=https://pypi.python.org/packages/source/l/llfuse/${SOURCE}
+
SOURCE_URL[0]="https://bitbucket.org/nikratio/python-llfuse/downloads/${SOURCE}";
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/llfuse-${VERSION}"
WEB_SITE="https://bitbucket.org/nikratio/python-llfuse/";
LICENSE[0]=LGPL
diff --git a/python-pypi/python-llfuse/HISTORY
b/python-pypi/python-llfuse/HISTORY
index a23eb70..d31cbf8 100644
--- a/python-pypi/python-llfuse/HISTORY
+++ b/python-pypi/python-llfuse/HISTORY
@@ -1,3 +1,6 @@
+2016-10-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.1.1
+
2016-03-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0

diff --git a/python-pypi/setuptools/DETAILS b/python-pypi/setuptools/DETAILS
index 8e74f14..487935e 100755
--- a/python-pypi/setuptools/DETAILS
+++ b/python-pypi/setuptools/DETAILS
@@ -1,6 +1,6 @@
SPELL=setuptools
- VERSION=27.2.0
-
SOURCE_HASH=sha512:93fc5e4072c51a24044da260c2827bdb0e28e33638c98766601b1dca3e633f20270f646e8767d57d12059ce4942f151873541c968de0d60f32d07bff85f2c5b9
+ VERSION=28.5.0
+
SOURCE_HASH=sha512:60cf40d3ca3b545471b6f83c63c93884af2cb930042b0fdb3b0a335b37a79d44e2dcb973efbefe62a1d36f332d763d141a6dbe43a47019980f21eb42b0b6db19
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://github.com/pypa/$SPELL/archive/v$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/setuptools/HISTORY b/python-pypi/setuptools/HISTORY
index 2291fb0..dee2389 100644
--- a/python-pypi/setuptools/HISTORY
+++ b/python-pypi/setuptools/HISTORY
@@ -1,3 +1,6 @@
+2016-10-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 28.5.0
+
2016-09-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 27.2.0




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (5cac8525a46187bc38643f2578c931af3f07578e), Florian Franzmann, 10/15/2016

Archive powered by MHonArc 2.6.24.

Top of Page