env-canada 0.10.0__tar.gz → 0.10.1__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.
Files changed (22) hide show
  1. {env_canada-0.10.0/env_canada.egg-info → env_canada-0.10.1}/PKG-INFO +2 -2
  2. {env_canada-0.10.0 → env_canada-0.10.1/env_canada.egg-info}/PKG-INFO +2 -2
  3. {env_canada-0.10.0 → env_canada-0.10.1}/env_canada.egg-info/requires.txt +1 -1
  4. {env_canada-0.10.0 → env_canada-0.10.1}/pyproject.toml +2 -2
  5. {env_canada-0.10.0 → env_canada-0.10.1}/LICENSE +0 -0
  6. {env_canada-0.10.0 → env_canada-0.10.1}/MANIFEST.in +0 -0
  7. {env_canada-0.10.0 → env_canada-0.10.1}/README.md +0 -0
  8. {env_canada-0.10.0 → env_canada-0.10.1}/env_canada/10x20.pbm +0 -0
  9. {env_canada-0.10.0 → env_canada-0.10.1}/env_canada/10x20.pil +0 -0
  10. {env_canada-0.10.0 → env_canada-0.10.1}/env_canada/__init__.py +0 -0
  11. {env_canada-0.10.0 → env_canada-0.10.1}/env_canada/constants.py +0 -0
  12. {env_canada-0.10.0 → env_canada-0.10.1}/env_canada/ec_aqhi.py +0 -0
  13. {env_canada-0.10.0 → env_canada-0.10.1}/env_canada/ec_cache.py +0 -0
  14. {env_canada-0.10.0 → env_canada-0.10.1}/env_canada/ec_exc.py +0 -0
  15. {env_canada-0.10.0 → env_canada-0.10.1}/env_canada/ec_historical.py +0 -0
  16. {env_canada-0.10.0 → env_canada-0.10.1}/env_canada/ec_hydro.py +0 -0
  17. {env_canada-0.10.0 → env_canada-0.10.1}/env_canada/ec_radar.py +0 -0
  18. {env_canada-0.10.0 → env_canada-0.10.1}/env_canada/ec_weather.py +0 -0
  19. {env_canada-0.10.0 → env_canada-0.10.1}/env_canada.egg-info/SOURCES.txt +0 -0
  20. {env_canada-0.10.0 → env_canada-0.10.1}/env_canada.egg-info/dependency_links.txt +0 -0
  21. {env_canada-0.10.0 → env_canada-0.10.1}/env_canada.egg-info/top_level.txt +0 -0
  22. {env_canada-0.10.0 → env_canada-0.10.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: env_canada
3
- Version: 0.10.0
3
+ Version: 0.10.1
4
4
  Summary: A package to access meteorological data from Environment Canada
5
5
  Author-email: Michael Davie <michael.davie@gmail.com>
6
6
  Maintainer-email: Michael Davie <michael.davie@gmail.com>
@@ -36,7 +36,7 @@ Requires-Python: >=3.11
36
36
  Description-Content-Type: text/markdown
37
37
  License-File: LICENSE
38
38
  Requires-Dist: aiohttp>=3.9.0
39
- Requires-Dist: geopy>=2.4.1
39
+ Requires-Dist: geopy>=2.3.0
40
40
  Requires-Dist: imageio>=2.28.0
41
41
  Requires-Dist: lxml>=5.3.0
42
42
  Requires-Dist: numpy>=1.22.2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: env_canada
3
- Version: 0.10.0
3
+ Version: 0.10.1
4
4
  Summary: A package to access meteorological data from Environment Canada
5
5
  Author-email: Michael Davie <michael.davie@gmail.com>
6
6
  Maintainer-email: Michael Davie <michael.davie@gmail.com>
@@ -36,7 +36,7 @@ Requires-Python: >=3.11
36
36
  Description-Content-Type: text/markdown
37
37
  License-File: LICENSE
38
38
  Requires-Dist: aiohttp>=3.9.0
39
- Requires-Dist: geopy>=2.4.1
39
+ Requires-Dist: geopy>=2.3.0
40
40
  Requires-Dist: imageio>=2.28.0
41
41
  Requires-Dist: lxml>=5.3.0
42
42
  Requires-Dist: numpy>=1.22.2
@@ -1,5 +1,5 @@
1
1
  aiohttp>=3.9.0
2
- geopy>=2.4.1
2
+ geopy>=2.3.0
3
3
  imageio>=2.28.0
4
4
  lxml>=5.3.0
5
5
  numpy>=1.22.2
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
  [project]
6
6
  name = "env_canada"
7
7
  description="A package to access meteorological data from Environment Canada"
8
- version="0.10.0"
8
+ version="0.10.1"
9
9
  authors = [
10
10
  {name = "Michael Davie", email = "michael.davie@gmail.com"},
11
11
  ]
@@ -22,7 +22,7 @@ classifiers = [
22
22
  ]
23
23
  dependencies = [
24
24
  "aiohttp >=3.9.0",
25
- "geopy >= 2.4.1",
25
+ "geopy >= 2.3.0",
26
26
  "imageio >=2.28.0",
27
27
  "lxml >= 5.3.0",
28
28
  "numpy >=1.22.2",
File without changes
File without changes
File without changes
File without changes