cdasws 1.7.46__tar.gz → 1.7.47__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdasws
3
- Version: 1.7.46
3
+ Version: 1.7.47
4
4
  Summary: NASA's Coordinated Data Analysis System Web Service Client Library
5
5
  Home-page: https://cdaweb.gsfc.nasa.gov/WebServices/REST
6
6
  Author: Bernie Harris
@@ -125,5 +125,5 @@ Classifier: Programming Language :: Python
125
125
  Classifier: Topic :: Scientific/Engineering :: Physics
126
126
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
127
127
  Description-Content-Type: text/markdown
128
- Provides-Extra: spdm
129
128
  Provides-Extra: xarray
129
+ Provides-Extra: spdm
@@ -120,7 +120,7 @@ except ImportError:
120
120
  CDF_XARRAY_AVAILABLE = False
121
121
 
122
122
 
123
- __version__ = "1.7.46"
123
+ __version__ = "1.7.47"
124
124
 
125
125
 
126
126
  #
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdasws
3
- Version: 1.7.46
3
+ Version: 1.7.47
4
4
  Summary: NASA's Coordinated Data Analysis System Web Service Client Library
5
5
  Home-page: https://cdaweb.gsfc.nasa.gov/WebServices/REST
6
6
  Author: Bernie Harris
@@ -125,5 +125,5 @@ Classifier: Programming Language :: Python
125
125
  Classifier: Topic :: Scientific/Engineering :: Physics
126
126
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
127
127
  Description-Content-Type: text/markdown
128
- Provides-Extra: spdm
129
128
  Provides-Extra: xarray
129
+ Provides-Extra: spdm
@@ -1,8 +1,9 @@
1
1
  python-dateutil>=2.8.0
2
2
  requests>=2.20
3
+ urllib3>=1.24.1
3
4
 
4
5
  [spdm]
5
- spacepy>=0.1.6
6
+ spacepy>=0.5.0
6
7
 
7
8
  [xarray]
8
9
  cdflib>=0.4.4
@@ -10,7 +10,7 @@ README = (HERE / "README.md").read_text()
10
10
  # This call to setup() does all the work
11
11
  setup(
12
12
  name="cdasws",
13
- version="1.7.46",
13
+ version="1.7.47",
14
14
  description="NASA's Coordinated Data Analysis System Web Service Client Library",
15
15
  long_description=README,
16
16
  long_description_content_type="text/markdown",
@@ -22,10 +22,10 @@ setup(
22
22
  # packages=find_packages(exclude=["tests"]),
23
23
  # packages=find_packages(),
24
24
  include_package_data=True,
25
- # install_requires=["python-dateutil>=2.8.0", "requests>=2.20", "spacepy>=0.1.6"],
26
- install_requires=["python-dateutil>=2.8.0", "requests>=2.20"],
25
+ # install_requires=["python-dateutil>=2.8.0", "requests>=2.20", "urllib3>=1.24.1", "spacepy>=0.5.0"],
26
+ install_requires=["python-dateutil>=2.8.0", "requests>=2.20", "urllib3>=1.24.1"],
27
27
  extras_require={
28
- 'spdm': ["spacepy>=0.1.6"],
28
+ 'spdm': ["spacepy>=0.5.0"],
29
29
  'xarray': ["cdflib>=0.4.4"],
30
30
  },
31
31
  keywords=["heliophysics", "coordinated data analysis", "multi-mission", "multi-instrument", "space physics", "spdf", "cdaweb"],
File without changes
File without changes
File without changes
File without changes
File without changes