17
0

Commit Graph

  • e6a7e4bc38 Accepting request 1294768 from devel:languages:python factory Ana Guerrero 2025-07-22 10:54:03 +00:00
  • 332b8c7475 Accepting request 1294330 from home:mcalabkova:branches:devel:languages:python Nico Krapp 2025-07-21 09:08:29 +00:00
  • 47ddf31d59 Accepting request 1273931 from devel:languages:python Dominique Leuenberger 2025-05-02 12:55:32 +00:00
  • 30bcd6b706 Accepting request 1273925 from home:dimstar:Factory Markéta Machová 2025-05-02 07:42:25 +00:00
  • b696b2914d Accepting request 1225312 from devel:languages:python slfo-main slfo-1.2 Ana Guerrero 2024-11-21 14:13:13 +00:00
  • 72d2cf7508 Accepting request 1225312 from devel:languages:python Ana Guerrero 2024-11-21 14:13:13 +00:00
  • 5663ae30f8 - update to 0.17.1: * Update tests to work with newly released pyproject-metadata 0.9.0. * Fix tests to work when not executed in a git work tree. * Refuse to build wheels targeting the limited API and free- threaded CPython: the free-threaded CPython build does not support the limited API yet. * Always use UTF-8 encoding for writing Meson native and cross files. Always use UTF-8 encoding for reading read Meson introspection data and pyproject.toml. * Do not include uncommitted changes when creating source distributions. Previously, uncommitted changes to files under version control were included, but not untracked files. There was no strong use case for this behavior and it was too surprising to keep it. * Make source distribution reproducible: use the modification time of pyproject.toml for the generated files in the source distribution archives. * Disable the abi3 wheel tag for PyPy when building wheels targeting the limited API: PyPy supports the limited API but not the stable ABI. * Raise ImportError when the package rebuild fails when importing an editable install. * Fix the wheel platform tag for GraalPy. * Add .gitignore and .hgignore files to build directory if it is empty. * Allow install_subdir() of missing directories. Dirk Mueller 2024-11-20 14:58:19 +00:00
  • 9f995bf51e - update to 0.17.1: * Update tests to work with newly released pyproject-metadata 0.9.0. * Fix tests to work when not executed in a git work tree. * Refuse to build wheels targeting the limited API and free- threaded CPython: the free-threaded CPython build does not support the limited API yet. * Always use UTF-8 encoding for writing Meson native and cross files. Always use UTF-8 encoding for reading read Meson introspection data and pyproject.toml. * Do not include uncommitted changes when creating source distributions. Previously, uncommitted changes to files under version control were included, but not untracked files. There was no strong use case for this behavior and it was too surprising to keep it. * Make source distribution reproducible: use the modification time of pyproject.toml for the generated files in the source distribution archives. * Disable the abi3 wheel tag for PyPy when building wheels targeting the limited API: PyPy supports the limited API but not the stable ABI. * Raise ImportError when the package rebuild fails when importing an editable install. * Fix the wheel platform tag for GraalPy. * Add .gitignore and .hgignore files to build directory if it is empty. * Allow install_subdir() of missing directories. Dirk Mueller 2024-11-20 14:58:19 +00:00
  • ae1f0722c4 Accepting request 1204841 from devel:languages:python Ana Guerrero 2024-10-01 15:11:42 +00:00
  • ac6da7827f Accepting request 1204841 from devel:languages:python Ana Guerrero 2024-10-01 15:11:42 +00:00
  • 839c5b9903 - Add mesonpy-reproducible.patch gh#openSUSE/python-rpm-macros#182 initiated by Bernhard Wiedemann @bmwiedemann Matej Cepl 2024-09-30 21:33:31 +00:00
  • e98e257dc8 Accepting request 1204522 from home:bnavigator:branches:devel:languages:python Matej Cepl 2024-09-30 21:33:31 +00:00
  • d27885b5b9 Accepting request 1189109 from devel:languages:python Dominique Leuenberger 2024-08-30 11:25:51 +00:00
  • 432623b4e5 Accepting request 1189109 from devel:languages:python Dominique Leuenberger 2024-08-30 11:25:51 +00:00
  • 886ce91330 Accepting request 1189073 from home:AndreasStieger:branches:devel:languages:python Matej Cepl 2024-07-22 18:49:28 +00:00
  • 2a882ab1a6 Accepting request 1189073 from home:AndreasStieger:branches:devel:languages:python Matej Cepl 2024-07-22 18:49:28 +00:00
  • 942348f9d0 Accepting request 1168465 from devel:languages:python Ana Guerrero 2024-04-18 20:10:39 +00:00
  • 8e3bc3a3ca Accepting request 1168465 from devel:languages:python Ana Guerrero 2024-04-18 20:10:39 +00:00
  • 7569e212ac Accepting request 1168416 from home:bnavigator:branches:devel:languages:python:numeric Markéta Machová 2024-04-17 06:46:38 +00:00
  • f6b575eee6 Accepting request 1168416 from home:bnavigator:branches:devel:languages:python:numeric Markéta Machová 2024-04-17 06:46:38 +00:00
  • 05ebc8c379 Accepting request 1112687 from devel:languages:python Ana Guerrero 2023-09-26 20:00:20 +00:00
  • 6a53146fb3 Accepting request 1112687 from devel:languages:python Ana Guerrero 2023-09-26 20:00:20 +00:00
  • 46a4425a2a - Update to 0.14.0: * Do not run `meson install to build a wheel. * Obey the --skip-subprojects when specified for the meson install command. * Implement support for the exclude_directories and exclude_files arguments to Meson install_subdir() function and similar installation functions. This requires Meson version 1.1.0 or later. * Implement support for building wheels targeting the Python limited API. * When pyproject.toml does not contain a version field and version is not declared dynamic, raise an error instead of silently using the version declared in meson.build. * Fix the mtime of source files in the sdist tarball. * Add objc and objcpp compilers to the cross file generated when the $ARCHFLAGS` is set. - Add patch no-build-isolation-in-test.patch, don't use an isolated environment. Steve Kowalik 2023-09-21 06:02:50 +00:00
  • 3ffecd64d4 - Update to 0.14.0: * Do not run `meson install to build a wheel. * Obey the --skip-subprojects when specified for the meson install command. * Implement support for the exclude_directories and exclude_files arguments to Meson install_subdir() function and similar installation functions. This requires Meson version 1.1.0 or later. * Implement support for building wheels targeting the Python limited API. * When pyproject.toml does not contain a version field and version is not declared dynamic, raise an error instead of silently using the version declared in meson.build. * Fix the mtime of source files in the sdist tarball. * Add objc and objcpp compilers to the cross file generated when the $ARCHFLAGS` is set. - Add patch no-build-isolation-in-test.patch, don't use an isolated environment. Steve Kowalik 2023-09-21 06:02:50 +00:00
  • cda52973e7 Accepting request 1105266 from devel:languages:python Ana Guerrero 2023-08-23 12:56:48 +00:00
  • a1f39e331c Accepting request 1105266 from devel:languages:python Ana Guerrero 2023-08-23 12:56:48 +00:00
  • 9766b3336c Accepting request 1104396 from home:mcalabkova:branches:devel:languages:python Markéta Machová 2023-08-22 12:37:59 +00:00
  • d7ae78c58d Accepting request 1104396 from home:mcalabkova:branches:devel:languages:python Markéta Machová 2023-08-22 12:37:59 +00:00
  • 0de84a2407 Accepting request 1092244 from devel:languages:python Dominique Leuenberger 2023-06-12 13:24:42 +00:00
  • ca227f96de Accepting request 1092244 from devel:languages:python Dominique Leuenberger 2023-06-12 13:24:42 +00:00
  • 419139e781 Accepting request 1092113 from home:ecsos:python Dirk Mueller 2023-06-11 11:41:17 +00:00
  • 7b89a96cbc Accepting request 1092113 from home:ecsos:python Dirk Mueller 2023-06-11 11:41:17 +00:00
  • d987df9e02 Accepting request 1074506 from devel:languages:python Dominique Leuenberger 2023-03-29 21:26:09 +00:00
  • d1a67ee68d Accepting request 1074506 from devel:languages:python Dominique Leuenberger 2023-03-29 21:26:09 +00:00
  • eca6a2e1dd - update to 0.12.1: * Fix regression where the `MACOSX_DEPLOYMENT_TARGET environment variable was accidentally renamed to MACOS_DEPLOYMENT_TARGET` Dirk Mueller 2023-03-26 19:50:12 +00:00
  • e49e3b7fff - update to 0.12.1: * Fix regression where the `MACOSX_DEPLOYMENT_TARGET environment variable was accidentally renamed to MACOS_DEPLOYMENT_TARGET` Dirk Mueller 2023-03-26 19:50:12 +00:00
  • d3bdd9b7da Accepting request 1058761 from devel:languages:python Dominique Leuenberger 2023-01-18 12:08:11 +00:00
  • 1dbc05e7eb Accepting request 1058761 from devel:languages:python Dominique Leuenberger 2023-01-18 12:08:11 +00:00
  • cdb0cecf12 Accepting request 1058265 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2023-01-16 20:46:34 +00:00
  • fe190ee46e Accepting request 1058265 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2023-01-16 20:46:34 +00:00
  • 6a97d4b144 Accepting request 1037919 from devel:languages:python Dominique Leuenberger 2022-11-25 12:11:29 +00:00
  • 9947469fe3 Accepting request 1037919 from devel:languages:python Dominique Leuenberger 2022-11-25 12:11:29 +00:00
  • 5451cf6f41 Accepting request 1037898 from home:bnavigator:branches:devel:languages:python Dirk Mueller 2022-11-24 13:51:03 +00:00
  • eb09c30644 Accepting request 1037898 from home:bnavigator:branches:devel:languages:python Dirk Mueller 2022-11-24 13:51:03 +00:00
  • ab608e384b Accepting request 1010928 from devel:languages:python Dominique Leuenberger 2022-10-18 10:44:10 +00:00
  • 28bb90c143 Accepting request 1010928 from devel:languages:python Dominique Leuenberger 2022-10-18 10:44:10 +00:00
  • 4bbb6f876e - Update meson-subdir-fix.patch to fix the failure for python3.8 and python3.9 because the meson package is only available for python3.10 Daniel Garcia 2022-10-14 12:46:01 +00:00
  • 584fa4af7c - Update meson-subdir-fix.patch to fix the failure for python3.8 and python3.9 because the meson package is only available for python3.10 Daniel Garcia 2022-10-14 12:46:01 +00:00
  • 168f66e3ac Accepting request 1010640 from home:mcalabkova:branches:devel:languages:python Markéta Machová 2022-10-14 09:21:07 +00:00
  • 9c1cd78cd2 Accepting request 1010640 from home:mcalabkova:branches:devel:languages:python Markéta Machová 2022-10-14 09:21:07 +00:00
  • a61b4069b6 Accepting request 1009788 from devel:languages:python Richard Brown 2022-10-11 16:03:31 +00:00
  • aa8722242b Accepting request 1009788 from devel:languages:python Richard Brown 2022-10-11 16:03:31 +00:00
  • d6fae54113 Accepting request 1009750 from home:bnavigator:branches:devel:languages:python:numeric Dirk Mueller 2022-10-11 12:40:52 +00:00
  • 80701d840a Accepting request 1009750 from home:bnavigator:branches:devel:languages:python:numeric Dirk Mueller 2022-10-11 12:40:52 +00:00
  • 54f1941077 Accepting request 1004199 from devel:languages:python Dominique Leuenberger 2022-09-19 14:02:48 +00:00
  • b6b8bde458 Accepting request 1004199 from devel:languages:python Dominique Leuenberger 2022-09-19 14:02:48 +00:00
  • 2b235b37f3 Accepting request 1003365 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2022-09-14 15:48:11 +00:00
  • 480435e3d9 Accepting request 1003365 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2022-09-14 15:48:11 +00:00