Skip to Content.
Sympa Menu

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

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 (a880303f3ae93a68c4ade44db9d0b27b349c1cea)
  • Date: Sun, 21 Oct 2018 10:49:35 +0000

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

audio-drivers/alsa-lib/DEPENDS | 2 +-
audio-drivers/alsa-lib/DETAILS | 4 ++--
audio-drivers/alsa-lib/HISTORY | 4 ++++
python-pypi/bup/DETAILS | 4 ++--
python-pypi/bup/HISTORY | 3 +++
python-pypi/m2crypto/DEPENDS | 4 +++-
python-pypi/m2crypto/HISTORY | 3 +++
python-pypi/simplejson/DEPENDS | 2 +-
python-pypi/simplejson/HISTORY | 3 +++
9 files changed, 22 insertions(+), 7 deletions(-)

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

m2crypto - tweak depends

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

simplejson - tweak depends

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

alsa-lib: => 1.1.7

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

bup: => 0.29.2

diff --git a/audio-drivers/alsa-lib/DEPENDS b/audio-drivers/alsa-lib/DEPENDS
index de82b00..ef3ce47 100755
--- a/audio-drivers/alsa-lib/DEPENDS
+++ b/audio-drivers/alsa-lib/DEPENDS
@@ -5,7 +5,7 @@ if [[ $ALSA_LIB_BRANCH == scm ]]; then
depends autoconf
fi &&

-optional_depends python \
+optional_depends PYTHON \
"--enable-python" \
"--disable-python" \
"for python components"
diff --git a/audio-drivers/alsa-lib/DETAILS b/audio-drivers/alsa-lib/DETAILS
index 62abab5..8a00889 100755
--- a/audio-drivers/alsa-lib/DETAILS
+++ b/audio-drivers/alsa-lib/DETAILS
@@ -8,8 +8,8 @@ if [[ $ALSA_LIB_BRANCH == scm ]]; then
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
- VERSION=1.1.6
-
SOURCE_HASH=sha512:00117769a3d5c609019b975188d6e7a07d035bd0461f54c5f291e14667620506f1adb6d61350f78d54648850f31965aae3ab0e697bf9e09c988e2d15bf6b09f0
+ VERSION=1.1.7
+
SOURCE_HASH=sha512:7cc81464d876a137e9ac9700420bfff7cd528338bdc6e0bdbe313d45c5b97c81f1a9483df0556fe390d54a9db747fbec62e843b42d2cbc740d5a91b015714f6c
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/lib/$SOURCE
diff --git a/audio-drivers/alsa-lib/HISTORY b/audio-drivers/alsa-lib/HISTORY
index 87eba6c..0d82ff8 100644
--- a/audio-drivers/alsa-lib/HISTORY
+++ b/audio-drivers/alsa-lib/HISTORY
@@ -1,3 +1,7 @@
+2018-10-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.7
+ * DEPENDS: python => PYTHON
+
2018-08-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.6

diff --git a/python-pypi/bup/DETAILS b/python-pypi/bup/DETAILS
index a643cca..61e848d 100755
--- a/python-pypi/bup/DETAILS
+++ b/python-pypi/bup/DETAILS
@@ -1,6 +1,6 @@
SPELL=bup
- VERSION=0.29.1
-
SOURCE_HASH=sha512:2ad142214cf5ee61e2113b49d02761cdf8fdd5928eb4f885230af71f149ba33ee748e1d96e240903f54d3264dc2ad1614e6ece66027b4c7ed1e97b6147a9685e
+ VERSION=0.29.2
+
SOURCE_HASH=sha512:10c433d6779b1fd7e1935c587676492d96a330dc3280556332bb55b6e5c62de8631fd755d07d2eaf80cb9fa209dc25b241d5ecf3a6fe2b8210a3d0e1ce4fa4bf
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/bup/bup
diff --git a/python-pypi/bup/HISTORY b/python-pypi/bup/HISTORY
index b174298..371be3c 100644
--- a/python-pypi/bup/HISTORY
+++ b/python-pypi/bup/HISTORY
@@ -1,3 +1,6 @@
+2018-10-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.29.2
+
2017-04-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.29.1

diff --git a/python-pypi/m2crypto/DEPENDS b/python-pypi/m2crypto/DEPENDS
index 1abe5df..78c0640 100755
--- a/python-pypi/m2crypto/DEPENDS
+++ b/python-pypi/m2crypto/DEPENDS
@@ -1,4 +1,6 @@
depends PYTHON &&
-depends typing &&
+if is_DEPENDS_enabled python;then
+ depends typing
+fi &&
depends SSL &&
depends swig
diff --git a/python-pypi/m2crypto/HISTORY b/python-pypi/m2crypto/HISTORY
index e87565b..795b488 100644
--- a/python-pypi/m2crypto/HISTORY
+++ b/python-pypi/m2crypto/HISTORY
@@ -1,3 +1,6 @@
+2018-10-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: typing not neede for python4
+
2018-07-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: fix url

diff --git a/python-pypi/simplejson/DEPENDS b/python-pypi/simplejson/DEPENDS
index e440941..56f1046 100755
--- a/python-pypi/simplejson/DEPENDS
+++ b/python-pypi/simplejson/DEPENDS
@@ -1,2 +1,2 @@
depends PYTHON &&
-depends SETUPTOOLS
+depends setuptools
diff --git a/python-pypi/simplejson/HISTORY b/python-pypi/simplejson/HISTORY
index 5370a9a..0274a2a 100644
--- a/python-pypi/simplejson/HISTORY
+++ b/python-pypi/simplejson/HISTORY
@@ -1,3 +1,6 @@
+2018-10-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: SETUPTOOLS => setuptools
+
2018-09-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.16.1




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a880303f3ae93a68c4ade44db9d0b27b349c1cea), Treeve Jelbert, 10/21/2018

Archive powered by MHonArc 2.6.24.

Top of Page