Skip to Content.
Sympa Menu

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

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 (198115af97cfb4a0a2b334238a8f9cfba18d2f41)
  • Date: Sun, 8 Nov 2015 12:32:51 +0000

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

python-pypi/borgbackup/DEPENDS | 4 ++--
python-pypi/borgbackup/DETAILS | 4 ++--
python-pypi/borgbackup/HISTORY | 5 +++++
python-pypi/borgbackup/PRE_BUILD | 3 +++
python-pypi/setuptools/DETAILS | 4 ++--
python-pypi/setuptools/HISTORY | 3 +++
6 files changed, 17 insertions(+), 6 deletions(-)

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

borgbackup: => 0.28.0

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

setuptools: => 18.5

diff --git a/python-pypi/borgbackup/DEPENDS b/python-pypi/borgbackup/DEPENDS
index 46bca79..4704a99 100755
--- a/python-pypi/borgbackup/DEPENDS
+++ b/python-pypi/borgbackup/DEPENDS
@@ -1,11 +1,11 @@
depends python3 &&
depends setuptools &&
depends msgpack-python &&
-#depends pyopenssl &&
+depends openssl &&
depends cython &&
depends acl &&
depends lz4 &&
optional_depends python-llfuse \
"" \
"" \
- ""
+ "explore archives"
diff --git a/python-pypi/borgbackup/DETAILS b/python-pypi/borgbackup/DETAILS
index 56ce48d..67e70bd 100755
--- a/python-pypi/borgbackup/DETAILS
+++ b/python-pypi/borgbackup/DETAILS
@@ -1,6 +1,6 @@
SPELL=borgbackup
- VERSION=0.27.0
-
SOURCE_HASH=sha512:dae6e81495921234a861ed86990a93c791aa611b8746cc8858ff509e08faac49a0ed6deb3e1eb8bacdfbcb56759bf439a0e5db83ac6ccc196136f68cf0e48e0c
+ VERSION=0.28.0
+
SOURCE_HASH=sha512:6c5ad257448317d774b8a7e525a3d216b319e8211346b42259a0e247a8a0f9edb9643482ac417f5ccd95c7af10b27988f356646f7a3e3a9c55e3eb2511bb23ce
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]="https://pypi.python.org/packages/source/b/borgbackup/$SOURCE";
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/python-pypi/borgbackup/HISTORY b/python-pypi/borgbackup/HISTORY
index 200b7ba..0f69387 100644
--- a/python-pypi/borgbackup/HISTORY
+++ b/python-pypi/borgbackup/HISTORY
@@ -1,3 +1,8 @@
+2015-11-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.28.0
+ * DEPENDS: openssl
+ * PRE_BUILD: added, fix for python3 >= 3.3
+
2015-10-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.27.0
splee created
diff --git a/python-pypi/borgbackup/PRE_BUILD
b/python-pypi/borgbackup/PRE_BUILD
new file mode 100755
index 0000000..7ae70ba
--- /dev/null
+++ b/python-pypi/borgbackup/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i '/mock/s/import/from unittest import/' borg/archive.py
diff --git a/python-pypi/setuptools/DETAILS b/python-pypi/setuptools/DETAILS
index a936a6d..1a686b0 100755
--- a/python-pypi/setuptools/DETAILS
+++ b/python-pypi/setuptools/DETAILS
@@ -1,6 +1,6 @@
SPELL=setuptools
- VERSION=18.3.2
-
SOURCE_HASH=sha512:0af522af1dc783e4d6b84c44d3cf4205aed75815bfc050ea89c4976434f08edd662501c4063b1618c0ce7a7120bcbd5331818d3f06912aa9136736018ec4b6a1
+ VERSION=18.5
+
SOURCE_HASH=sha512:d902b7e35c99d21e243168072bc96c07f88a7463e50035ba72d7e10818777e83ce534e4dab2ae0425620791f95f3d8cb2f9d9142be1ea24f05100d85d0d44835
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://pypi.python.org/packages/source/s/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/setuptools/HISTORY b/python-pypi/setuptools/HISTORY
index 707f194..044f21c 100644
--- a/python-pypi/setuptools/HISTORY
+++ b/python-pypi/setuptools/HISTORY
@@ -1,3 +1,6 @@
+2015-11-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 18.5
+
2015-10-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 18.3.2




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (198115af97cfb4a0a2b334238a8f9cfba18d2f41), Treeve Jelbert, 11/08/2015

Archive powered by MHonArc 2.6.24.

Top of Page