Skip to content

Commit fc591d3

Browse files
author
Release Manager
committed
gh-36733: `meson_python` 0.15 <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> <!-- Describe your changes here in detail --> Also a small upgrade for `cmake`, and an upgrade of `trove_classifiers`. <!-- Why is this change required? What problem does it solve? --> 0.15 can make compressed wheels, useful for #36730. https://mesonbuild.com/meson-python/changelog.html <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #36733 Reported by: Matthias Köppe Reviewer(s): Kwankyu Lee
2 parents 80f0ea5 + a886d48 commit fc591d3

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

build/pkgs/cmake/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=cmake-VERSION.tar.gz
2-
sha1=3e9b980bfb16974f57ca02b5e2b403a2ef2d4eca
3-
md5=7228f5fcc8a858fdeac27e29bda0c144
4-
cksum=2027526722
2+
sha1=05de9ac807fefeb2a36ed5e8fcea376a00dd3d57
3+
md5=df0e65607c9280a8df68b2c93eac4437
4+
cksum=3851971657
55
upstream_url=https://github.com/Kitware/CMake/releases/download/vVERSION/cmake-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.27.3
1+
3.27.8
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=meson_python-VERSION.tar.gz
2-
sha1=ce9192048927ee724673f57d9881b6bee320ff82
3-
md5=27bc0a24d1f5e2e83236a73f0826eadb
4-
cksum=530505556
2+
sha1=71bf382c2f2e76aada2f511a84bd59a99a6b1238
3+
md5=e91eb9946d7bb8be06e434c5a2dadd05
4+
cksum=535820777
55
upstream_url=https://pypi.io/packages/source/m/meson_python/meson_python-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0
1+
0.15.0
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=trove-classifiers-VERSION.tar.gz
2-
sha1=4763a32114b3bb96dfd447404022586355c5f83f
3-
md5=6ae148c8374d131dd18e28c22275d56a
4-
cksum=1938191178
2+
sha1=c6821e6c6d57dc2eec2d4156d63cdca939373759
3+
md5=154ae4cdb69ac37bb35a35c6fbc477cd
4+
cksum=84032195
55
upstream_url=https://pypi.io/packages/source/t/trove_classifiers/trove-classifiers-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023.8.7
1+
2023.11.14

0 commit comments

Comments
 (0)