Commit Graph

44097 Commits

Author SHA1 Message Date
Biswapriyo Nath
3a2d67dc4e python-awesomeversion: update to 24.6.0 2024-07-18 05:52:25 +00:00
Biswapriyo Nath
ca804bf97b python-pygments-docs: update to 2.18.0 2024-07-18 11:06:25 +05:30
Biswapriyo Nath
601ded81a2 python-pygments: update to 2.18.0 2024-07-18 11:06:25 +05:30
Biswapriyo Nath
325f4024be python-pygments: Split docs into separate package
This helps to break the cyclic dependency between python-pygments and python-sphinx.
The similar change was done with python-jinja.
2024-07-18 11:06:25 +05:30
Biswapriyo Nath
f1cef2e4f9 gpgme: Workaround gcc 14 compiler error 2024-07-18 04:31:48 +00:00
Biswapriyo Nath
89815dfcc5 python-pybase64: fix constness issues related to PyArg_ParseTupleAndKeywords
These have been fixed for Python 3.13+
For lower versions, just use a cast.
2024-07-18 04:10:01 +00:00
Konstantin Podsvirov
c284713a8f python-sqlmodel: update to 0.0.20 2024-07-18 08:45:32 +05:30
Christoph Reiter
f8b7077f8a Rebuild Python packages containing simple_launcher executables
See https://github.com/msys2/MINGW-packages/pull/21436
2024-07-18 00:51:15 +02:00
Christoph Reiter
24048b3881 Merge pull request #21440 from jhol/bump-conan
conan: rebuild to include python-installer fix a9b746d
2024-07-17 23:57:50 +02:00
Joel Holdsworth
a22876b450 conan: rebuild to include python-installer fix a9b746d
Previously, cmake would fail to spawn conan due to invalid information
being passed to Python through the STARTUPINFOW reserved fields by
python-installer simple_laucnher. This issue has now been corrected in
MINGW-packages with a patch.
2024-07-17 14:38:27 -07:00
Christoph Reiter
6a2e43da5b Merge pull request #21427 from fsagbuya/pyvisa
python-pyvisa: new package
2024-07-17 23:25:38 +02:00
Christoph Reiter
cffeb3b608 Merge pull request #21438 from jhol/fix-perl-module-makedepends
Fix perl module makedepends
2024-07-17 23:22:13 +02:00
Joel Holdsworth
7e22a77c30 perl-html-target: Fixed mingw32-make missing from makedepends and rebuild 2024-07-17 13:41:01 -07:00
Joel Holdsworth
1965242bd1 perl-io-string: Fixed mingw32-make missing from makedepends and rebuild 2024-07-17 13:41:01 -07:00
Joel Holdsworth
9c50fae31a perl-file-which: Fixed mingw32-make missing from makedepends and rebuild 2024-07-17 13:41:01 -07:00
Christoph Reiter
cb9911747b Merge pull request #21397 from kreijstal-contributions/igraph
add package python-igraph
2024-07-17 22:37:09 +02:00
Christoph Reiter
b582600aaf some cleanups; remove 32bit 2024-07-17 22:26:54 +02:00
Biswapriyo Nath
6fbaf990fd python-installer: bump pkgrel after last change 2024-07-18 01:14:18 +05:30
Joel Holdsworth
c8bf224d5d perl-encode-compat: Fixed mingw32-make missing from makedepends and rebuild 2024-07-17 12:35:18 -07:00
Joel Holdsworth
1b69d0eabc perl-win32-tieregistry: Fixed mingw32-make missing from makedepends and rebuild 2024-07-17 12:34:04 -07:00
Joel Holdsworth
a9b746da71 python-installer: Zero lpReserved2 and cbReserved2 fields in simple_launcher STARTUPINFOW
simple_launcher currently copies the values of lpReserved2 and cbReserved2 from
the parent process to the child. In some cases, these fields are used to pass
information. For example, the MSVC C runtime uses the fields as part of its
_spawn implementation to pass file descriptor information to the child. However,
this information is invalid in the grand-child proces.

This issue is a cause of a bug when CMake attempts to launch a python-installer
child process:

  * https://gitlab.kitware.com/cmake/cmake/-/issues/25996

This patch corrects the issue by applying a patch to zero the fields.
2024-07-18 01:00:25 +05:30
Christoph Reiter
0f402b42eb Merge pull request #21423 from marcelotduarte/new_cx_freeze
python-cx-freeze: update to 7.2.0
2024-07-17 20:40:55 +02:00
Maksim Bondarenkov
99b4a38a71 uv: update to 0.2.26 2024-07-17 21:31:26 +03:00
Maksim Bondarenkov
b7cc01d771 python-sphinx-argparse: update to 0.5.2 2024-07-17 21:30:58 +03:00
Biswapriyo Nath
c6b26c8905 python-pyarrow: Add package 2024-07-17 23:48:47 +05:30
Biswapriyo Nath
58e7c91be8 arrow: Link with shared thrift library explicitly
It was set to static library for Win32 in apache-arrow/cpp/cmake_modules/DefineOptions.cmake.
2024-07-17 21:23:35 +05:30
Biswapriyo Nath
559e6fd608 arrow: Use build system options to use out-of-tree build directory 2024-07-17 21:23:35 +05:30
Helge Konetzka
5b39ff740d qemu: update to 9.0.2 2024-07-17 18:24:27 +05:30
Florian Agbuya
bba27ccd29 python-pyvisa: new package 2024-07-17 16:40:33 +08:00
مهدي شينون (Mehdi Chinoune)
1e58892d41 Drop clang64 and clangarm64 from scipy dependent packages. 2024-07-17 08:46:55 +01:00
مهدي شينون (Mehdi Chinoune)
fca528cdc1 scipy: update to 1.14.0 2024-07-17 08:46:55 +01:00
Christoph Reiter
7ab65f3f28 Merge pull request #21420 from podsvirov/tgui-update
tgui: update to 1.4.0
2024-07-17 09:37:56 +02:00
Marcelo Duarte
2f7acb0ba0 python-cx-freeze: update to 7.2.0 2024-07-16 19:08:09 -03:00
مهدي شينون (Mehdi Chinoune)
932a2d3cd2 eccodes: update to 2.35.0 2024-07-16 18:56:05 +01:00
Konstantin Podsvirov
ba345b88c9 tgui: update to 1.4.0 2024-07-16 18:54:44 +03:00
Konstantin Podsvirov
d5872e6aff Merge pull request #21405 from podsvirov/flecs-update
flecs: update to 4.0.0
2024-07-16 18:48:21 +03:00
Raúl Cumplido
b83cd9bb44 gdal: Rebuild for arrow 2024-07-16 17:44:41 +05:30
Raúl Cumplido
5fe7d06c42 groonga: Rebuild for arrow 2024-07-16 17:44:41 +05:30
Raúl Cumplido
ad69d0da5c arrow: Update to 17.0.0 2024-07-16 17:44:41 +05:30
Christoph Reiter
539a351665 Merge pull request #21406 from podsvirov/hugo-update
hugo: update to 0.128.2
2024-07-16 07:56:54 +02:00
Christoph Reiter
5681fbad8b Merge pull request #21408 from podsvirov/cargo-create-tauri-app
cargo-create-tauri-app: update to 4.0.2
2024-07-16 07:55:46 +02:00
Christoph Reiter
7fcfaa443c Merge pull request #21409 from podsvirov/python-jinja-docs-update
python-jinja-docs: update to 3.1.4
2024-07-16 07:55:31 +02:00
Konstantin Podsvirov
0e7e9a1ed6 fzf: update to 0.54.0 2024-07-16 08:07:40 +03:00
Rafal
5ed4401bd3 pastix: add opencl-headers 2024-07-16 08:06:41 +03:00
Rafal
978d998359 pastix: update to 6.4.0 2024-07-16 08:06:41 +03:00
Rafal
6954ba6428 starpu: update to 1.4.7 2024-07-16 08:06:41 +03:00
مهدي شينون (Mehdi Chinoune)
e523af1039 spglib: update to 2.5.0 2024-07-16 04:30:07 +01:00
Patrick Lehmann
2f48908fec python-coverage: update to 7.6.0 2024-07-16 08:50:53 +05:30
Maksim Bondarenkov
9ac2127d38 python-sphinx-argparse: update to 0.5.0 2024-07-15 22:38:34 +03:00
مهدي شينون (Mehdi Chinoune)
9b0735f96c gtest: update to 1.15.0 2024-07-15 20:08:06 +01:00