sofar 1.1.0__py2.py3-none-any.whl → 1.1.2__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
sofar/__init__.py CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  __author__ = """The pyfar developers"""
6
6
  __email__ = 'info@pyfar.org'
7
- __version__ = '1.1.0'
7
+ __version__ = '1.1.2'
8
8
 
9
9
  from .sofa import Sofa
10
10
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sofar
3
- Version: 1.1.0
3
+ Version: 1.1.2
4
4
  Summary: Maybe the most complete python package for SOFA files so far
5
5
  Home-page: https://pyfar.org/
6
6
  Download-URL: https://pypi.org/project/sofar/
@@ -20,13 +20,15 @@ Classifier: Programming Language :: Python :: 3.8
20
20
  Classifier: Programming Language :: Python :: 3.9
21
21
  Classifier: Programming Language :: Python :: 3.10
22
22
  Classifier: Programming Language :: Python :: 3.11
23
+ Classifier: Programming Language :: Python :: 3.12
23
24
  Requires-Python: >=3.8
24
25
  License-File: LICENSE
25
26
  License-File: AUTHORS.rst
26
27
  Requires-Dist: netCDF4
27
- Requires-Dist: numpy (>=1.14.0)
28
+ Requires-Dist: numpy >=1.14.0
28
29
  Requires-Dist: beautifulsoup4
29
30
  Requires-Dist: requests
31
+ Requires-Dist: packaging
30
32
 
31
33
  ======
32
34
  Readme
@@ -1,4 +1,4 @@
1
- sofar/__init__.py,sha256=aCj2m61sjgjlh0_kcGsZXm_cnKmlx5c-tQ5iEGvDjE4,595
1
+ sofar/__init__.py,sha256=RGIpbxH5bVZKn19hx98TkmvdckxJhAWnp1HHSrTq35A,595
2
2
  sofar/io.py,sha256=XdkfG6jo4RI8JqUgXEfx2ka06_CfffPJXs0HqeMSri0,15761
3
3
  sofar/sofa.py,sha256=QVr0UKr-aqo2K7_PEHtXk9VuvrjE36QgcYIqFJ6KBrc,68255
4
4
  sofar/update_conventions.py,sha256=36ba0cAVtKppJCrsEhP2aiv1DGEtxNx06hsUAERDlwM,16753
@@ -67,9 +67,9 @@ tests/test_sofa.py,sha256=DpiI517T-gLoajy9nQCHT7ouxM40JwirsqkVMFT5cWo,11314
67
67
  tests/test_sofa_upgrade_conventions.py,sha256=HqIuvFFub1_HCH6qHTLPcPyBZ2ayDKzmZR7RwnTxo_o,3377
68
68
  tests/test_sofa_verify.py,sha256=cleTkFJurJfDEZrnSTfBYe2VqsCZ1VxWr9efNGjWr88,15631
69
69
  tests/test_utils.py,sha256=yT290xCaeDW4l3DHUeFGiVmLe9xMguETN1NAGRTJ-X4,8307
70
- sofar-1.1.0.dist-info/AUTHORS.rst,sha256=JGcf9PJwl0w14PgTRjI3HXpcwDbkGbUN4mkYoZ8smL8,164
71
- sofar-1.1.0.dist-info/LICENSE,sha256=qdGH_RUPveBBfGYShm6OIBd6bRJdwp3fDCpjMsowmqA,1068
72
- sofar-1.1.0.dist-info/METADATA,sha256=brotqjwBrvQqE3_i4ncZSatGgM0B5IOx49trmGmqH-c,3168
73
- sofar-1.1.0.dist-info/WHEEL,sha256=a-zpFRIJzOq5QfuhBzbhiA1eHTzNCJn8OdRvhdNX0Rk,110
74
- sofar-1.1.0.dist-info/top_level.txt,sha256=2JSMmeQ5zeMumFynTJU1oODh09wxSiN3gFpsY-bNsSo,12
75
- sofar-1.1.0.dist-info/RECORD,,
70
+ sofar-1.1.2.dist-info/AUTHORS.rst,sha256=JGcf9PJwl0w14PgTRjI3HXpcwDbkGbUN4mkYoZ8smL8,164
71
+ sofar-1.1.2.dist-info/LICENSE,sha256=qdGH_RUPveBBfGYShm6OIBd6bRJdwp3fDCpjMsowmqA,1068
72
+ sofar-1.1.2.dist-info/METADATA,sha256=e8jmS10i7hzFk7nLcG5YLzrSKrhahvx7U9sLmMicx6Q,3242
73
+ sofar-1.1.2.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
74
+ sofar-1.1.2.dist-info/top_level.txt,sha256=2JSMmeQ5zeMumFynTJU1oODh09wxSiN3gFpsY-bNsSo,12
75
+ sofar-1.1.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.40.0)
2
+ Generator: bdist_wheel (0.42.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any
File without changes