Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c1b411b140 | |||
| 832a2626ea | |||
| 6370ff0a03 | |||
| e35973c1b6 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c64a8aa401574c75942045b9af70d1656e14c5366151c0cbb400cbeedc2362a
|
||||
size 1256147
|
||||
3
ephem-4.1.6.tar.gz
Normal file
3
ephem-4.1.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ed2e4ea76f9db3eede2204adab8af3f1708201c7c04ee8511e710a54ca6425f
|
||||
size 1255942
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,9 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-ephem
|
||||
Version: 4.1.5
|
||||
Version: 4.1.6
|
||||
Release: 0
|
||||
Summary: Scientific-grade astronomy routines for Python
|
||||
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
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytzdata}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pytzdata
|
||||
@@ -46,11 +47,11 @@ sed -i '1{/env python/d}' ephem/tests/test_*.py
|
||||
|
||||
%build
|
||||
export LANG=en_US.UTF8
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
export LANG=en_US.UTF8
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
|
||||
%check
|
||||
@@ -64,6 +65,6 @@ popd
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitearch}/ephem
|
||||
%{python_sitearch}/ephem-%{version}*-info
|
||||
%{python_sitearch}/ephem-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user