forked from pool/python-ephem
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0b4ff25571 | |||
| 6d35322aa5 | |||
| 7987163ee0 | |||
| 11736c6da2 | |||
| 26ee01f444 | |||
| 8cbc9d7df3 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0c64a8aa401574c75942045b9af70d1656e14c5366151c0cbb400cbeedc2362a
|
|
||||||
size 1256147
|
|
||||||
3
ephem-4.2.tar.gz
Normal file
3
ephem-4.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3c4fd64f453e8f40cf862420a70da95a71b6487ace75e8e0cf85d73707db6065
|
||||||
|
size 1261100
|
||||||
@@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Switch to pyproject macros.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 12 12:31:19 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 4 21:05:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Mon Dec 4 21:05:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-ephem
|
# spec file for package python-ephem
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,10 +15,9 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-ephem
|
Name: python-ephem
|
||||||
Version: 4.1.5
|
Version: 4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Scientific-grade astronomy routines for Python
|
Summary: Scientific-grade astronomy routines for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -27,8 +26,10 @@ URL: https://github.com/brandon-rhodes/pyephem
|
|||||||
Source0: https://files.pythonhosted.org/packages/source/e/ephem/ephem-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/e/ephem/ephem-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module packaging}
|
BuildRequires: %{python_module packaging}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytzdata}
|
BuildRequires: %{python_module pytzdata}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pytzdata
|
Requires: python-pytzdata
|
||||||
@@ -46,11 +47,11 @@ sed -i '1{/env python/d}' ephem/tests/test_*.py
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export LANG=en_US.UTF8
|
export LANG=en_US.UTF8
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
export LANG=en_US.UTF8
|
export LANG=en_US.UTF8
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -64,6 +65,6 @@ popd
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitearch}/ephem
|
%{python_sitearch}/ephem
|
||||||
%{python_sitearch}/ephem-%{version}*-info
|
%{python_sitearch}/ephem-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user