Hello community,

here is the log from the commit of package python-cligj for openSUSE:Factory 
checked in at 2019-03-10 09:36:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cligj (Old)
 and      /work/SRC/openSUSE:Factory/.python-cligj.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cligj"

Sun Mar 10 09:36:18 2019 rev:1 rq:682526 version:0.5.0

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

--- /dev/null   2018-10-29 14:05:42.522318975 +0100
+++ /work/SRC/openSUSE:Factory/.python-cligj.new.28833/python-cligj.changes     
2019-03-10 09:36:21.436162133 +0100
@@ -0,0 +1,28 @@
+-------------------------------------------------------------------
+Thu Mar  7 14:44:43 UTC 2019 - Todd R <[email protected]>
+
+- Remove unneeded python requires
+- Switch to github sources, which includes the license and tests
+- Run unit tests
+- Fix rpmlint warning
+
+-------------------------------------------------------------------
+Wed Mar  6 13:14:13 UTC 2019 - Bruno Friedmann <[email protected]>
+
+- Packaging: 
+  + spec-cleaner minimal (mostly date)
+  + prepare for factory submission 
+
+-------------------------------------------------------------------
+Sun Oct 21 08:34:16 UTC 2018 - Bruno Friedmann <[email protected]>
+
+- Update to last version 0.5.0
+- Packaging move to single spec for python 2 and 3
+  spec adjusted with py2pack 
+  This update allow building newer python-fiona single spec
+
+-------------------------------------------------------------------
+Tue Jun 09 11:03:00 UTC 2015 - Angelos Tzotsos <[email protected]>
+
+- initial packaging (0.1.0)
+

New:
----
  cligj-0.5.0.tar.gz
  python-cligj.changes
  python-cligj.spec

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

Other differences:
------------------
++++++ python-cligj.spec ++++++
#
# spec file for package python-cligj
#
# 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-%{**}}
Name:           python-cligj
Version:        0.5.0
Release:        0
License:        BSD-3-Clause
Summary:        Click params for commmand line interfaces to GeoJSON
Url:            https://github.com/mapbox/cligj
Group:          Development/Languages/Python
# pypi source lack license and tests
Source:         
https://github.com/mapbox/cligj/archive/%{version}.tar.gz#/cligj-%{version}.tar.gz
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
# SECTION test requirements
BuildRequires:  %{python_module click}
BuildRequires:  %{python_module pytest}
# /SECTION
Requires:       python-click
BuildArch:      noarch


%python_subpackages

%description
Common arguments and options for GeoJSON processing commands, using Click.

%prep
%setup -q -n cligj-%{version}
# Fix script-without-shebang
chmod a-x LICENSE

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_bin_suffix}
}

%files %{python_files}
%license LICENSE
%{python_sitelib}/*

%changelog

Reply via email to