Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/pkgs/contourpy/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=contourpy-VERSION.tar.gz
sha1=eb8520cb7172aa8b957d8ba2d09e8f6d9a068d2a
sha256=96ba37c2e24b7212a77da85004c38e7c4d155d3e72a45eeaf22c1f03f607e8ab
sha1=6ff01b119c4c84785814c5f5645c9e8f62d0f2a1
sha256=dfd97abd83335045a913e3bcc4a09c0ceadbe66580cf573fe961f4a825efa699
upstream_url=https://files.pythonhosted.org/packages/source/c/contourpy/contourpy-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/contourpy/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.3.1
4 changes: 2 additions & 2 deletions build/pkgs/cycler/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=cycler-VERSION.tar.gz
sha1=576c8605d33a8f70eccabf321ecc9e2fbdb9fb72
sha256=9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f
sha1=4d77197b984d90fa044f00ada0e9bc0a9795e9e0
sha256=88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c
upstream_url=https://files.pythonhosted.org/packages/source/c/cycler/cycler-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/cycler/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.12.1
2 changes: 1 addition & 1 deletion build/pkgs/cycler/version_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cycler >=0.10.0
cycler >=0.12.1
4 changes: 2 additions & 2 deletions build/pkgs/fonttools/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=fonttools-VERSION.tar.gz
sha1=5432f0273040b044e8d6465947e3a4c00097bdbf
sha256=c391cd5af88aacaf41dd7cfb96eeedfad297b5899a39e12f4c2c3706d0a3329d
sha1=e70e7ee970eb11712fcf544f619bc5a9f49851e3
sha256=a114d1567e1a1586b7e9e7fc2ff686ca542a82769a296cef131e4c4af51e58f4
upstream_url=https://files.pythonhosted.org/packages/source/f/fonttools/fonttools-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/fonttools/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.42.1
4.56.0
4 changes: 2 additions & 2 deletions build/pkgs/kiwisolver/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=kiwisolver-VERSION.tar.gz
sha1=e5234bdcb7e7b620d47a00da076d50f2b63d8649
sha256=e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec
sha1=f79c1d067d5ccdd2c8e92fb365512d8a75e9be81
sha256=23d5f023bdc8c7e54eb65f03ca5d5bb25b601eac4d7f1a042888a1f45237987e
upstream_url=https://files.pythonhosted.org/packages/source/k/kiwisolver/kiwisolver-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/kiwisolver/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.5
1.4.8
2 changes: 1 addition & 1 deletion build/pkgs/kiwisolver/version_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kiwisolver >=1.0.1
kiwisolver >=1.4.8
4 changes: 2 additions & 2 deletions build/pkgs/matplotlib/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=matplotlib-VERSION.tar.gz
sha1=b3391b48ab0bf91778064ce5b2226ff2a2658d7c
sha256=df8505e1c19d5c2c26aff3497a7cbd3ccfc2e97043d1e4db3e76afa399164b69
sha1=e4802f77d563ee3e3fc7045d4605d888cd1fb58f
sha256=e8d2d0e3881b129268585bf4765ad3ee73a4591d77b9a18c214ac7e3a79fb2ba
upstream_url=https://files.pythonhosted.org/packages/source/m/matplotlib/matplotlib-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/matplotlib/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.0
3.10.1
6 changes: 4 additions & 2 deletions build/pkgs/matplotlib/spkg-install.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Write a configuration file to src/setup.cfg
# Write a configuration file to src/mplsetup.cfg
python3 make-setup-config.py

cd src

# Finally install
sdh_pip_install .
# https://matplotlib.org/stable/install/dependencies.html#use-system-libraries
sdh_pip_install -C setup-args="-Dsystem-freetype=true" \
-C setup-args="-Dsystem-qhull=true" .
4 changes: 1 addition & 3 deletions build/pkgs/matplotlib/version_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Issue #33642: Set lower bound for use of matplotlib color maps introduced in #33491,
# and to suppress deprecation warnings (https://github.com/matplotlib/matplotlib/pull/21073)
matplotlib >=3.5.1
matplotlib >=3.10.1
4 changes: 2 additions & 2 deletions build/pkgs/numpy/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=numpy-VERSION.tar.gz
sha1=f776e594fbd88e4a50639213b4c510b1588e2dd0
sha256=dbdc15f0c81611925f382dfa97b3bd0bc2c1ce19d4fe50482cb0ddc12ba30020
sha1=ebf8cc9222a07a7e311b8bc23d6e03d69c0d13d7
sha256=9ba03692a45d3eef66559efe1d1096c4b9b75c0986b5dff5530c378fb8331d4f
upstream_url=https://files.pythonhosted.org/packages/source/n/numpy/numpy-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/numpy/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.3
2.2.4
4 changes: 2 additions & 2 deletions build/pkgs/packaging/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=packaging-VERSION-py3-none-any.whl
sha1=a050029d1e0c1b95b3ddcd566be4ad352cd42666
sha256=5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
sha1=80c56385662bb21674d3bd545a3d283b32ba2be6
sha256=09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759
upstream_url=https://files.pythonhosted.org/packages/py3/p/packaging/packaging-VERSION-py3-none-any.whl
2 changes: 1 addition & 1 deletion build/pkgs/packaging/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.1
24.2
4 changes: 1 addition & 3 deletions build/pkgs/packaging/version_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
packaging >=21.0
# Issue #30975: packaging 20.5 is known to work but we have to silence "DeprecationWarning: Creating a LegacyVersion"
# Sphinx needs >= 21
packaging >=24.2
4 changes: 2 additions & 2 deletions build/pkgs/pyparsing/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=pyparsing-VERSION-py3-none-any.whl
sha1=bf1ab91fb997ccee2793e1e7f22a56a25f5e3a93
sha256=f9db75911801ed778fe61bb643079ff86601aca99fcae6345aa67292038fb742
sha1=20a4600eca79e9f109e921b737c3e3ee77de0f90
sha256=a749938e02d6fd0b59b356ca504a24982314bb090c383e3cf201c95ef7e2bfcf
upstream_url=https://files.pythonhosted.org/packages/py3/p/pyparsing/pyparsing-VERSION-py3-none-any.whl
2 changes: 1 addition & 1 deletion build/pkgs/pyparsing/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.2.3
2 changes: 1 addition & 1 deletion build/pkgs/pyparsing/version_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyparsing >=2.3.0
pyparsing >=3.2.3
4 changes: 2 additions & 2 deletions build/pkgs/six/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=six-VERSION-py2.py3-none-any.whl
sha1=79e6f2e4f9e24898f1896df379871b9c9922f147
sha256=8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
sha1=6e8f2653019f7cfb05196f8f08b9a905eab3d8dd
sha256=4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274
upstream_url=https://files.pythonhosted.org/packages/py2.py3/s/six/six-VERSION-py2.py3-none-any.whl
2 changes: 1 addition & 1 deletion build/pkgs/six/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.0
1.17.0
2 changes: 1 addition & 1 deletion build/pkgs/six/version_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
six >=1.15.0
six >=1.16.0
Loading