Skip to Content.
Sympa Menu

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

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 (75425db34734299eb5565c09b8b0a8fa4bd499f2)
  • Date: Tue, 6 Oct 2020 13:18:24 +0000

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

devel/python3/DETAILS | 2 +
devel/python3/HISTORY | 6 +++
devel/python3/PREPARE | 1
devel/python3/UP_TRIGGERS | 2 -
devel/python3/patches-3.9/disable-compileall.patch | 37
+++++++++++++++++++++
devel/python3/patches-3.9/makefile.patch | 21 +++++++++++
disk/fuse3/DETAILS | 2 -
disk/fuse3/HISTORY | 3 +
gnome3-libs/pygobject3/BUILD | 3 +
gnome3-libs/pygobject3/DEPENDS | 2 -
gnome3-libs/pygobject3/DETAILS | 6 +--
gnome3-libs/pygobject3/HISTORY | 5 ++
kde5-apps/krename/DETAILS | 2 -
kde5-apps/krename/HISTORY | 3 +
python-pypi/pyfuse3/DETAILS | 6 +--
python-pypi/pyfuse3/HISTORY | 3 +
python-pypi/python-llfuse/DETAILS | 8 ++--
python-pypi/python-llfuse/HISTORY | 3 +
xorg-proto/xcb-proto/HISTORY | 3 +
19 files changed, 103 insertions(+), 15 deletions(-)

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

pyfuse3: => 3.1.0

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

fuse3: => 3.9.3

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

xcb-proto - fix DEPENDS

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

pygobject3: => 3.38.0

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

pygobject3: => 3.38.0

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

python-llfuse: => 1.3.7

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

python3: => 3.9.0

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

krename: => 5.0.1

diff --git a/devel/python3/DETAILS b/devel/python3/DETAILS
index 02b3000..53f077c 100755
--- a/devel/python3/DETAILS
+++ b/devel/python3/DETAILS
@@ -2,6 +2,8 @@
case "$PYTHON3_BRANCH" in
devel| \
stable| \
+ 3.9)
+ VERSION=3.9.0 ;;
3.8)
VERSION=3.8.6 ;;
3.7)
diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index f77654b..2172288 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,9 @@
+2020-10-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.9.0
+ * patches-3.9/*: added
+ * PREPARE: adjust
+ * UP_TRIGGERS: fix
+
2020-09-29 Thomas Orgis <sobukus AT sourcemage.org>
* INSTALL: do not create a dangling link

diff --git a/devel/python3/PREPARE b/devel/python3/PREPARE
index 4527276..c10165e 100755
--- a/devel/python3/PREPARE
+++ b/devel/python3/PREPARE
@@ -2,6 +2,7 @@
prepare_select_branch \
stable \
devel \
+ 3.9 \
3.8 \
3.7 \
3.6
diff --git a/devel/python3/UP_TRIGGERS b/devel/python3/UP_TRIGGERS
index f9be32e..dae9a3a 100755
--- a/devel/python3/UP_TRIGGERS
+++ b/devel/python3/UP_TRIGGERS
@@ -1,6 +1,6 @@
# up_trigger everything on minor version updates

-if spell_ok $SPELL && [[ $PY3K == y ]]; then
+if spell_ok $SPELL; then
local OLD_SPELL_VERSION="$(installed_version $SPELL)"
if test "${VERSION:2:1}" != "${OLD_SPELL_VERSION:2:1}"; then
message "This is a possibly incompatible update of python..."
diff --git a/devel/python3/patches-3.9/disable-compileall.patch
b/devel/python3/patches-3.9/disable-compileall.patch
new file mode 100644
index 0000000..4ef08d1
--- /dev/null
+++ b/devel/python3/patches-3.9/disable-compileall.patch
@@ -0,0 +1,37 @@
+diff --git a/Makefile.pre.in b/Makefile.pre.in
+--- a/Makefile.pre.in
++++ b/Makefile.pre.in
+@@ -1456,33 +1456,6 @@
+ $(DESTDIR)$(LIBDEST)/distutils/tests ; \
+ fi
+ -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
+- $(PYTHON_FOR_BUILD) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \
+- -j0 -d $(LIBDEST) -f \
+- -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
+- $(DESTDIR)$(LIBDEST)
+- -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
+- $(PYTHON_FOR_BUILD) -Wi -O $(DESTDIR)$(LIBDEST)/compileall.py
\
+- -j0 -d $(LIBDEST) -f \
+- -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
+- $(DESTDIR)$(LIBDEST)
+- -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
+- $(PYTHON_FOR_BUILD) -Wi -OO
$(DESTDIR)$(LIBDEST)/compileall.py \
+- -j0 -d $(LIBDEST) -f \
+- -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
+- $(DESTDIR)$(LIBDEST)
+- -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
+- $(PYTHON_FOR_BUILD) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \
+- -j0 -d $(LIBDEST)/site-packages -f \
+- -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
+- -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
+- $(PYTHON_FOR_BUILD) -Wi -O $(DESTDIR)$(LIBDEST)/compileall.py
\
+- -j0 -d $(LIBDEST)/site-packages -f \
+- -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
+- -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
+- $(PYTHON_FOR_BUILD) -Wi -OO
$(DESTDIR)$(LIBDEST)/compileall.py \
+- -j0 -d $(LIBDEST)/site-packages -f \
+- -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
+- -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
+ $(PYTHON_FOR_BUILD) -m lib2to3.pgen2.driver
$(DESTDIR)$(LIBDEST)/lib2to3/Grammar.txt
+ -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
+ $(PYTHON_FOR_BUILD) -m lib2to3.pgen2.driver
$(DESTDIR)$(LIBDEST)/lib2to3/PatternGrammar.txt
diff --git a/devel/python3/patches-3.9/makefile.patch
b/devel/python3/patches-3.9/makefile.patch
new file mode 100644
index 0000000..9566abd
--- /dev/null
+++ b/devel/python3/patches-3.9/makefile.patch
@@ -0,0 +1,21 @@
+diff --git a/Makefile.pre.in b/Makefile.pre.in
+--- a/Makefile.pre.in
++++ b/Makefile.pre.in
+@@ -694,7 +694,7 @@
+
+
+ Programs/_testembed: Programs/_testembed.o $(LIBRARY) $(LDLIBRARY)
$(PY3LIBRARY) $(EXPORTSYMS)
+- $(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@
Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS)
++ $(CC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o
$(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS)
+
+ ############################################################################
+ # Importlib
+@@ -760,7 +760,7 @@
+ $(MAINCC) -c $(PY_CORE_CFLAGS) -o $@ $(srcdir)/Programs/python.c
+
+ Programs/_testembed.o: $(srcdir)/Programs/_testembed.c
+- $(MAINCC) -c $(PY_CORE_CFLAGS) -o $@ $(srcdir)/Programs/_testembed.c
++ $(CC) -c $(PY_CORE_CFLAGS) -o $@ $(srcdir)/Programs/_testembed.c
+
+ Modules/_sre.o: $(srcdir)/Modules/_sre.c $(srcdir)/Modules/sre.h
$(srcdir)/Modules/sre_constants.h $(srcdir)/Modules/sre_lib.h
+
diff --git a/disk/fuse3/DETAILS b/disk/fuse3/DETAILS
index ec891f9..74fc6dd 100755
--- a/disk/fuse3/DETAILS
+++ b/disk/fuse3/DETAILS
@@ -2,7 +2,7 @@
. "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=fuse3
SPELLX=fuse
- VERSION=3.9.2
+ VERSION=3.9.3
SOURCE=$SPELLX-$VERSION.tar.xz

SOURCE_URL[0]=https://github.com/libfuse/libfuse/releases/download/${SPELLX}-${VERSION}/$SOURCE
SOURCE2=$SOURCE.asc
diff --git a/disk/fuse3/HISTORY b/disk/fuse3/HISTORY
index 5428138..bcfc396 100644
--- a/disk/fuse3/HISTORY
+++ b/disk/fuse3/HISTORY
@@ -1,3 +1,6 @@
+2020-10-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.9.3
+
2020-06-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.9.2

diff --git a/gnome3-libs/pygobject3/BUILD b/gnome3-libs/pygobject3/BUILD
index 45b2462..fb5f0cf 100755
--- a/gnome3-libs/pygobject3/BUILD
+++ b/gnome3-libs/pygobject3/BUILD
@@ -1,2 +1,3 @@
-OPTS="$OPTS python=python3"
+OPTS="$OPTS python=python3" &&
+OPTS+=" tests=false" &&
default_build
diff --git a/gnome3-libs/pygobject3/DEPENDS b/gnome3-libs/pygobject3/DEPENDS
index 7f76f56..a3647e6 100755
--- a/gnome3-libs/pygobject3/DEPENDS
+++ b/gnome3-libs/pygobject3/DEPENDS
@@ -3,4 +3,4 @@ depends meson &&
depends glib2 &&
depends gobject-introspection &&

-optional_depends py3cairo "pycairo=true" "pycairo=false" "for pycairo
integration"
+optional_depends py3cairo "pycairo=enabled" "pycairo=disabled" "for pycairo
integration"
diff --git a/gnome3-libs/pygobject3/DETAILS b/gnome3-libs/pygobject3/DETAILS
index 5947e28..db049bc 100755
--- a/gnome3-libs/pygobject3/DETAILS
+++ b/gnome3-libs/pygobject3/DETAILS
@@ -2,10 +2,10 @@ source $GRIMOIRE/MESON_FUNCTIONS
SPELL=pygobject3
if [[ $PYGOBJECT3_BRANCH == devel ]]; then
VERSION=3.21.0
-
SOURCE_HASH=sha512:68ce77da051fbc71696bbf271f3693679912e0ba352f1e107b508c0b3eb347498be52745dbf962ed424e133540f77f0f2420948c0fe65d1462fd5797b70650d8
+
SOURCE_HASH=sha512:d63313dea2c143cf8c08a4678f1aa8e5908d503ad29c596eeb9fa1070e1231de57cf934c33031f9c4920b85e391f3b4143b46491ffd16e04e8d48871cb05e5df
else
- VERSION=3.36.1
-
SOURCE_HASH=sha512:5e00dcd03dfe4f92acbf827c13c164b6b9740b2a8cef3b2dce70f96a2156fee2411c84dc669f12b910f4a93daa03ba845282832e2b09d8c887102d43764a345f
+ VERSION=3.38.0
+
SOURCE_HASH=sha512:d63313dea2c143cf8c08a4678f1aa8e5908d503ad29c596eeb9fa1070e1231de57cf934c33031f9c4920b85e391f3b4143b46491ffd16e04e8d48871cb05e5df
fi
SOURCE=pygobject-$VERSION.tar.xz
SOURCE_URL[0]=$GNOME_URL/sources/pygobject/${VERSION%.*}/$SOURCE
diff --git a/gnome3-libs/pygobject3/HISTORY b/gnome3-libs/pygobject3/HISTORY
index 8cdb28a..946d112 100644
--- a/gnome3-libs/pygobject3/HISTORY
+++ b/gnome3-libs/pygobject3/HISTORY
@@ -1,3 +1,8 @@
+2020-10-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.38.0
+ * DEPENDS: fix flags
+ * BUILD: disable tests
+
2020-05-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: stable version 3.36.1

diff --git a/kde5-apps/krename/DETAILS b/kde5-apps/krename/DETAILS
index a3e8d0d..f0e0904 100644
--- a/kde5-apps/krename/DETAILS
+++ b/kde5-apps/krename/DETAILS
@@ -1,5 +1,5 @@
SPELL=krename
- VERSION=5.0.0
+ VERSION=5.0.1
SOURCE=$SPELL-$VERSION.tar.xz

SOURCE_URL=https://download.kde.org/stable/$SPELL/${VERSION}/src/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/kde5-apps/krename/HISTORY b/kde5-apps/krename/HISTORY
index 653916d..79193fd 100644
--- a/kde5-apps/krename/HISTORY
+++ b/kde5-apps/krename/HISTORY
@@ -1,3 +1,6 @@
+2020-10-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.0.1
+
2018-02-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.0.0
* DETAILS: add gpg checking
diff --git a/python-pypi/pyfuse3/DETAILS b/python-pypi/pyfuse3/DETAILS
index ce12068..239444e 100755
--- a/python-pypi/pyfuse3/DETAILS
+++ b/python-pypi/pyfuse3/DETAILS
@@ -1,7 +1,7 @@
SPELL=pyfuse3
- VERSION=2.0.0
-
VX=0e/f6/fd90c178fd2e3a7db9744769c70ee8c88ce83140580508bcc964f1614b7f
-
SOURCE_HASH=sha512:a9565b04d6ce4983b51d9fcdfaf71335bae0bfb15a6150fad95218f41fc2913dfdbbbe0358a3e1aeb887b37b46edfea38f1101d97c0efd0fb3f9f19b4ccda350
+ VERSION=3.1.0
+
VX=17/9e/f49c16a8dda6f07ed4d6618da13d57c29dcb49c8ebc324d2b0e39a04eabd
+
SOURCE_HASH=sha512:e7b6326f95818ef7b1b2eb72a8ad35dfde624879e92628610269b1a59f596c188c6b46b455eff2c461eb3489369f8cfe3dffdf25b7fc753b5e753faf84fedfce
SOURCE=$SPELL-$VERSION.tar.gz
WEB_SITE=https://github.com/libfuse/pyfuse3
SOURCE_URL[0]=https://files.pythonhosted.org/packages/$VX/$SOURCE
diff --git a/python-pypi/pyfuse3/HISTORY b/python-pypi/pyfuse3/HISTORY
index e17820a..c8f75c4 100644
--- a/python-pypi/pyfuse3/HISTORY
+++ b/python-pypi/pyfuse3/HISTORY
@@ -1,3 +1,6 @@
+2020-10-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.1.0
+
2020-01-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.0

diff --git a/python-pypi/python-llfuse/DETAILS
b/python-pypi/python-llfuse/DETAILS
index a8ba63b..65d2be9 100755
--- a/python-pypi/python-llfuse/DETAILS
+++ b/python-pypi/python-llfuse/DETAILS
@@ -1,8 +1,8 @@
SPELL=python-llfuse
- VERSION=1.3.6
-VX=75/b4/5248459ec0e7e1608814915479cb13e5baf89034b572e3d74d5c9219dd31
-
SOURCE_HASH=sha512:d67e39daf65c92ebb5bf69abb0c5dc3a88460228b5ec5ee762a11fc909369562411297e8ff9f512ee1ef539d8abec765924be581703fb7e99963c6512cb1f0bd
- SOURCE="llfuse-${VERSION}.tar.bz2"
+ VERSION=1.3.7
+
VX=3e/c4/f8d7a949c851bd6e243fa8980725a529127f0cfad837c402cd09aaf21234
+
SOURCE_HASH=sha512:134c8e5d56d91959485a303892d2deeff62f3ba06a6084cd3f3118094cddbfa5d3b98461eed9bc779d82a8fb5c9560cd1ef028a79a5ea938f523806e9af4b237
+ SOURCE="llfuse-${VERSION}.tar.gz"
WEB_SITE=https://pypi.org/project/llfuse
SOURCE_URL[0]=https://files.pythonhosted.org/packages/$VX/$SOURCE
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/llfuse-${VERSION}"
diff --git a/python-pypi/python-llfuse/HISTORY
b/python-pypi/python-llfuse/HISTORY
index 0def29b..7e3cdc1 100644
--- a/python-pypi/python-llfuse/HISTORY
+++ b/python-pypi/python-llfuse/HISTORY
@@ -1,3 +1,6 @@
+2020-10-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.7
+
2019-08-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.6
download form pypi
diff --git a/xorg-proto/xcb-proto/DEPENDS b/xorg-proto/xcb-proto/DEPENDS
old mode 100644
new mode 100755
diff --git a/xorg-proto/xcb-proto/HISTORY b/xorg-proto/xcb-proto/HISTORY
index c64018e..dc29d2e 100644
--- a/xorg-proto/xcb-proto/HISTORY
+++ b/xorg-proto/xcb-proto/HISTORY
@@ -1,3 +1,6 @@
+2020-10-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: make executable
+
2020-02-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.14




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (75425db34734299eb5565c09b8b0a8fa4bd499f2), Treeve Jelbert, 10/06/2020

Archive powered by MHonArc 2.6.24.

Top of Page