pylunar 0.7.3__tar.gz → 0.7.4__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 (40) hide show
  1. {pylunar-0.7.3 → pylunar-0.7.4}/HISTORY.rst +5 -0
  2. {pylunar-0.7.3 → pylunar-0.7.4}/PKG-INFO +6 -5
  3. {pylunar-0.7.3 → pylunar-0.7.4}/pyproject.toml +5 -4
  4. {pylunar-0.7.3 → pylunar-0.7.4}/src/pylunar.egg-info/PKG-INFO +6 -5
  5. {pylunar-0.7.3 → pylunar-0.7.4}/src/pylunar.egg-info/requires.txt +9 -4
  6. {pylunar-0.7.3 → pylunar-0.7.4}/.pre-commit-config.yaml +0 -0
  7. {pylunar-0.7.3 → pylunar-0.7.4}/AUTHORS.rst +0 -0
  8. {pylunar-0.7.3 → pylunar-0.7.4}/CONTRIBUTING.rst +0 -0
  9. {pylunar-0.7.3 → pylunar-0.7.4}/LICENSE +0 -0
  10. {pylunar-0.7.3 → pylunar-0.7.4}/MANIFEST.in +0 -0
  11. {pylunar-0.7.3 → pylunar-0.7.4}/Makefile +0 -0
  12. {pylunar-0.7.3 → pylunar-0.7.4}/README.rst +0 -0
  13. {pylunar-0.7.3 → pylunar-0.7.4}/docs/Makefile +0 -0
  14. {pylunar-0.7.3 → pylunar-0.7.4}/docs/authors.rst +0 -0
  15. {pylunar-0.7.3 → pylunar-0.7.4}/docs/conf.py +0 -0
  16. {pylunar-0.7.3 → pylunar-0.7.4}/docs/contributing.rst +0 -0
  17. {pylunar-0.7.3 → pylunar-0.7.4}/docs/history.rst +0 -0
  18. {pylunar-0.7.3 → pylunar-0.7.4}/docs/index.rst +0 -0
  19. {pylunar-0.7.3 → pylunar-0.7.4}/docs/installation.rst +0 -0
  20. {pylunar-0.7.3 → pylunar-0.7.4}/docs/make.bat +0 -0
  21. {pylunar-0.7.3 → pylunar-0.7.4}/docs/usage.rst +0 -0
  22. {pylunar-0.7.3 → pylunar-0.7.4}/renovate.json +0 -0
  23. {pylunar-0.7.3 → pylunar-0.7.4}/scripts/startup.py +0 -0
  24. {pylunar-0.7.3 → pylunar-0.7.4}/setup.cfg +0 -0
  25. {pylunar-0.7.3 → pylunar-0.7.4}/src/pylunar/__init__.py +0 -0
  26. {pylunar-0.7.3 → pylunar-0.7.4}/src/pylunar/data/lunar.db +0 -0
  27. {pylunar-0.7.3 → pylunar-0.7.4}/src/pylunar/helpers.py +0 -0
  28. {pylunar-0.7.3 → pylunar-0.7.4}/src/pylunar/lunar_feature.py +0 -0
  29. {pylunar-0.7.3 → pylunar-0.7.4}/src/pylunar/lunar_feature_container.py +0 -0
  30. {pylunar-0.7.3 → pylunar-0.7.4}/src/pylunar/moon_info.py +0 -0
  31. {pylunar-0.7.3 → pylunar-0.7.4}/src/pylunar/pkg_types.py +0 -0
  32. {pylunar-0.7.3 → pylunar-0.7.4}/src/pylunar.egg-info/SOURCES.txt +0 -0
  33. {pylunar-0.7.3 → pylunar-0.7.4}/src/pylunar.egg-info/dependency_links.txt +0 -0
  34. {pylunar-0.7.3 → pylunar-0.7.4}/src/pylunar.egg-info/top_level.txt +0 -0
  35. {pylunar-0.7.3 → pylunar-0.7.4}/tests/__init__.py +0 -0
  36. {pylunar-0.7.3 → pylunar-0.7.4}/tests/test_helpers.py +0 -0
  37. {pylunar-0.7.3 → pylunar-0.7.4}/tests/test_lunar_feature.py +0 -0
  38. {pylunar-0.7.3 → pylunar-0.7.4}/tests/test_lunar_feature_container.py +0 -0
  39. {pylunar-0.7.3 → pylunar-0.7.4}/tests/test_moon_info.py +0 -0
  40. {pylunar-0.7.3 → pylunar-0.7.4}/tox.ini +0 -0
@@ -3,6 +3,11 @@
3
3
  History
4
4
  -------
5
5
 
6
+ 0.7.4 (2024-10-27)
7
+ ++++++++++++++++++
8
+
9
+ * Updates to project dependencies
10
+
6
11
  0.7.3 (2024-09-29)
7
12
  ++++++++++++++++++
8
13
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pylunar
3
- Version: 0.7.3
3
+ Version: 0.7.4
4
4
  Summary: Information for completing the Astronomical League's Lunar and Lunar II observing programs.
5
5
  Author-email: Michael Reuter <mareuternh@gmail.com>
6
6
  Project-URL: Documentation, http://pylunar.readthedocs.io
@@ -18,21 +18,22 @@ Classifier: Programming Language :: Python :: 3.12
18
18
  Description-Content-Type: text/x-rst
19
19
  License-File: LICENSE
20
20
  License-File: AUTHORS.rst
21
- Requires-Dist: ephem==4.1.5
21
+ Requires-Dist: ephem==4.1.6
22
22
  Requires-Dist: importlib-resources==6.4.5; python_version < "3.10"
23
23
  Requires-Dist: typing-extensions==4.12.2; python_version < "3.10"
24
24
  Requires-Dist: pytz==2024.2
25
25
  Provides-Extra: dev
26
26
  Requires-Dist: pylunar[build,docs,lint,test]; extra == "dev"
27
- Requires-Dist: tox==4.20.0; extra == "dev"
27
+ Requires-Dist: tox==4.23.2; extra == "dev"
28
28
  Provides-Extra: test
29
- Requires-Dist: coverage[toml]==7.6.1; extra == "test"
29
+ Requires-Dist: coverage[toml]==7.6.1; python_version < "3.9" and extra == "test"
30
+ Requires-Dist: coverage[toml]==7.6.4; python_version >= "3.9" and extra == "test"
30
31
  Requires-Dist: pytest==8.3.3; extra == "test"
31
32
  Provides-Extra: lint
32
33
  Requires-Dist: pre-commit==3.5.0; python_version < "3.9" and extra == "lint"
33
34
  Requires-Dist: pre-commit==3.8.0; python_version >= "3.9" and extra == "lint"
34
35
  Provides-Extra: build
35
- Requires-Dist: build==1.2.2; extra == "build"
36
+ Requires-Dist: build==1.2.2.post1; extra == "build"
36
37
  Requires-Dist: twine==5.1.1; extra == "build"
37
38
  Provides-Extra: docs
38
39
  Requires-Dist: sphinx~=7.1; extra == "docs"
@@ -27,7 +27,7 @@ classifiers = [
27
27
  "Programming Language :: Python :: 3.12",
28
28
  ]
29
29
  dependencies = [
30
- "ephem==4.1.5",
30
+ "ephem==4.1.6",
31
31
  "importlib-resources==6.4.5;python_version<'3.10'",
32
32
  "typing-extensions==4.12.2;python_version<'3.10'",
33
33
  "pytz==2024.2"
@@ -40,10 +40,11 @@ Repository = "https://github.com/mareuter/pylunar"
40
40
  [project.optional-dependencies]
41
41
  dev = [
42
42
  "pylunar[build,docs,lint,test]",
43
- "tox==4.20.0"
43
+ "tox==4.23.2"
44
44
  ]
45
45
  test = [
46
- "coverage[toml]==7.6.1",
46
+ "coverage[toml]==7.6.1;python_version<'3.9'",
47
+ "coverage[toml]==7.6.4;python_version>='3.9'",
47
48
  "pytest==8.3.3",
48
49
  ]
49
50
  lint = [
@@ -51,7 +52,7 @@ lint = [
51
52
  "pre-commit==3.8.0;python_version>='3.9'"
52
53
  ]
53
54
  build = [
54
- "build==1.2.2",
55
+ "build==1.2.2.post1",
55
56
  "twine==5.1.1"
56
57
  ]
57
58
  docs = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pylunar
3
- Version: 0.7.3
3
+ Version: 0.7.4
4
4
  Summary: Information for completing the Astronomical League's Lunar and Lunar II observing programs.
5
5
  Author-email: Michael Reuter <mareuternh@gmail.com>
6
6
  Project-URL: Documentation, http://pylunar.readthedocs.io
@@ -18,21 +18,22 @@ Classifier: Programming Language :: Python :: 3.12
18
18
  Description-Content-Type: text/x-rst
19
19
  License-File: LICENSE
20
20
  License-File: AUTHORS.rst
21
- Requires-Dist: ephem==4.1.5
21
+ Requires-Dist: ephem==4.1.6
22
22
  Requires-Dist: importlib-resources==6.4.5; python_version < "3.10"
23
23
  Requires-Dist: typing-extensions==4.12.2; python_version < "3.10"
24
24
  Requires-Dist: pytz==2024.2
25
25
  Provides-Extra: dev
26
26
  Requires-Dist: pylunar[build,docs,lint,test]; extra == "dev"
27
- Requires-Dist: tox==4.20.0; extra == "dev"
27
+ Requires-Dist: tox==4.23.2; extra == "dev"
28
28
  Provides-Extra: test
29
- Requires-Dist: coverage[toml]==7.6.1; extra == "test"
29
+ Requires-Dist: coverage[toml]==7.6.1; python_version < "3.9" and extra == "test"
30
+ Requires-Dist: coverage[toml]==7.6.4; python_version >= "3.9" and extra == "test"
30
31
  Requires-Dist: pytest==8.3.3; extra == "test"
31
32
  Provides-Extra: lint
32
33
  Requires-Dist: pre-commit==3.5.0; python_version < "3.9" and extra == "lint"
33
34
  Requires-Dist: pre-commit==3.8.0; python_version >= "3.9" and extra == "lint"
34
35
  Provides-Extra: build
35
- Requires-Dist: build==1.2.2; extra == "build"
36
+ Requires-Dist: build==1.2.2.post1; extra == "build"
36
37
  Requires-Dist: twine==5.1.1; extra == "build"
37
38
  Provides-Extra: docs
38
39
  Requires-Dist: sphinx~=7.1; extra == "docs"
@@ -1,4 +1,4 @@
1
- ephem==4.1.5
1
+ ephem==4.1.6
2
2
  pytz==2024.2
3
3
 
4
4
  [:python_version < "3.10"]
@@ -6,12 +6,12 @@ importlib-resources==6.4.5
6
6
  typing-extensions==4.12.2
7
7
 
8
8
  [build]
9
- build==1.2.2
9
+ build==1.2.2.post1
10
10
  twine==5.1.1
11
11
 
12
12
  [dev]
13
13
  pylunar[build,docs,lint,test]
14
- tox==4.20.0
14
+ tox==4.23.2
15
15
 
16
16
  [docs]
17
17
  sphinx~=7.1
@@ -26,5 +26,10 @@ pre-commit==3.5.0
26
26
  pre-commit==3.8.0
27
27
 
28
28
  [test]
29
- coverage[toml]==7.6.1
30
29
  pytest==8.3.3
30
+
31
+ [test:python_version < "3.9"]
32
+ coverage[toml]==7.6.1
33
+
34
+ [test:python_version >= "3.9"]
35
+ coverage[toml]==7.6.4
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes