pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-scikit-image



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Mar  4 06:06:19 UTC 2025

Modified Files:
        pkgsrc/math/py-scikit-image: Makefile PLIST distinfo

Log Message:
py-scikit-image: updated to 0.25.2

scikit-image 0.25.2  (2025-02-18)

Bug Fixes

- Handle random degenerate case in ``skimage.graph.cut_normalized`` gracefully
- In ``skimage.feature.BRIEF``, copy ``keypoints`` if necessary to preserve contiguity
- Revert a previous fix to ``skimage.segmentation.watershed`` that unintentionally changed the algorithm's behavior for markers placed at maxima in the image. We decided that the behavior originally 
reported as a bug (gh-6632), is not actually one

Documentation

- Improve docstring of ``skimage.restoration.rolling_ball``

Infrastructure

- Only run the job if the PR got merged (vs merely closed)
- Fix typo in GH workflow
- Refactor GitHub's CI config and helper scripts
- Use pytest config in pyproject.toml in CI
- Lower CI build verbosity
- Port testing on Windows from Azure CI to GitHub's CI
- CI cleanup
- Simultaneously resolve all dependencies; add pip caching
- Reenable graph reproducibility test
- Give milestone labeler necessary permissions
- Milestone labeler permission not needed
- Fix 313t wheel build

Maintenance

- Include a missing image in meson.build so they are included in the wheel
- Add zizmor to pre-commit; address GH workflow issues raised


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/math/py-scikit-image/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/py-scikit-image/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/py-scikit-image/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-scikit-image/Makefile
diff -u pkgsrc/math/py-scikit-image/Makefile:1.25 pkgsrc/math/py-scikit-image/Makefile:1.26
--- pkgsrc/math/py-scikit-image/Makefile:1.25   Tue Feb 11 12:09:55 2025
+++ pkgsrc/math/py-scikit-image/Makefile        Tue Mar  4 06:06:19 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2025/02/11 12:09:55 adam Exp $
+# $NetBSD: Makefile,v 1.26 2025/03/04 06:06:19 adam Exp $
 
-DISTNAME=      scikit_image-0.25.1
+DISTNAME=      scikit_image-0.25.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    math graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scikit-image/}

Index: pkgsrc/math/py-scikit-image/PLIST
diff -u pkgsrc/math/py-scikit-image/PLIST:1.8 pkgsrc/math/py-scikit-image/PLIST:1.9
--- pkgsrc/math/py-scikit-image/PLIST:1.8       Tue Feb 11 12:09:55 2025
+++ pkgsrc/math/py-scikit-image/PLIST   Tue Mar  4 06:06:19 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2025/02/11 12:09:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/03/04 06:06:19 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -166,6 +166,7 @@ ${PYSITELIB}/skimage/data/motorcycle_dis
 ${PYSITELIB}/skimage/data/motorcycle_left.png
 ${PYSITELIB}/skimage/data/motorcycle_right.png
 ${PYSITELIB}/skimage/data/multipage.tif
+${PYSITELIB}/skimage/data/multipage_rgb.tif
 ${PYSITELIB}/skimage/data/no_time_for_that_tiny.gif
 ${PYSITELIB}/skimage/data/page.png
 ${PYSITELIB}/skimage/data/phantom.png

Index: pkgsrc/math/py-scikit-image/distinfo
diff -u pkgsrc/math/py-scikit-image/distinfo:1.11 pkgsrc/math/py-scikit-image/distinfo:1.12
--- pkgsrc/math/py-scikit-image/distinfo:1.11   Tue Feb 11 12:09:55 2025
+++ pkgsrc/math/py-scikit-image/distinfo        Tue Mar  4 06:06:19 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/02/11 12:09:55 adam Exp $
+$NetBSD: distinfo,v 1.12 2025/03/04 06:06:19 adam Exp $
 
-BLAKE2s (scikit_image-0.25.1.tar.gz) = 5802312b8342ea7ce5b9b78accccc29242f063efd9eb8c0716925a0f4282adf8
-SHA512 (scikit_image-0.25.1.tar.gz) = ede7fa3fdfda2440e5590a14b46b161418da3908674158b8592299d0b611913cdf4821761fcab6673470a33d178ec336d4d60d03fb9a072ed23e4f178a3eb0d8
-Size (scikit_image-0.25.1.tar.gz) = 22697578 bytes
+BLAKE2s (scikit_image-0.25.2.tar.gz) = 606ee42345a673545021b9f5cbc32e5d5bca4be37719a4b6418ad508e4aecbea
+SHA512 (scikit_image-0.25.2.tar.gz) = 8977585f7695d10df52d243d9fafdba2e04b5f4d4fe698dd9353bdffc4de21ad61053f55a46ed6350d5de8f1cd7dab969d45b85613a0e5fdb0b28a84c72551a9
+Size (scikit_image-0.25.2.tar.gz) = 22693594 bytes



Home | Main Index | Thread Index | Old Index