pylunar 0.7.3__py3-none-any.whl → 0.7.4__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.
@@ -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,16 +18,16 @@ 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: pytz==2024.2
23
23
  Requires-Dist: importlib-resources==6.4.5; python_version < "3.10"
24
24
  Requires-Dist: typing-extensions==4.12.2; python_version < "3.10"
25
25
  Provides-Extra: build
26
- Requires-Dist: build==1.2.2; extra == "build"
26
+ Requires-Dist: build==1.2.2.post1; extra == "build"
27
27
  Requires-Dist: twine==5.1.1; extra == "build"
28
28
  Provides-Extra: dev
29
29
  Requires-Dist: pylunar[build,docs,lint,test]; extra == "dev"
30
- Requires-Dist: tox==4.20.0; extra == "dev"
30
+ Requires-Dist: tox==4.23.2; extra == "dev"
31
31
  Provides-Extra: docs
32
32
  Requires-Dist: sphinx~=7.1; extra == "docs"
33
33
  Requires-Dist: sphinx-rtd-theme==2.0.0; extra == "docs"
@@ -35,8 +35,9 @@ Provides-Extra: lint
35
35
  Requires-Dist: pre-commit==3.5.0; python_version < "3.9" and extra == "lint"
36
36
  Requires-Dist: pre-commit==3.8.0; python_version >= "3.9" and extra == "lint"
37
37
  Provides-Extra: test
38
- Requires-Dist: coverage[toml]==7.6.1; extra == "test"
39
38
  Requires-Dist: pytest==8.3.3; extra == "test"
39
+ Requires-Dist: coverage[toml]==7.6.1; python_version < "3.9" and extra == "test"
40
+ Requires-Dist: coverage[toml]==7.6.4; python_version >= "3.9" and extra == "test"
40
41
 
41
42
  =============================
42
43
  Python Lunar
@@ -5,9 +5,9 @@ pylunar/lunar_feature_container.py,sha256=ud8-B_CqQ_0x9FSbkj2eHMPRT5PAwSai6D6tU9
5
5
  pylunar/moon_info.py,sha256=fD6r0zcX2Q990zqHpYZt7I14HJOPEZyOBqmJx6FKjxI,19962
6
6
  pylunar/pkg_types.py,sha256=DbPCc9_kzRuSOxOfeKaLJdWfykdbzRPnOTY-EN2xrsc,973
7
7
  pylunar/data/lunar.db,sha256=y2u5wR_DpHjPYH7fuR-T_q0nbPzN1GuP8_OXorjVr14,28672
8
- pylunar-0.7.3.dist-info/AUTHORS.rst,sha256=mqGQzrJPFGm44DZxZFs0d080QDWXdtfFlv1i_fdJerg,332
9
- pylunar-0.7.3.dist-info/LICENSE,sha256=EF_CKfNhkKjEynpn9Msb6HaGNIBN9VfeGyrJFJQ5FYk,1479
10
- pylunar-0.7.3.dist-info/METADATA,sha256=zDuATcQ3oSCXjZPMhnBXrQzJpTapNGZ4a1aomI99p8Q,3118
11
- pylunar-0.7.3.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
12
- pylunar-0.7.3.dist-info/top_level.txt,sha256=vEQZCgYlUuoq6D4q99Kj5fSpNs2Mo-jW8vKV3dnpI-U,8
13
- pylunar-0.7.3.dist-info/RECORD,,
8
+ pylunar-0.7.4.dist-info/AUTHORS.rst,sha256=mqGQzrJPFGm44DZxZFs0d080QDWXdtfFlv1i_fdJerg,332
9
+ pylunar-0.7.4.dist-info/LICENSE,sha256=EF_CKfNhkKjEynpn9Msb6HaGNIBN9VfeGyrJFJQ5FYk,1479
10
+ pylunar-0.7.4.dist-info/METADATA,sha256=KVJo7EM7lIj-W4x0TLY7BwV5JvSQ4-3Wx1qQMmhFxB0,3233
11
+ pylunar-0.7.4.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
12
+ pylunar-0.7.4.dist-info/top_level.txt,sha256=vEQZCgYlUuoq6D4q99Kj5fSpNs2Mo-jW8vKV3dnpI-U,8
13
+ pylunar-0.7.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.1.0)
2
+ Generator: setuptools (75.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5