15
0
forked from pool/python-ephem

Compare commits

6 Commits

Author SHA256 Message Date
0b4ff25571 Accepting request 1315308 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1315308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ephem?expand=0&rev=11
2025-11-03 17:56:10 +00:00
6d35322aa5 - Update to 4.2
* Fix windows build (#279)
  * Add twine check job (#280)
  * Update XEphem links to new URLs (#282)
  * Remove editable install from `requirements.txt`
  * Fix #266: limit rising/setting to 7 iterations
  * Add test for #258 and #266
  * Fix #244: tweak `rebuild-star-data` for new format
  * Remove unused C variable from circum.c (#274)
  * Drop unused variable from deep.c (#275)
  * Upgrade lunar magnitude routine (#270)
  * Add basic test of new Moon visual magnitude code
  * Whitespace and other cleanup to new Moon code
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ephem?expand=0&rev=17
2025-11-03 13:51:39 +00:00
7987163ee0 Accepting request 1287772 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1287772
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ephem?expand=0&rev=10
2025-06-23 13:05:01 +00:00
11736c6da2 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ephem?expand=0&rev=15
2025-06-23 01:33:42 +00:00
26ee01f444 Accepting request 1223762 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1223762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ephem?expand=0&rev=9
2024-11-13 14:28:32 +00:00
8cbc9d7df3 - Update to 4.1.6
* Remove broken link to Meeus's book
  * Fix or remove several old broken links
  * Update github actions and add Python 3.13 (#278)
  * Build wheels for Python 2.7 again (#263)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ephem?expand=0&rev=13
2024-11-12 17:11:05 +00:00
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ed2e4ea76f9db3eede2204adab8af3f1708201c7c04ee8511e710a54ca6425f
size 1255942

3
ephem-4.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c4fd64f453e8f40cf862420a70da95a71b6487ace75e8e0cf85d73707db6065
size 1261100

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Oct 31 12:40:02 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 4.2
* Fix windows build (#279)
* Add twine check job (#280)
* Update XEphem links to new URLs (#282)
* Remove editable install from `requirements.txt`
* Fix #266: limit rising/setting to 7 iterations
* Add test for #258 and #266
* Fix #244: tweak `rebuild-star-data` for new format
* Remove unused C variable from circum.c (#274)
* Drop unused variable from deep.c (#275)
* Upgrade lunar magnitude routine (#270)
* Add basic test of new Moon visual magnitude code
* Whitespace and other cleanup to new Moon code
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Mon Jun 23 01:30:08 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -15,9 +15,9 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-ephem
Version: 4.1.6
Version: 4.2
Release: 0
Summary: Scientific-grade astronomy routines for Python
License: MIT