pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/py-obspy
Module Name: pkgsrc
Committed By: adam
Date: Wed May 14 14:25:38 UTC 2025
Modified Files:
pkgsrc/geography/py-obspy: Makefile distinfo
Log Message:
py-obspy: updated to 1.4.2
1.4.2
Changes:
- General:
* add support for numpy v2.0
- obspy.core:
* util: removed old and outdated 'CatchWarnings' context manager in favor of
the better 'CatchAndAssertWarnings' context manager
- obspy.clients.fdsn
* make sure to use a copy of `DEFAULT_SERVICES` when initializing a client
instance while skipping service discovery, to avoid accidental changes to
`DEFAULT_SERVICES`
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/geography/py-obspy/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/geography/py-obspy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/py-obspy/Makefile
diff -u pkgsrc/geography/py-obspy/Makefile:1.30 pkgsrc/geography/py-obspy/Makefile:1.31
--- pkgsrc/geography/py-obspy/Makefile:1.30 Wed Apr 16 14:38:57 2025
+++ pkgsrc/geography/py-obspy/Makefile Wed May 14 14:25:38 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2025/04/16 14:38:57 adam Exp $
+# $NetBSD: Makefile,v 1.31 2025/05/14 14:25:38 adam Exp $
-DISTNAME= obspy-1.4.1
+DISTNAME= obspy-1.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= geography python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/obspy/}
Index: pkgsrc/geography/py-obspy/distinfo
diff -u pkgsrc/geography/py-obspy/distinfo:1.12 pkgsrc/geography/py-obspy/distinfo:1.13
--- pkgsrc/geography/py-obspy/distinfo:1.12 Wed Jul 31 18:29:21 2024
+++ pkgsrc/geography/py-obspy/distinfo Wed May 14 14:25:38 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/07/31 18:29:21 adam Exp $
+$NetBSD: distinfo,v 1.13 2025/05/14 14:25:38 adam Exp $
-BLAKE2s (obspy-1.4.1.tar.gz) = 238615abb180b6b9c2b44d1652e77d7296bb62fcf0defa442a6e4c6af8bc9beb
-SHA512 (obspy-1.4.1.tar.gz) = df630e953c459431a95e7cb5f5f3ee1d22c5d35062b0ab23781e455a690b51d20ee584547f1c18b4f2ef1604c1bc763c2970025bc9aa87bd7169193fd445b80b
-Size (obspy-1.4.1.tar.gz) = 17035765 bytes
+BLAKE2s (obspy-1.4.2.tar.gz) = f5bd5a6fdc13b995c67b16a556091fa3d1168c63bc2aa0740d4aad9166969367
+SHA512 (obspy-1.4.2.tar.gz) = b97b9360ad1f2fba03f4024b3674a27ecf1a8acb4e714bf5a45df50ed3812edaf62a6a0bc447f92075498191ea79bd8e042f6faa7e2852bf375d9f74831f6b91
+Size (obspy-1.4.2.tar.gz) = 17036293 bytes
Home |
Main Index |
Thread Index |
Old Index