Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (e7c9aa118fa5983903c2c2441ac12d175d72a932)
  • Date: Tue, 4 Jun 2024 08:15:55 +0000

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

devel/cmake/DETAILS | 4 ++--
devel/cmake/HISTORY | 3 +++
python-pypi/lxml/DETAILS | 4 ++--
python-pypi/lxml/HISTORY | 4 ++++
python-pypi/lxml/PRE_BUILD | 18 ------------------
5 files changed, 11 insertions(+), 22 deletions(-)

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

cmake: => 3.29.4

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

lxml: => 5.2.2

diff --git a/devel/cmake/DETAILS b/devel/cmake/DETAILS
index 42d254e..78c9e39 100755
--- a/devel/cmake/DETAILS
+++ b/devel/cmake/DETAILS
@@ -1,6 +1,6 @@
SPELL=cmake
- VERSION=3.29.3
-
SOURCE_HASH="sha256:252aee1448d49caa04954fd5e27d189dd51570557313e7b281636716a238bccb"
+ VERSION=3.29.4
+
SOURCE_HASH="sha256:b1b48d7100bdff0b46e8c8f6a3c86476dbe872c8df39c42b8d104298b3d56a2c"
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
SOURCE_URL[0]="https://www.cmake.org/files/v${VERSION%.?}/${SOURCE}";
diff --git a/devel/cmake/HISTORY b/devel/cmake/HISTORY
index def441d..062aa0a 100644
--- a/devel/cmake/HISTORY
+++ b/devel/cmake/HISTORY
@@ -1,3 +1,6 @@
+2024-06-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.29.4
+
2024-05-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.29.3

diff --git a/python-pypi/lxml/DETAILS b/python-pypi/lxml/DETAILS
index 4e26e9a..014e1d6 100755
--- a/python-pypi/lxml/DETAILS
+++ b/python-pypi/lxml/DETAILS
@@ -1,6 +1,6 @@
SPELL=lxml
- VERSION=4.9.2
-
SOURCE_HASH=sha512:816b2fe2eef2a97a0df66cbc39850c6dc3d6470e4033cc73edb40c80c0afbbe6c084d042d7c98b29497926e76f648caa42e1ebe5d83060af08af6972316077b0
+ VERSION=5.2.2
+
SOURCE_HASH=sha512:20b87a2d6e7ac82b6979d6fd18ecd5c224fec6eeee6b69d47a5bf2947ce53e6a517d1b86ab68836a5974f78ce86551ddc2317c1a7255932b418b98dc64d59376
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://github.com/lxml/lxml/archive/$SOURCE
SECURITY_PATCH=2
diff --git a/python-pypi/lxml/HISTORY b/python-pypi/lxml/HISTORY
index 30e2229..48c76a7 100644
--- a/python-pypi/lxml/HISTORY
+++ b/python-pypi/lxml/HISTORY
@@ -1,3 +1,7 @@
+2024-06-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.2.2
+ * PRE_BUILDS: deleted
+
2023-11-11 Thomas Orgis <sobukus AT sourcemage.org>
* PRE_BUILDS: added to fix build with cython 3.x

diff --git a/python-pypi/lxml/PRE_BUILD b/python-pypi/lxml/PRE_BUILD
deleted file mode 100755
index 2408f33..0000000
--- a/python-pypi/lxml/PRE_BUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-message "${MESSAGE_COLOR}Hack build for new cython (remove on update to lxml
5.x).${DEFAULT_COLOR}" &&
-patch -p0 <<EOT
---- setupinfo.py.orig 2023-11-11 11:01:30.149082879 +0000
-+++ setupinfo.py 2023-11-11 11:04:02.318068772 +0000
-@@ -150,7 +150,9 @@
- }
- if OPTION_WITH_COVERAGE:
- cythonize_directives['linetrace'] = True
--
-+ # cython 3 pukes about exception stuff, adding legacy hack
-+ # https://github.com/openai/mujoco-py/issues/773#issuecomment-1712434247
-+ cythonize_directives['legacy_implicit_noexcept'] = True
- result = []
- for module, src_file in zip(modules, module_files):
- is_py = module in COMPILED_MODULES
-EOT


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (e7c9aa118fa5983903c2c2441ac12d175d72a932), Treeve Jelbert, 06/04/2024

Archive powered by MHonArc 2.6.24.

Top of Page