Skip to Content.
Sympa Menu

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

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 (29fa556bb613229826c8a6dd47b40d6e648a11f9)
  • Date: Sat, 17 Jul 2021 15:21:32 +0000

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

devel/pybind11/DETAILS | 4 ++--
devel/pybind11/HISTORY | 3 +++
python-pypi/diffoscope/DEPENDS | 7 ++++++-
python-pypi/diffoscope/DETAILS | 4 ++--
python-pypi/diffoscope/HISTORY | 3 +++
utils/inxi/DETAILS | 4 ++--
utils/inxi/HISTORY | 3 +++
7 files changed, 21 insertions(+), 7 deletions(-)

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

python-pypi/diffoscope: version 178

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

devel/pybind11: version 2.7.0

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

utils/inxi: version 3.3.05-1

diff --git a/devel/pybind11/DETAILS b/devel/pybind11/DETAILS
index 302ca12..218323e 100755
--- a/devel/pybind11/DETAILS
+++ b/devel/pybind11/DETAILS
@@ -1,9 +1,9 @@
source "${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL=pybind11
- VERSION=2.6.2
+ VERSION=2.7.0
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/pybind/${SPELL}/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:1eb346ff6b8f827053265340925e2c8038b1e2a89c352fc09f15ebe86128e7ba1f48c4368b193941f034b30bee7f72a94343e05d4841fdbbd0e4d91ed3d32025
+
SOURCE_HASH=sha512:529596c8762f463868f942ca9c4d3e4ed141bc09c734defeeace2b0250234c3359ef1f231997389fbffca849e01ba1feb8d7edc385745b6d964771aa67ced720
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://pybind11.readthedocs.io";
LICENSE[0]=BSD
diff --git a/devel/pybind11/HISTORY b/devel/pybind11/HISTORY
index 593c314..9d3f888 100644
--- a/devel/pybind11/HISTORY
+++ b/devel/pybind11/HISTORY
@@ -1,3 +1,6 @@
+2021-07-16 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 2.7.0
+
2021-01-30 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 2.6.2

diff --git a/python-pypi/diffoscope/DEPENDS b/python-pypi/diffoscope/DEPENDS
index eb4c64f..7722b25 100755
--- a/python-pypi/diffoscope/DEPENDS
+++ b/python-pypi/diffoscope/DEPENDS
@@ -1,3 +1,8 @@
depends python3 &&
depends python-libarchive-c &&
-depends python-magic
+depends python-magic &&
+
+suggest_depends binwalk "" "" "for comparing binary images"
&&
+suggest_depends libguestfs "" "" "for comparing virtual-machine disk images"
&&
+suggest_depends pypdf2 "" "" "for comparing PDF files"
&&
+suggest_depends pyxattr "" "" "for xattr support"
diff --git a/python-pypi/diffoscope/DETAILS b/python-pypi/diffoscope/DETAILS
index ff6d1a3..2387711 100755
--- a/python-pypi/diffoscope/DETAILS
+++ b/python-pypi/diffoscope/DETAILS
@@ -1,8 +1,8 @@
SPELL=diffoscope
- VERSION=85
+ VERSION=178
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=https://files.pythonhosted.org/packages/source/d/diffoscope/${SPELL}-${VERSION}.tar.gz
-
SOURCE_HASH=sha512:d4bce2a437c5e6e1e7dbb219a4003d785f151a194bba97983162d3837e24a2b5a8440a5157dd3d7dda27512762087f22967901bf9f1aca0b5a56ada2180a54da
+
SOURCE_HASH=sha512:706c95f5c04cfe081fed7e3e5ed73579949c948b15eaf0f984fc7d406b74007859f7946c44e4ca13e1210b105ed65ea68fd1f03452a50f161ed27f996f4f2540
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://diffoscope.org";
LICENSE[0]=GPL
diff --git a/python-pypi/diffoscope/HISTORY b/python-pypi/diffoscope/HISTORY
index d33504a..dfdbc4d 100644
--- a/python-pypi/diffoscope/HISTORY
+++ b/python-pypi/diffoscope/HISTORY
@@ -1,3 +1,6 @@
+2021-07-17 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS, DEPENDS: version 178
+
2017-08-18 Florian Franzmann <bwlf AT bandrate.org>
* DEPENDS, DETAILS: spell created

diff --git a/utils/inxi/DETAILS b/utils/inxi/DETAILS
index 80b849a..2444593 100755
--- a/utils/inxi/DETAILS
+++ b/utils/inxi/DETAILS
@@ -1,9 +1,9 @@
SPELL=inxi
- VERSION=3.3.04-1
+ VERSION=3.3.05-1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=https://github.com/smxi/inxi/archive/refs/tags/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:0ffde2362c79a4269df0f4bbe439e50d24a13969a22f6e84f6caeb8cace2ee49fb075d6051211709efdc831c2f7ef37eaa38d70306bc8f1a86f8ed0dc7dea094
+
SOURCE_HASH=sha512:b8c83938c99de764f4764194d3fb40c5837bca8a141abd424972aceafad16d1411a2567a18001f189fe572178f6abcf1bde3432e27dfc308a4728e5f6387afc8
LICENSE[0]=GPL
WEB_SITE=https://smxi.org/docs/inxi.htm
ENTERED=20110620
diff --git a/utils/inxi/HISTORY b/utils/inxi/HISTORY
index c1ac682..0b712f2 100644
--- a/utils/inxi/HISTORY
+++ b/utils/inxi/HISTORY
@@ -1,3 +1,6 @@
+2021-07-16 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 3.3.05-1
+
2021-05-08 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS, DEPENDS, BUILD, INSTALL: version 3.3.04-1




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (29fa556bb613229826c8a6dd47b40d6e648a11f9), Florian Franzmann, 07/17/2021

Archive powered by MHonArc 2.6.24.

Top of Page