Hello community,

here is the log from the commit of package python-ephem for openSUSE:Leap:15.2 
checked in at 2020-02-22 18:49:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-ephem (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-ephem.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ephem"

Sat Feb 22 18:49:58 2020 rev:1 rq:775553 version:3.7.7.0

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-ephem.new.26092/python-ephem.changes   
2020-02-22 18:49:59.208424730 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Fri Sep 13 12:22:13 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Initial commit, needed by the convertdate

New:
----
  python-ephem.changes
  python-ephem.spec
  v3.7.7.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ephem.spec ++++++
#
# spec file for package python-ephem
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define pyname pyephem
Name:           python-ephem
Version:        3.7.7.0
Release:        0
Summary:        Scientific-grade astronomy routines for Python
License:        LGPL-3.0-only
Group:          Development/Languages/Python
URL:            https://github.com/brandon-rhodes/pyephem
Source0:        
https://github.com/brandon-rhodes/pyephem/archive/v%{version}.tar.gz
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module packaging}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
%python_subpackages

%description
PyEphem provides an ephem Python package for performing high-precision 
astronomy computations. 

%prep
%setup -q -n %{pyname}-%{version}

%build
export LANG=en_US.UTF8
%python_build

%install
export LANG=en_US.UTF8
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}

%check
export LANG=en_US.UTF8
%python_build build_ext --inplace
%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m unittest 
discover

%files %{python_files}
%license LICENSE-LGPL LICENSE-GPL
%doc README.rst
%{python_sitearch}/*

%changelog

Reply via email to