Skip to Content.
Sympa Menu

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

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 (cec7e756ca615b39567c24bd6781a7f6a38260ce)
  • Date: Sun, 25 Oct 2015 10:37:35 +0000

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

ChangeLog | 3 +++
archive/lz4/DETAILS | 4 ++--
archive/lz4/HISTORY | 3 +++
python-pypi/borgbackup/DEPENDS | 11 +++++++++++
python-pypi/borgbackup/DETAILS | 18 ++++++++++++++++++
python-pypi/borgbackup/HISTORY | 3 +++
python-pypi/cython/DETAILS | 4 ++--
python-pypi/cython/HISTORY | 3 +++
8 files changed, 45 insertions(+), 4 deletions(-)

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

borgbackup-0.27.0

commit 2f5092b018023c8a5833d8d07d89e2314e6e90a0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

lz4: => r130

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

cython: => 0.23.4

diff --git a/ChangeLog b/ChangeLog
index 874938c..27e5edb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-10-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/borgbackup: new spell, deduplicating backup program
+
2015-10-21 Ismael Luceno <ismael AT sourcemage.org>
* ftp/csup: new spell, CVSup clone
* ftp/cvsync: new spell, portable CVS repository synchronization
diff --git a/archive/lz4/DETAILS b/archive/lz4/DETAILS
index 411f168..977aa84 100755
--- a/archive/lz4/DETAILS
+++ b/archive/lz4/DETAILS
@@ -1,8 +1,8 @@
SPELL=lz4
- VERSION=r118
+ VERSION=r130
+
SOURCE_HASH=sha512:c10df25c1e4fa6190727a6f43379c1b1cc95792032251868f2ac138f4620230f49bdf5e1efbfd756ec2d349128ed20dff45c2c6e6573bc077e09d8fea9c9318a
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=https://github.com/Cyan4973/${SPELL}/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:41b3c0502590f123938e5a1f9f8595a63e166f946d8035bbd902e62f3461ccc1ce7da87c935744f568459a275f5be803489a8f29bf174505a9907899fd1fcbb7
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://code.google.com/p/lz4/";
LICENSE[0]=BSD
diff --git a/archive/lz4/HISTORY b/archive/lz4/HISTORY
index 1d9e0f8..2338152 100644
--- a/archive/lz4/HISTORY
+++ b/archive/lz4/HISTORY
@@ -1,3 +1,6 @@
+2015-10-25 Treeve Jelbertt <treeve#sourcemage.org>
+ * DETAILS: version r130
+
2014-06-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS, BUILD: spell created

diff --git a/python-pypi/borgbackup/DEPENDS b/python-pypi/borgbackup/DEPENDS
new file mode 100755
index 0000000..46bca79
--- /dev/null
+++ b/python-pypi/borgbackup/DEPENDS
@@ -0,0 +1,11 @@
+depends python3 &&
+depends setuptools &&
+depends msgpack-python &&
+#depends pyopenssl &&
+depends cython &&
+depends acl &&
+depends lz4 &&
+optional_depends python-llfuse \
+ "" \
+ "" \
+ ""
diff --git a/python-pypi/borgbackup/DETAILS b/python-pypi/borgbackup/DETAILS
new file mode 100755
index 0000000..56ce48d
--- /dev/null
+++ b/python-pypi/borgbackup/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=borgbackup
+ VERSION=0.27.0
+
SOURCE_HASH=sha512:dae6e81495921234a861ed86990a93c791aa611b8746cc8858ff509e08faac49a0ed6deb3e1eb8bacdfbcb56759bf439a0e5db83ac6ccc196136f68cf0e48e0c
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]="https://pypi.python.org/packages/source/b/borgbackup/$SOURCE";
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://pypi.python.org/pypi/borgbackup";
+ LICENSE[0]=BSD
+ ENTERED=20151025
+ SHORT="a deduplicating backup program"
+cat << EOF
+BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it
supports
+compression and authenticated encryption.
+The main goal of Borg is to provide an efficient and secure way to backup
data. The
+data deduplication technique used makes Borg suitable for daily backups
since only
+changes are stored. The authenticated encryption technique makes it suitable
for
+backups to not fully trusted targets.
+EOF
diff --git a/python-pypi/borgbackup/HISTORY b/python-pypi/borgbackup/HISTORY
new file mode 100644
index 0000000..200b7ba
--- /dev/null
+++ b/python-pypi/borgbackup/HISTORY
@@ -0,0 +1,3 @@
+2015-10-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.27.0
+ splee created
diff --git a/python-pypi/cython/DETAILS b/python-pypi/cython/DETAILS
index a370496..adb4937 100755
--- a/python-pypi/cython/DETAILS
+++ b/python-pypi/cython/DETAILS
@@ -1,6 +1,6 @@
SPELL=cython
- VERSION=0.23.1
-
SOURCE_HASH=sha512:efe170e5f1bd71258b6fe922f23a8a5cbf0de24ec108e7620b72d702b5b428242d295b36eb5925560796b11c9b7b096e36e3e6370ff11e2c8e5f470e51923108
+ VERSION=0.23.4
+
SOURCE_HASH=sha512:67f4d2be22def78318e8d3edc99b944c50291dc812064b0c8829dd453881bb288037087ee8472b161b9624ac13a50ece71a0d7560c9f2f7d94cc6fcad107e749
SOURCE=Cython-${VERSION}.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Cython-${VERSION}"
SOURCE_URL[0]=http://www.cython.org/release/${SOURCE}
diff --git a/python-pypi/cython/HISTORY b/python-pypi/cython/HISTORY
index 1972e73..972c3ae 100644
--- a/python-pypi/cython/HISTORY
+++ b/python-pypi/cython/HISTORY
@@ -1,3 +1,6 @@
+2015-10-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.23.4
+
2015-09-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.23.1




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (cec7e756ca615b39567c24bd6781a7f6a38260ce), Treeve Jelbert, 10/25/2015

Archive powered by MHonArc 2.6.24.

Top of Page