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: mef
Date: Sat Jan 2 10:06:04 UTC 2021
Modified Files:
pkgsrc/geography/py-obspy: Makefile PLIST distinfo
Log Message:
(geography/py-obspy) Updated 1.1.1 to 1.2.2 (build fix, too)
1.2.2 (doi: 10.5281/zenodo.3921997)
===================================
Changes:
- obspy.core:
* Fix wrong values in Stats object after deepcopy or pickle of Stats object
for edge cases (see #2601)
- obspy.clients.fdsn:
* EIDA routing client: fix an issue that leaded to a request of *all* EIDA
data when requesting an invalid, out-of-epochs time window for a valid
station (see #2611)
* update RASPISHAKE URL mapping to use https
* fix a bug of not handling HTTPException in mass_downloader (see #2606)
* use the client's set timeout in service discovery, too (see #2656)
* add URL mapping for FDSNWS at UIB-NORSAR (see #2659)
- obspy.clients.filesystem:
* sds: continue get_all_stations() even if encountering an invalid channel
code (see #2636)
- obspy.clients.neic:
* Make client socket blocking (see #2617)
- obspy.io.nordic:
* Fixed a bug raising an exception when reading a nordic file with a non
positive-definite covariance matrix (see #2593)
* Allow 60.0 seconds in the second field of origin times, allow NaN in
the magnitude field (see #2627)
- obspy.io.seiscomp:
* Fixed an issue where a response has zero zeros or poles (see #2633)
1.2.1 (doi: 10.5281/zenodo.3706479)
===================================
Changes:
- fix an installation issue with pip and setuptools version 46 (see #2578)
- fix response plots when providing `axes=...` with a numpy array of Axes
instances (see #2579)
1.2.0 (doi: 10.5281/zenodo.3674646)
===================================
Work on this release was in parts and among others supported by the following
institutions/companies and grants (in alphabetical order):
- Earthquake Commision of New Zealand (EQC), grant 18/753
- École et Observatoire des Sciences de la Terre - Université de Strasbourg
- ETH Zürich
- Friedrich-Schiller-Universität Jena
- Geoscience Australia
- Incorporated Research Institutions for Seismology (IRIS), NSF (SAGE) award
:: EAR-1851048
- Institut de Physique du Globe de Strasbourg
- Institut de Physique du Globe de Paris
- Institutions for Seismology (IRIS) through the PASSCAL Instrument Center at
New Mexico Tech. The facilities of the IRIS Consortium are supported by the
National Science Foundation under Cooperative Agreement EAR-1261681 and the
DOE National Nuclear Security Administration.
- Istituto Nazionale di Geofisica e Vulcanologia, Osservatorio Etneo (Italy),
Allegato B2 DPC-INGV 2012-2021 Task 10
- Ludwig-Maximilians-Universität München
- National Institute for Occupational Safety and Health
- Royal Netherlands Meteorological Institute (KNMI)
- School of Geography, Environment and Earth Sciences, Victoria University of
Wellington
- The European Union’s Horizon 2020 research and innovation programme under
the ChEESE project, grant agreement No. 823844
- The Royal Observatory of Belgium
- U.S. Geological Survey
Changes:
- obspy.core:
* Inventory objects have been adapted to StationXML 1.1 for details on
changes see #2510 and
https://github.com/FDSN/StationXML/blob/master/Changes.md
* Fixed import of custom plugins (see #2423)
* Fixed "==" comparison for Stream and Trace which was very slow in case of
traces with >1e6 samples (see #2377)
* Added almost_equal method for Stream and Trace classes (see #2286).
* Casting FDSN identifiers to strings upon setting in the stats dictionary
(see #1997).
* UTCDateTime objects will now always evaluate equal if their string
representations are equal (see #2049).
* UTCDateTime objects now issue depreciation warnings when setting any
attributes outside of init, or comparing UTCDateTime objects with
different precisions (see #2077).
* UTCDateTime objects can now accept hour, minute, second, and microsecond
values greater than their normal limits by setting the strict keyword
argument to False (see #2232).
* Fixed UTCDateTime(..., julday=366) for non-leap years. This was returning
January 1st of the next year in case of non-leap years being used. Now it
properly raises an out-of-bounds ValueError (see #2369)
* When reading StationXML/SC3ML, make sure to properly read empty string
fields as empty strings instead of "None" (see #2519 and #2527)
* Better ISO8601 detection for UTCDateTime objects and UTCDateTime(...,
iso8601=False) now completely disables ISO8601 handling (see #2447)
* Added replace method to UTCDateTime class (see #2077).
* Added remove method to Inventory class (see #2088).
* Added id property to WaveformStreamID (see #2131).
* Added __str__ and _repr_pretty_ method for Comment class (see #2115)
* Added __eq__ to QuantityError so empty instances equal None (see #2185).
* Reworked the event scoped resource identifiers for the event classes
hopefully fixing all edge-cases (see #2091).
* Added a hook to allow users to customize finding objects for
resource_ids which are not found via the normal means (see #2279).
* Calling Stream.write(...) on an empty stream will now raise an
ObsPyException consistently across all I/O plugins (see #2201)
* Stream.get_gaps() will now properly report gaps within Traces that
have masked arrays (i.e. Traces that have been merged without a fill
value, see #2299 and #2300).
* Added copy method to Inventory class (see #2322).
* The Response.recalculate_overall_sensitivity() method now accepts integers
(see #2338, #2343).
* Added wildcard and url support to read_inventory (see #2326).
* Modified stream.get_gaps() to deal with overlaps correctly (see #1403)
* Added option "label_epoch_dates" to Inventory/Network.plot_response() to
optionally add channel epoch start/end dates to legend labels (see #2309)
* Deprecated the convert_id_to_quakeml_uri, regenerate_uuid, and
get_quakeml_uri methods of the ResourceIdentifier class (see #2303).
* Added get_quakeml_uri_str and get_quakeml_id methods to the
ResourceIdentifier class (see #2303).
* New method to create response objects directly from poles and zeros (see
#1962).
* Added Stream.stack method (see #2440).
* Added a component field to the Stats object which allows to get and set
the last character of the SEED channel (see #2484).
* Fixed a bug in Stream.plot(type='section', reftime=..., ...) that caused
wrong relative start times of traces relative to given reftime (see #2493)
* Fixed a Windows-specific path case issue in a helper function that returns
a list of untracked files in the git repository (see #2296)
* Fix a bug that was causing an exception being raised in `Response.plot()`
because a float was being passed down to numpy.linspace as length of array
(see #2533)
* Geographic select of inventory/network/station (see #2515)
* Select traces in Stream based on an Inventory (see #2531)
- obspy.clients.fdsn:
* Add new `_discover_services` boolean flag to the Client, which allows the
Client to skip the initial services query at instantiation. This can
reduce the load on service providers, but skips checks against unsupported
query parameters.
* Adding more location codes to the default priority list in the mass
downloader (see #2155, #2159).
* The mass downloader now raises a warning if all channels from a station
have been deselected due to the default location priorities setting. This
is a pure usability improvement as it has been confusing users
(see #2159).
* Make sure that streams fetched via FDSN are properly trimmed to user
requested times if data center serves additional data around the start/end
(see #1887, #2298)
* Fix a problem that could spam subprocesses that were not closed in routed
clients (see #2342 and #2344)
* Make it possible to use signed EIDA tokens and also skip token validation
completely (see #2297)
* Adding a mapping for RASPISHAKE
- obspy.clients.filesystem.tsindex:
* Add new Client & Indexer modules based on IRIS time series index (see
#2206)
- obspy.clients.iris:
* Results of distaz method are now returned as native floats (see #2499)
- obspy.clients.neic:
* Properly use specified timeout value (see #2450)
- obspy.clients.seedlink:
* Add method "get_info()" to fetch information on what
networks/stations/locations/channels are served by the seedlink server
(see #2405)
* "get_waveforms()" can now be used with '*' and '?' wildcards in any part
of requested SEED ID, i.e. network, station, location and channel (see
#2405)
- obspy.clients.seishub:
* Properly handle fetching poles and zeros in presence of multiple metadata
files for a given station (see #2411)
- obspy.geodetics:
* New utility function `inside_geobounds()` to check whether an object is
inside a geographic bound (see #2515)
- obspy.imaging:
* obspy-scan can now be used with wildcarded SEED IDs when specifying what
to plot after scanning data (see #2227)
* Fix a problem in Scanner when loading npz on Python3 that was written on
Python2 (see #2413)
* Fix an issue that could make small landmasses not get plotted in basemap
plots (see #2471, #2477)
* Fixed a bug in Stream.plot(type='section', reftime=..., ...) that caused
wrong relative start times of traces relative to given reftime (see #2493)
- obspy.io:
* Added read support for receiver gather format v. 1.6 (see #2070)
* Added read support for FOCMEC 'out' and 'lst' files (see #2156)
* Added read support for HypoDD 'pha' files (see #2378)
- obspy.io.arclink:
* Accommodate change in SeisComP3 publicID delimiter from '#' to '/' in
ArclinkXML (see #2552)
- obspy.io.dmx:
* Add read support for INGV's DMX format (see #2452)
- obspy.io.gcf:
* Fixes Python 3.8 compatibility of GCF reader. (see #2505)
- obspy.io.mseed:
* Fix a bug resulting in an infinite loop when trying to read a FullSEED
file without any data records (see #2534 and #2535)
* Add ability to write int64 data to mseed if it can safely be downcast
to int32 data, otherwise raises ObsPyMSEEDError. (see #2356)
* The recordanalyzer can now detect calibration blockettes 300, 310,
and 320 (see #2370).
* Can now write zero sampling-rate traces. (see #2488, 2509)
- obspy.io.nordic:
* Add ability to read and write focal mechanisms and moment tensor
information. (see #1924)
* Add explicit warnings regarding unsupported sections of Nordic files.
* Fix mapping of magnitude-types between MS to S and Ms to s.
* Output preferred origin when writing to Nordic format instead of using
the first origin (see #2195)
* Include high-accuracy phase-pick reading and writing - high-accuracy is
now the default phase-writing format, a boolean flag `high_accuracy`
has been added to turn this off. (see #2351 and #2348)
* Allow long-phase names (both reading and writing) - longer than 4 char.
(see #2351)
* Include AIN as takeoff-angle when reading and writing nordic files
(see #2404).
* Add error ellipses and read high-accuracy hypocenter lines (see #2451)
* Fix the incorrect handling of events missing pick evaluation information
(see #2520)
- obspy.io.reftek:
* Implement reading reftek encodings '16' and '32' (uncompressed data,
16/32bit integers, see #2058 and #2059)
- obspy.io.rg16:
* Implement module to read waveforms and headers from fcnt format (see #2265).
* Fix reading when start+endtime are inside one data packet (see #2485).
- obspy.io.sac:
* Fix bug writing inventory with SOH channels to SACPZ (see #2200).
* Blank-pad character header variables, as opposed to NUL-padding them, to
comply with SAC behavior (see #2543).
- obspy.io.segy:
* Raise nicer error messages when header packing fails (see #2194, #2196).
* Show nice error message when trying to write a trace with too many samples
in it (see #2358, #1393)
- obspy.io.seg2:
* Handle data format code 3 trace data (#2022, #2385).
* Improve parsing of free-form entries (#2385).
* Fix non-native endian data loading (#2385).
- obspy.io.seiscomp:
* Adding support for SC3ML 0.10 (see #2024).
* Update xsl to allow conversion of amplitude picks not associated with
origins (see #2273).
* Very large performance improvement reading large sc3ml inventory files by
pre-indexing sensors, dataloggers and responses and reducing lxml calls
(see #2296).
* When reading StationXML/SC3ML, make sure to properly read empty string
fields as empty strings instead of "None" (see #2519 and #2527)
- obspy.io.sh:
* Add read support for SeismicHandler EVT event files (see #2109)
- obspy.io.shapefile:
* Add possibility to add custom database columns when writing catalog or
inventory objects to shapefile (see #2012 and #2305)
- obspy.io.stationxml:
* When reading StationXML/SC3ML, make sure to properly read empty string
fields as empty strings instead of "None" (see #2519 and #2527)
* Inventory objects have been adapted to StationXML 1.1 for details on
changes see #2510 and
https://github.com/FDSN/StationXML/blob/master/Changes.md
- obspy.io.quakeml:
* Allow writing invalid ids but raise a warning
(see #2104, #2090, #2093, #1872).
* Skip invalid enumeration values during reading but raise a warning.
(see #2106, #2098, #2095)
* Catalogs with empty event description objects can be round-tripped (see
#2339, #2340).
* Correctly handle QuakeML native namespaces (if they are not matching the
document root's namespace) as custom namespaces and parse them into
`.extra` (see #2466)
- obspy.io.xseed:
* Ability to parse SEED files with extra newlines between blockettes
(see #2383)
- obspy.signal.cross_correlation:
* Add new `correlate_template()` function with 'full' normalization option,
required for correlations in template-matching
(see #2035 and #2042).
* 'domain' parameter in correlate function is deprecated in favour of new
'method' parameter to be consistent with recent SciPy versions
(see #2042).
* Add `correlate_stream_template()` and `correlation_detector()`
functions to detect events based on template matching (see #2315)
- obspy.signal.PPSD:
* Changed numpy-based serialization as to not require pickling (see #2424).
* Fixed exact trace cutting for PSD segments (see #2040).
* Timestamp representations internally and in npz I/O were changed to use
integer nanosecond POSIX timestamps to avoid any potential floating point
inaccuracies and since this is also what UTCDateTime is based on nowadays
(see #2045).
* Fixed the check for new PSD slices whether they should be added or whether
they would add unwanted duplicated data (see #2229).
* Fix `period_lim` option when `xaxis_frequency=True` (see #2246).
* Added `allow_pickle` parameter to `PPSD.add_npz` and `PPSD.load_npz` and
set its default to `False` (see #2457).
* Added representation of earthquake models from Clinton & Heaton (2002) in
'plot()' method using option 'show_earthquakes' (see #2455).
- obspy.signal.polarization:
* Fix an issue with covariance matrix in vidale algorithm and make adaptive
windowing opt-out (see #2565)
* Fix an issue in selecting Z/N/E traces from given stream (see #2365)
- obspy.signal.trigger:
* Fix a bug in AR picker (see #2157)
* Option to return Baer-Kradolfer characteristic function from pk_mbaer
function added (see #2341)
- obspy.taup:
* Fix cycling through colors in ray path plots (see #2470, #2478)
* Fix a floating point issue on IBM machines (see #2559, #2560)
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/geography/py-obspy/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/py-obspy/PLIST
cvs rdiff -u -r1.7 -r1.8 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.16 pkgsrc/geography/py-obspy/Makefile:1.17
--- pkgsrc/geography/py-obspy/Makefile:1.16 Mon Oct 12 21:51:59 2020
+++ pkgsrc/geography/py-obspy/Makefile Sat Jan 2 10:06:04 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/10/12 21:51:59 bacon Exp $
+# $NetBSD: Makefile,v 1.17 2021/01/02 10:06:04 mef Exp $
-DISTNAME= obspy-1.1.1
-PKGREVISION= 2
+DISTNAME= obspy-1.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= geography python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/obspy/}
Index: pkgsrc/geography/py-obspy/PLIST
diff -u pkgsrc/geography/py-obspy/PLIST:1.10 pkgsrc/geography/py-obspy/PLIST:1.11
--- pkgsrc/geography/py-obspy/PLIST:1.10 Sun May 3 21:52:18 2020
+++ pkgsrc/geography/py-obspy/PLIST Sat Jan 2 10:06:04 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2020/05/03 21:52:18 wiedi Exp $
+@comment $NetBSD: PLIST,v 1.11 2021/01/02 10:06:04 mef Exp $
bin/obspy-dataless2resp
bin/obspy-dataless2xseed
bin/obspy-flinn-engdahl
@@ -126,6 +126,7 @@ ${PYSITELIB}/obspy/clients/fdsn/tests/da
${PYSITELIB}/obspy/clients/fdsn/tests/data/AU.MEEK.xml
${PYSITELIB}/obspy/clients/fdsn/tests/data/bulk.mseed
${PYSITELIB}/obspy/clients/fdsn/tests/data/channel_level_fdsn.txt
+${PYSITELIB}/obspy/clients/fdsn/tests/data/channel_level_fdsn_obscure_location_code.txt
${PYSITELIB}/obspy/clients/fdsn/tests/data/channel_level_fdsn_with_multiple_epochs.txt
${PYSITELIB}/obspy/clients/fdsn/tests/data/dataselect.wadl
${PYSITELIB}/obspy/clients/fdsn/tests/data/dataselect_example.mseed
@@ -167,6 +168,15 @@ ${PYSITELIB}/obspy/clients/fdsn/wadl_par
${PYSITELIB}/obspy/clients/filesystem/__init__.py
${PYSITELIB}/obspy/clients/filesystem/__init__.pyc
${PYSITELIB}/obspy/clients/filesystem/__init__.pyo
+${PYSITELIB}/obspy/clients/filesystem/db.py
+${PYSITELIB}/obspy/clients/filesystem/db.pyc
+${PYSITELIB}/obspy/clients/filesystem/db.pyo
+${PYSITELIB}/obspy/clients/filesystem/miniseed.py
+${PYSITELIB}/obspy/clients/filesystem/miniseed.pyc
+${PYSITELIB}/obspy/clients/filesystem/miniseed.pyo
+${PYSITELIB}/obspy/clients/filesystem/msriterator.py
+${PYSITELIB}/obspy/clients/filesystem/msriterator.pyc
+${PYSITELIB}/obspy/clients/filesystem/msriterator.pyo
${PYSITELIB}/obspy/clients/filesystem/sds.py
${PYSITELIB}/obspy/clients/filesystem/sds.pyc
${PYSITELIB}/obspy/clients/filesystem/sds.pyo
@@ -174,9 +184,19 @@ ${PYSITELIB}/obspy/clients/filesystem/te
${PYSITELIB}/obspy/clients/filesystem/tests/__init__.pyc
${PYSITELIB}/obspy/clients/filesystem/tests/__init__.pyo
${PYSITELIB}/obspy/clients/filesystem/tests/data/sds_report.regex
+${PYSITELIB}/obspy/clients/filesystem/tests/data/tsindex_data/CU/2018/001/CU.TGUH.00.BHZ.2018.001_first_minute.mseed
+${PYSITELIB}/obspy/clients/filesystem/tests/data/tsindex_data/IU/2018/001/IU.ANMO.10.BHZ.2018.001_first_minute.mseed
+${PYSITELIB}/obspy/clients/filesystem/tests/data/tsindex_data/IU/2018/001/IU.COLA.10.BHZ.2018.001_first_minute.mseed
+${PYSITELIB}/obspy/clients/filesystem/tests/data/tsindex_data/timeseries.sqlite
${PYSITELIB}/obspy/clients/filesystem/tests/test_sds.py
${PYSITELIB}/obspy/clients/filesystem/tests/test_sds.pyc
${PYSITELIB}/obspy/clients/filesystem/tests/test_sds.pyo
+${PYSITELIB}/obspy/clients/filesystem/tests/test_tsindex.py
+${PYSITELIB}/obspy/clients/filesystem/tests/test_tsindex.pyc
+${PYSITELIB}/obspy/clients/filesystem/tests/test_tsindex.pyo
+${PYSITELIB}/obspy/clients/filesystem/tsindex.py
+${PYSITELIB}/obspy/clients/filesystem/tsindex.pyc
+${PYSITELIB}/obspy/clients/filesystem/tsindex.pyo
${PYSITELIB}/obspy/clients/httpproxy.py
${PYSITELIB}/obspy/clients/httpproxy.pyc
${PYSITELIB}/obspy/clients/httpproxy.pyo
@@ -332,6 +352,7 @@ ${PYSITELIB}/obspy/core/compatibility.py
${PYSITELIB}/obspy/core/compatibility.pyo
${PYSITELIB}/obspy/core/data/BW_GR_misc.xml
${PYSITELIB}/obspy/core/data/BW_RJOB.xml
+${PYSITELIB}/obspy/core/data/BW_RJOB__EHZ.xml
${PYSITELIB}/obspy/core/data/example.npz
${PYSITELIB}/obspy/core/event/__init__.py
${PYSITELIB}/obspy/core/event/__init__.pyc
@@ -354,6 +375,9 @@ ${PYSITELIB}/obspy/core/event/magnitude.
${PYSITELIB}/obspy/core/event/origin.py
${PYSITELIB}/obspy/core/event/origin.pyc
${PYSITELIB}/obspy/core/event/origin.pyo
+${PYSITELIB}/obspy/core/event/resourceid.py
+${PYSITELIB}/obspy/core/event/resourceid.pyc
+${PYSITELIB}/obspy/core/event/resourceid.pyo
${PYSITELIB}/obspy/core/event/source.py
${PYSITELIB}/obspy/core/event/source.pyc
${PYSITELIB}/obspy/core/event/source.pyo
@@ -400,6 +424,7 @@ ${PYSITELIB}/obspy/core/tests/data/IU_AN
${PYSITELIB}/obspy/core/tests/data/IU_ULN_00_LH1.xml
${PYSITELIB}/obspy/core/tests/data/IU_ULN_00_LH1_2015-07-18T02.mseed
${PYSITELIB}/obspy/core/tests/data/Modified_IRIS_response_level_station.xml
+${PYSITELIB}/obspy/core/tests/data/RESP.XX.NS306..SHZ.GS13.1.2180
${PYSITELIB}/obspy/core/tests/data/TM.SKLT.__.BHZ_faulty_response.xml
${PYSITELIB}/obspy/core/tests/data/XM.05.seed
${PYSITELIB}/obspy/core/tests/data/XM.05.xml
@@ -461,6 +486,9 @@ ${PYSITELIB}/obspy/core/tests/test_chann
${PYSITELIB}/obspy/core/tests/test_code_formatting.py
${PYSITELIB}/obspy/core/tests/test_code_formatting.pyc
${PYSITELIB}/obspy/core/tests/test_code_formatting.pyo
+${PYSITELIB}/obspy/core/tests/test_compatibility.py
+${PYSITELIB}/obspy/core/tests/test_compatibility.pyc
+${PYSITELIB}/obspy/core/tests/test_compatibility.pyo
${PYSITELIB}/obspy/core/tests/test_event.py
${PYSITELIB}/obspy/core/tests/test_event.pyc
${PYSITELIB}/obspy/core/tests/test_event.pyo
@@ -473,6 +501,9 @@ ${PYSITELIB}/obspy/core/tests/test_netwo
${PYSITELIB}/obspy/core/tests/test_preview.py
${PYSITELIB}/obspy/core/tests/test_preview.pyc
${PYSITELIB}/obspy/core/tests/test_preview.pyo
+${PYSITELIB}/obspy/core/tests/test_resource_identifier.py
+${PYSITELIB}/obspy/core/tests/test_resource_identifier.pyc
+${PYSITELIB}/obspy/core/tests/test_resource_identifier.pyo
${PYSITELIB}/obspy/core/tests/test_response.py
${PYSITELIB}/obspy/core/tests/test_response.pyc
${PYSITELIB}/obspy/core/tests/test_response.pyo
@@ -503,6 +534,9 @@ ${PYSITELIB}/obspy/core/tests/test_util_
${PYSITELIB}/obspy/core/tests/test_util_misc.py
${PYSITELIB}/obspy/core/tests/test_util_misc.pyc
${PYSITELIB}/obspy/core/tests/test_util_misc.pyo
+${PYSITELIB}/obspy/core/tests/test_util_testing.py
+${PYSITELIB}/obspy/core/tests/test_util_testing.pyc
+${PYSITELIB}/obspy/core/tests/test_util_testing.pyo
${PYSITELIB}/obspy/core/tests/test_util_types.py
${PYSITELIB}/obspy/core/tests/test_util_types.pyc
${PYSITELIB}/obspy/core/tests/test_util_types.pyo
@@ -798,6 +832,7 @@ ${PYSITELIB}/obspy/io/arclink/tests/data
${PYSITELIB}/obspy/io/arclink/tests/data/arclink_inventory.xml
${PYSITELIB}/obspy/io/arclink/tests/data/arclink_inventory_poly.xml
${PYSITELIB}/obspy/io/arclink/tests/data/gols_station.xml
+${PYSITELIB}/obspy/io/arclink/tests/data/public-id-slash.xml
${PYSITELIB}/obspy/io/arclink/tests/data/station_afc.xml
${PYSITELIB}/obspy/io/arclink/tests/test_inventory_xml.py
${PYSITELIB}/obspy/io/arclink/tests/test_inventory_xml.pyc
@@ -892,6 +927,36 @@ ${PYSITELIB}/obspy/io/css/tests/test_cor
${PYSITELIB}/obspy/io/css/tests/test_station.py
${PYSITELIB}/obspy/io/css/tests/test_station.pyc
${PYSITELIB}/obspy/io/css/tests/test_station.pyo
+${PYSITELIB}/obspy/io/dmx/__init__.py
+${PYSITELIB}/obspy/io/dmx/__init__.pyc
+${PYSITELIB}/obspy/io/dmx/__init__.pyo
+${PYSITELIB}/obspy/io/dmx/core.py
+${PYSITELIB}/obspy/io/dmx/core.pyc
+${PYSITELIB}/obspy/io/dmx/core.pyo
+${PYSITELIB}/obspy/io/dmx/tests/__init__.py
+${PYSITELIB}/obspy/io/dmx/tests/__init__.pyc
+${PYSITELIB}/obspy/io/dmx/tests/__init__.pyo
+${PYSITELIB}/obspy/io/dmx/tests/data/131114_090600.dmx
+${PYSITELIB}/obspy/io/dmx/tests/test_core.py
+${PYSITELIB}/obspy/io/dmx/tests/test_core.pyc
+${PYSITELIB}/obspy/io/dmx/tests/test_core.pyo
+${PYSITELIB}/obspy/io/focmec/__init__.py
+${PYSITELIB}/obspy/io/focmec/__init__.pyc
+${PYSITELIB}/obspy/io/focmec/__init__.pyo
+${PYSITELIB}/obspy/io/focmec/core.py
+${PYSITELIB}/obspy/io/focmec/core.pyc
+${PYSITELIB}/obspy/io/focmec/core.pyo
+${PYSITELIB}/obspy/io/focmec/tests/__init__.py
+${PYSITELIB}/obspy/io/focmec/tests/__init__.pyc
+${PYSITELIB}/obspy/io/focmec/tests/__init__.pyo
+${PYSITELIB}/obspy/io/focmec/tests/data/focmec_8sta-noratios.lst
+${PYSITELIB}/obspy/io/focmec/tests/data/focmec_8sta.lst
+${PYSITELIB}/obspy/io/focmec/tests/data/focmec_8sta.out
+${PYSITELIB}/obspy/io/focmec/tests/data/focmec_all.lst
+${PYSITELIB}/obspy/io/focmec/tests/data/focmec_qedUWne.lst
+${PYSITELIB}/obspy/io/focmec/tests/test_core.py
+${PYSITELIB}/obspy/io/focmec/tests/test_core.pyc
+${PYSITELIB}/obspy/io/focmec/tests/test_core.pyo
${PYSITELIB}/obspy/io/gcf/__init__.py
${PYSITELIB}/obspy/io/gcf/__init__.pyc
${PYSITELIB}/obspy/io/gcf/__init__.pyo
@@ -967,6 +1032,20 @@ ${PYSITELIB}/obspy/io/gse2/tests/test_li
${PYSITELIB}/obspy/io/gse2/tests/test_paz.py
${PYSITELIB}/obspy/io/gse2/tests/test_paz.pyc
${PYSITELIB}/obspy/io/gse2/tests/test_paz.pyo
+${PYSITELIB}/obspy/io/hypodd/__init__.py
+${PYSITELIB}/obspy/io/hypodd/__init__.pyc
+${PYSITELIB}/obspy/io/hypodd/__init__.pyo
+${PYSITELIB}/obspy/io/hypodd/pha.py
+${PYSITELIB}/obspy/io/hypodd/pha.pyc
+${PYSITELIB}/obspy/io/hypodd/pha.pyo
+${PYSITELIB}/obspy/io/hypodd/tests/__init__.py
+${PYSITELIB}/obspy/io/hypodd/tests/__init__.pyc
+${PYSITELIB}/obspy/io/hypodd/tests/__init__.pyo
+${PYSITELIB}/obspy/io/hypodd/tests/data/60s_nan.pha
+${PYSITELIB}/obspy/io/hypodd/tests/data/example.pha
+${PYSITELIB}/obspy/io/hypodd/tests/test_pha.py
+${PYSITELIB}/obspy/io/hypodd/tests/test_pha.pyc
+${PYSITELIB}/obspy/io/hypodd/tests/test_pha.pyo
${PYSITELIB}/obspy/io/iaspei/__init__.py
${PYSITELIB}/obspy/io/iaspei/__init__.pyc
${PYSITELIB}/obspy/io/iaspei/__init__.pyo
@@ -1166,6 +1245,9 @@ ${PYSITELIB}/obspy/io/mseed/tests/data/b
${PYSITELIB}/obspy/io/mseed/tests/data/bizarre/mseed_data_offset_0.mseed
${PYSITELIB}/obspy/io/mseed/tests/data/bizarre/mseed_no_blkt_1000.mseed
${PYSITELIB}/obspy/io/mseed/tests/data/blockette008.mseed
+${PYSITELIB}/obspy/io/mseed/tests/data/blockette300.mseed
+${PYSITELIB}/obspy/io/mseed/tests/data/blockette310.mseed
+${PYSITELIB}/obspy/io/mseed/tests/data/blockette320.mseed
${PYSITELIB}/obspy/io/mseed/tests/data/brokenlastrecord.mseed
${PYSITELIB}/obspy/io/mseed/tests/data/constructedFileToTestReadViaRecords.mseed
${PYSITELIB}/obspy/io/mseed/tests/data/corrupt_one_extra_byte_at_end.mseed
@@ -1310,6 +1392,9 @@ ${PYSITELIB}/obspy/io/nordic/__init__.py
${PYSITELIB}/obspy/io/nordic/core.py
${PYSITELIB}/obspy/io/nordic/core.pyc
${PYSITELIB}/obspy/io/nordic/core.pyo
+${PYSITELIB}/obspy/io/nordic/ellipse.py
+${PYSITELIB}/obspy/io/nordic/ellipse.pyc
+${PYSITELIB}/obspy/io/nordic/ellipse.pyo
${PYSITELIB}/obspy/io/nordic/tests/__init__.py
${PYSITELIB}/obspy/io/nordic/tests/__init__.pyc
${PYSITELIB}/obspy/io/nordic/tests/__init__.pyo
@@ -1319,13 +1404,27 @@ ${PYSITELIB}/obspy/io/nordic/tests/data/
${PYSITELIB}/obspy/io/nordic/tests/data/Sfile_no_location
${PYSITELIB}/obspy/io/nordic/tests/data/automag.out
${PYSITELIB}/obspy/io/nordic/tests/data/bad_picks.sfile
+${PYSITELIB}/obspy/io/nordic/tests/data/dos-file.sfile
+${PYSITELIB}/obspy/io/nordic/tests/data/plot_ellipse.png
+${PYSITELIB}/obspy/io/nordic/tests/data/plot_ellipse_tangents.png
+${PYSITELIB}/obspy/io/nordic/tests/data/plot_ellipse_tangents_pts.png
+${PYSITELIB}/obspy/io/nordic/tests/data/plot_ellipses.png
+${PYSITELIB}/obspy/io/nordic/tests/data/plot_ellipses_tangents.png
${PYSITELIB}/obspy/io/nordic/tests/data/round_len_undef.sfile
${PYSITELIB}/obspy/io/nordic/tests/data/select.out
+${PYSITELIB}/obspy/io/nordic/tests/data/sfile_bad_covariance
+${PYSITELIB}/obspy/io/nordic/tests/data/sfile_high_precision_picks
+${PYSITELIB}/obspy/io/nordic/tests/data/sfile_highaccuracy
+${PYSITELIB}/obspy/io/nordic/tests/data/sfile_long_phase
${PYSITELIB}/obspy/io/nordic/tests/data/sfile_over_day
${PYSITELIB}/obspy/io/nordic/tests/data/sfile_over_day_zeros
+${PYSITELIB}/obspy/io/nordic/tests/data/sfile_seconds_overflow
${PYSITELIB}/obspy/io/nordic/tests/test_nordic.py
${PYSITELIB}/obspy/io/nordic/tests/test_nordic.pyc
${PYSITELIB}/obspy/io/nordic/tests/test_nordic.pyo
+${PYSITELIB}/obspy/io/nordic/utils.py
+${PYSITELIB}/obspy/io/nordic/utils.pyc
+${PYSITELIB}/obspy/io/nordic/utils.pyo
${PYSITELIB}/obspy/io/pdas/__init__.py
${PYSITELIB}/obspy/io/pdas/__init__.pyc
${PYSITELIB}/obspy/io/pdas/__init__.pyo
@@ -1366,6 +1465,8 @@ ${PYSITELIB}/obspy/io/quakeml/data/Quake
${PYSITELIB}/obspy/io/quakeml/tests/__init__.py
${PYSITELIB}/obspy/io/quakeml/tests/__init__.pyc
${PYSITELIB}/obspy/io/quakeml/tests/__init__.pyo
+${PYSITELIB}/obspy/io/quakeml/tests/data/invalid_enum.xml
+${PYSITELIB}/obspy/io/quakeml/tests/data/invalid_id.xml
${PYSITELIB}/obspy/io/quakeml/tests/data/iris_events.xml
${PYSITELIB}/obspy/io/quakeml/tests/data/neries_events.xml
${PYSITELIB}/obspy/io/quakeml/tests/data/preferred.xml
@@ -1401,6 +1502,8 @@ ${PYSITELIB}/obspy/io/reftek/tests/data/
${PYSITELIB}/obspy/io/reftek/tests/data/2015282_225051_0ae4c_1_3.msd
${PYSITELIB}/obspy/io/reftek/tests/data/221935615_00000000
${PYSITELIB}/obspy/io/reftek/tests/data/225051000_00008656
+${PYSITELIB}/obspy/io/reftek/tests/data/230000005_0036EE80_cropped.npz
+${PYSITELIB}/obspy/io/reftek/tests/data/230000005_0036EE80_cropped.rt130
${PYSITELIB}/obspy/io/reftek/tests/data/unpacked_data_steim1.npy
${PYSITELIB}/obspy/io/reftek/tests/data/unpacked_data_steim2.npy
${PYSITELIB}/obspy/io/reftek/tests/test_core.py
@@ -1409,6 +1512,26 @@ ${PYSITELIB}/obspy/io/reftek/tests/test_
${PYSITELIB}/obspy/io/reftek/util.py
${PYSITELIB}/obspy/io/reftek/util.pyc
${PYSITELIB}/obspy/io/reftek/util.pyo
+${PYSITELIB}/obspy/io/rg16/__init__.py
+${PYSITELIB}/obspy/io/rg16/__init__.pyc
+${PYSITELIB}/obspy/io/rg16/__init__.pyo
+${PYSITELIB}/obspy/io/rg16/core.py
+${PYSITELIB}/obspy/io/rg16/core.pyc
+${PYSITELIB}/obspy/io/rg16/core.pyo
+${PYSITELIB}/obspy/io/rg16/tests/__init__.py
+${PYSITELIB}/obspy/io/rg16/tests/__init__.pyc
+${PYSITELIB}/obspy/io/rg16/tests/__init__.pyo
+${PYSITELIB}/obspy/io/rg16/tests/data/one_channel_many_traces.fcnt
+${PYSITELIB}/obspy/io/rg16/tests/data/three_chans_six_traces.fcnt
+${PYSITELIB}/obspy/io/rg16/tests/test_read_rg16.py
+${PYSITELIB}/obspy/io/rg16/tests/test_read_rg16.pyc
+${PYSITELIB}/obspy/io/rg16/tests/test_read_rg16.pyo
+${PYSITELIB}/obspy/io/rg16/tests/test_util.py
+${PYSITELIB}/obspy/io/rg16/tests/test_util.pyc
+${PYSITELIB}/obspy/io/rg16/tests/test_util.pyo
+${PYSITELIB}/obspy/io/rg16/util.py
+${PYSITELIB}/obspy/io/rg16/util.pyc
+${PYSITELIB}/obspy/io/rg16/util.pyo
${PYSITELIB}/obspy/io/sac/README.txt
${PYSITELIB}/obspy/io/sac/__init__.py
${PYSITELIB}/obspy/io/sac/__init__.pyc
@@ -1493,6 +1616,8 @@ ${PYSITELIB}/obspy/io/seg2/tests/__init_
${PYSITELIB}/obspy/io/seg2/tests/__init__.pyo
${PYSITELIB}/obspy/io/seg2/tests/data/20130107_103041000.CET.3c.cont.0.DAT.gz
${PYSITELIB}/obspy/io/seg2/tests/data/20130107_103041000.CET.3c.cont.0.seg2.gz
+${PYSITELIB}/obspy/io/seg2/tests/data/20180307_031245000.0.DAT.gz
+${PYSITELIB}/obspy/io/seg2/tests/data/20180307_031245000.0.seg2
${PYSITELIB}/obspy/io/seg2/tests/test_seg2.py
${PYSITELIB}/obspy/io/seg2/tests/test_seg2.pyc
${PYSITELIB}/obspy/io/seg2/tests/test_seg2.pyo
@@ -1580,8 +1705,10 @@ ${PYSITELIB}/obspy/io/seiscomp/__init__.
${PYSITELIB}/obspy/io/seiscomp/core.py
${PYSITELIB}/obspy/io/seiscomp/core.pyc
${PYSITELIB}/obspy/io/seiscomp/core.pyo
-${PYSITELIB}/obspy/io/seiscomp/data/quakeml_1.2__sc3ml_0.9.xsl
+${PYSITELIB}/obspy/io/seiscomp/data/quakeml_1.2__sc3ml_0.10.xsl
${PYSITELIB}/obspy/io/seiscomp/data/quakeml_types.xsd
+${PYSITELIB}/obspy/io/seiscomp/data/sc3ml_0.10.xsd
+${PYSITELIB}/obspy/io/seiscomp/data/sc3ml_0.10__quakeml_1.2.xsl
${PYSITELIB}/obspy/io/seiscomp/data/sc3ml_0.3.xsd
${PYSITELIB}/obspy/io/seiscomp/data/sc3ml_0.5.xsd
${PYSITELIB}/obspy/io/seiscomp/data/sc3ml_0.5__quakeml_1.2.xsl
@@ -1605,6 +1732,8 @@ ${PYSITELIB}/obspy/io/seiscomp/tests/__i
${PYSITELIB}/obspy/io/seiscomp/tests/data/EB_response_sc3ml
${PYSITELIB}/obspy/io/seiscomp/tests/data/EB_response_stationXML
${PYSITELIB}/obspy/io/seiscomp/tests/data/channel_level.sc3ml
+${PYSITELIB}/obspy/io/seiscomp/tests/data/field_sc3ml0.10.sc3ml
+${PYSITELIB}/obspy/io/seiscomp/tests/data/field_sc3ml0.10_res.xml
${PYSITELIB}/obspy/io/seiscomp/tests/data/iris_events.sc3ml
${PYSITELIB}/obspy/io/seiscomp/tests/data/iris_events_res.xml
${PYSITELIB}/obspy/io/seiscomp/tests/data/no_version_attribute.sc3ml
@@ -1613,8 +1742,11 @@ ${PYSITELIB}/obspy/io/seiscomp/tests/dat
${PYSITELIB}/obspy/io/seiscomp/tests/data/qml-example-1.2-RC3_no_events.sc3ml
${PYSITELIB}/obspy/io/seiscomp/tests/data/qml-example-1.2-RC3_write.sc3ml
${PYSITELIB}/obspy/io/seiscomp/tests/data/qml-example-1.2-RC3_wrong_id.sc3ml
+${PYSITELIB}/obspy/io/seiscomp/tests/data/quakeml_1.2_amplitude.sc3ml
+${PYSITELIB}/obspy/io/seiscomp/tests/data/quakeml_1.2_amplitude_res.xml
${PYSITELIB}/obspy/io/seiscomp/tests/data/quakeml_1.2_arrival.sc3ml
-${PYSITELIB}/obspy/io/seiscomp/tests/data/quakeml_1.2_arrival_res.xml
+${PYSITELIB}/obspy/io/seiscomp/tests/data/quakeml_1.2_arrival.xml
+${PYSITELIB}/obspy/io/seiscomp/tests/data/quakeml_1.2_arrival_res.sc3ml
${PYSITELIB}/obspy/io/seiscomp/tests/data/quakeml_1.2_data_used.sc3ml
${PYSITELIB}/obspy/io/seiscomp/tests/data/quakeml_1.2_data_used.xml
${PYSITELIB}/obspy/io/seiscomp/tests/data/quakeml_1.2_event.sc3ml
@@ -1634,12 +1766,14 @@ ${PYSITELIB}/obspy/io/seiscomp/tests/dat
${PYSITELIB}/obspy/io/seiscomp/tests/data/sc3ml_empty_depth_and_id.sc3ml
${PYSITELIB}/obspy/io/seiscomp/tests/data/usgs_event.sc3ml
${PYSITELIB}/obspy/io/seiscomp/tests/data/version0.10
+${PYSITELIB}/obspy/io/seiscomp/tests/data/version0.11
${PYSITELIB}/obspy/io/seiscomp/tests/data/version0.3
${PYSITELIB}/obspy/io/seiscomp/tests/data/version0.5
${PYSITELIB}/obspy/io/seiscomp/tests/data/version0.6
${PYSITELIB}/obspy/io/seiscomp/tests/data/version0.7
${PYSITELIB}/obspy/io/seiscomp/tests/data/version0.8
${PYSITELIB}/obspy/io/seiscomp/tests/data/version0.9
+${PYSITELIB}/obspy/io/seiscomp/tests/data/zero_poles_and_zeros.sc3ml
${PYSITELIB}/obspy/io/seiscomp/tests/test_core.py
${PYSITELIB}/obspy/io/seiscomp/tests/test_core.pyc
${PYSITELIB}/obspy/io/seiscomp/tests/test_core.pyo
@@ -1656,6 +1790,9 @@ ${PYSITELIB}/obspy/io/sh/__init__.pyo
${PYSITELIB}/obspy/io/sh/core.py
${PYSITELIB}/obspy/io/sh/core.pyc
${PYSITELIB}/obspy/io/sh/core.pyo
+${PYSITELIB}/obspy/io/sh/evt.py
+${PYSITELIB}/obspy/io/sh/evt.pyc
+${PYSITELIB}/obspy/io/sh/evt.pyo
${PYSITELIB}/obspy/io/sh/tests/__init__.py
${PYSITELIB}/obspy/io/sh/tests/__init__.pyc
${PYSITELIB}/obspy/io/sh/tests/__init__.pyo
@@ -1669,9 +1806,16 @@ ${PYSITELIB}/obspy/io/sh/tests/data/QFIL
${PYSITELIB}/obspy/io/sh/tests/data/TEST_090101_0101.ASC
${PYSITELIB}/obspy/io/sh/tests/data/TEST_090101_0101.QBN
${PYSITELIB}/obspy/io/sh/tests/data/TEST_090101_0101.QHD
+${PYSITELIB}/obspy/io/sh/tests/data/local1.evt
+${PYSITELIB}/obspy/io/sh/tests/data/local2.evt
+${PYSITELIB}/obspy/io/sh/tests/data/tele1.evt
+${PYSITELIB}/obspy/io/sh/tests/data/tele2.evt
${PYSITELIB}/obspy/io/sh/tests/test_core.py
${PYSITELIB}/obspy/io/sh/tests/test_core.pyc
${PYSITELIB}/obspy/io/sh/tests/test_core.pyo
+${PYSITELIB}/obspy/io/sh/tests/test_evt.py
+${PYSITELIB}/obspy/io/sh/tests/test_evt.pyc
+${PYSITELIB}/obspy/io/sh/tests/test_evt.pyo
${PYSITELIB}/obspy/io/shapefile/__init__.py
${PYSITELIB}/obspy/io/shapefile/__init__.pyc
${PYSITELIB}/obspy/io/shapefile/__init__.pyo
@@ -1724,6 +1868,7 @@ ${PYSITELIB}/obspy/io/stationxml/core.py
${PYSITELIB}/obspy/io/stationxml/data/Variations-FDSNSXML-SEED.txt
${PYSITELIB}/obspy/io/stationxml/data/fdsn-station+availability-1.0.xsd
${PYSITELIB}/obspy/io/stationxml/data/fdsn-station-1.0.xsd
+${PYSITELIB}/obspy/io/stationxml/data/fdsn-station-1.1.xsd
${PYSITELIB}/obspy/io/stationxml/tests/__init__.py
${PYSITELIB}/obspy/io/stationxml/tests/__init__.pyc
${PYSITELIB}/obspy/io/stationxml/tests/__init__.pyo
@@ -1733,11 +1878,13 @@ ${PYSITELIB}/obspy/io/stationxml/tests/d
${PYSITELIB}/obspy/io/stationxml/tests/data/empty_channel.xml
${PYSITELIB}/obspy/io/stationxml/tests/data/full_network_field_station.xml
${PYSITELIB}/obspy/io/stationxml/tests/data/full_random_stationxml.xml
+${PYSITELIB}/obspy/io/stationxml/tests/data/full_random_stationxml_1_0.xml
${PYSITELIB}/obspy/io/stationxml/tests/data/full_station_field_station.xml
${PYSITELIB}/obspy/io/stationxml/tests/data/minimal_station.xml
${PYSITELIB}/obspy/io/stationxml/tests/data/minimal_station_with_microseconds.xml
${PYSITELIB}/obspy/io/stationxml/tests/data/minimal_with_non_obspy_module_and_sender_tags_station.xml
${PYSITELIB}/obspy/io/stationxml/tests/data/no_default_namespace.xml
+${PYSITELIB}/obspy/io/stationxml/tests/data/only_soh.xml
${PYSITELIB}/obspy/io/stationxml/tests/data/stationxml_BK.CMB.__.LKS.xml
${PYSITELIB}/obspy/io/stationxml/tests/data/stationxml_IU.ANTO.30.LDO.xml
${PYSITELIB}/obspy/io/stationxml/tests/data/stationxml_with_availability.xml
@@ -1959,6 +2106,7 @@ ${PYSITELIB}/obspy/io/xseed/tests/data/d
${PYSITELIB}/obspy/io/xseed/tests/data/dataless.seed.BW_ROTZ
${PYSITELIB}/obspy/io/xseed/tests/data/dataless.seed.BW_ZUGS
${PYSITELIB}/obspy/io/xseed/tests/data/dataless.seed.II_COCO
+${PYSITELIB}/obspy/io/xseed/tests/data/dataless.seed.newline_between_blockettes
${PYSITELIB}/obspy/io/xseed/tests/data/nied.dataless.gz
${PYSITELIB}/obspy/io/xseed/tests/data/xml-seed-1.0.xsd
${PYSITELIB}/obspy/io/xseed/tests/data/xml-seed-1.1.xsd
@@ -2049,6 +2197,9 @@ ${PYSITELIB}/obspy/realtime/tests/test_s
${PYSITELIB}/obspy/scripts/__init__.py
${PYSITELIB}/obspy/scripts/__init__.pyc
${PYSITELIB}/obspy/scripts/__init__.pyo
+${PYSITELIB}/obspy/scripts/_print.py
+${PYSITELIB}/obspy/scripts/_print.pyc
+${PYSITELIB}/obspy/scripts/_print.pyo
${PYSITELIB}/obspy/scripts/flinnengdahl.py
${PYSITELIB}/obspy/scripts/flinnengdahl.pyc
${PYSITELIB}/obspy/scripts/flinnengdahl.pyo
Index: pkgsrc/geography/py-obspy/distinfo
diff -u pkgsrc/geography/py-obspy/distinfo:1.7 pkgsrc/geography/py-obspy/distinfo:1.8
--- pkgsrc/geography/py-obspy/distinfo:1.7 Sat Mar 16 23:12:54 2019
+++ pkgsrc/geography/py-obspy/distinfo Sat Jan 2 10:06:04 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/03/16 23:12:54 wen Exp $
+$NetBSD: distinfo,v 1.8 2021/01/02 10:06:04 mef Exp $
-SHA1 (obspy-1.1.1.zip) = 793fca0f5e3f208e47ebc45b39dd2a6420ef9cd3
-RMD160 (obspy-1.1.1.zip) = cd76096491c5d0626d0890850b70614a30a20674
-SHA512 (obspy-1.1.1.zip) = 27cb165084b3b0fd9db2312ace8b7f1986c83e1aa4c3630071c7cbc17470404de2b15e2cedaeb0d175599a8ee0f61bc1638d58ff7a66ef457095a18b649d9a6b
-Size (obspy-1.1.1.zip) = 23905234 bytes
+SHA1 (obspy-1.2.2.zip) = 7f6cf7fa83e7af71100d7d20942e05c6b1f2a371
+RMD160 (obspy-1.2.2.zip) = d81a2a6f1e222b9f4fd4427e2fbc547cf44fef0c
+SHA512 (obspy-1.2.2.zip) = ab621d7de945592f5bf4c8001f9aeb92dc09f6cbc5622d47b8eefeb804098cc71959ef4416ae679c36100fe008e2663b785d34fd0ebb9df084801e44ea08c458
+Size (obspy-1.2.2.zip) = 24684267 bytes
Home |
Main Index |
Thread Index |
Old Index