Hello community,

here is the log from the commit of package python-agate for openSUSE:Factory 
checked in at 2018-05-29 16:47:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-agate (Old)
 and      /work/SRC/openSUSE:Factory/.python-agate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-agate"

Tue May 29 16:47:41 2018 rev:1 rq:605895 version:1.6.1

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

--- /dev/null   2018-05-24 09:31:19.417470950 +0200
+++ /work/SRC/openSUSE:Factory/.python-agate.new/python-agate.changes   
2018-05-29 16:47:41.881923162 +0200
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Wed May  9 18:49:48 UTC 2018 - toddrme2...@gmail.com
+
+- Update to 1.6.1
+  * `Date.cast` and :meth:`DateTime.cast` will no longer parse
+    strings that contain dates as dates. (#705)
+  * Added Forest Gregg to Authors.
+  * `Table.to_json` can now use Decimal as keys. (#696)
+  * Link to tutorial now uses version through sphinx to avoid bad
+    links on future releases. (#682)
+  * lxml limited to >= 3.6 and < 4 for pypy compatibility.
+- Use license tag
+
+-------------------------------------------------------------------
+Fri Oct 20 16:12:19 UTC 2017 - toddrme2...@gmail.com
+
+- initial version

New:
----
  agate-1.6.1.tar.gz
  python-agate.changes
  python-agate.spec

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

Other differences:
------------------
++++++ python-agate.spec ++++++
#
# spec file for package python-agate
#
# Copyright (c) 2018 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 http://bugs.opensuse.org/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_with     test
Name:           python-agate
Version:        1.6.1
Release:        0
License:        MIT
Summary:        Data analysis library optimized for humans instead of machines
Url:            https://github.com/wireservice/agate
Group:          Development/Languages/Python
Source:         
https://files.pythonhosted.org/packages/source/a/agate/agate-%{version}.tar.gz
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
%if %{with test}
BuildRequires:  %{python_module Babel >= 2.0}
BuildRequires:  %{python_module future}
BuildRequires:  %{python_module isodate >= 0.5.4}
BuildRequires:  %{python_module leather >= 0.3.2}
BuildRequires:  %{python_module nose}
BuildRequires:  %{python_module parsedatetime >= 2.1}
BuildRequires:  %{python_module python-slugify >= 1.2.1}
BuildRequires:  %{python_module pytimeparse >= 1.1.5}
BuildRequires:  %{python_module six >= 1.9.0}
%endif
Requires:       python-Babel >= 2.0
Requires:       python-future
Requires:       python-isodate >= 0.5.4
Requires:       python-leather >= 0.3.2
Requires:       python-parsedatetime >= 2.1
Requires:       python-python-slugify >= 1.2.1
Requires:       python-pytimeparse >= 1.1.5
Requires:       python-six >= 1.9.0
BuildArch:      noarch

%python_subpackages

%description
Agate is a Python data analysis library that is optimized for humans
instead of machines. It is an alternative to numpy and pandas that
solves real-world problems with readable code.

Agate was previously known as journalism.

%prep
%setup -q -n agate-%{version}
find agate -name "*.py" -exec sed -i -e '/^#!\//, 1d' {} \;

%build
%python_build

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

%if %{with test}
%check
%python_expand nosetests-%{$python_bin_suffix} tests
%endif

%files %{python_files}
%defattr(-,root,root,-)
%doc CHANGELOG.rst README.rst
%license COPYING
%{python_sitelib}/*

%changelog

Reply via email to