solarmoonpy 1.0.1__tar.gz → 1.0.3__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.

Potentially problematic release.


This version of solarmoonpy might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: solarmoonpy
3
- Version: 1.0.1
3
+ Version: 1.0.3
4
4
  Summary: Precise solar and lunar calculations for astronomical applications
5
5
  Author-email: figorr <jdcuartero@yahoo.es>
6
6
  License: Apache License
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "solarmoonpy"
7
- version = "1.0.1"
7
+ version = "1.0.3"
8
8
  description = "Precise solar and lunar calculations for astronomical applications"
9
9
  readme = "README.md"
10
10
  authors = [{ name = "figorr", email = "jdcuartero@yahoo.es" }]
@@ -253,7 +253,6 @@ class Location:
253
253
  date = datetime.now(self.tzinfo if local else timezone.utc).date()
254
254
 
255
255
  return noon(
256
- latitude=self.latitude,
257
256
  longitude=self.longitude,
258
257
  date=date,
259
258
  timezone=self.tzinfo if local else timezone.utc
@@ -299,7 +298,6 @@ class Location:
299
298
 
300
299
  # Calcular mediodía solar
301
300
  noon_time = noon(
302
- latitude=self.latitude,
303
301
  longitude=self.longitude,
304
302
  date=date,
305
303
  timezone=tz,
@@ -0,0 +1,2 @@
1
+ # version.py
2
+ __version__ = "1.0.3"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: solarmoonpy
3
- Version: 1.0.1
3
+ Version: 1.0.3
4
4
  Summary: Precise solar and lunar calculations for astronomical applications
5
5
  Author-email: figorr <jdcuartero@yahoo.es>
6
6
  License: Apache License
@@ -1,2 +0,0 @@
1
- # version.py
2
- __version__ = "1.0.1"
File without changes
File without changes
File without changes