Hello community,
here is the log from the commit of package python-adapt-parser for
openSUSE:Factory checked in at 2019-03-05 12:26:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-adapt-parser (Old)
and /work/SRC/openSUSE:Factory/.python-adapt-parser.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-adapt-parser"
Tue Mar 5 12:26:36 2019 rev:2 rq:681657 version:0.3.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-adapt-parser/python-adapt-parser.changes
2018-03-16 10:39:02.309786062 +0100
+++
/work/SRC/openSUSE:Factory/.python-adapt-parser.new.28833/python-adapt-parser.changes
2019-03-05 12:26:38.048833153 +0100
@@ -1,0 +2,12 @@
+Tue Mar 5 09:50:13 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Siwtch to unittest-xml-reporting
+
+-------------------------------------------------------------------
+Mon Mar 4 14:04:48 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.3.2:
+ * no upstream changelog
+- Switch to github tarball for tests
+
+-------------------------------------------------------------------
Old:
----
adapt-parser-0.3.0.tar.gz
New:
----
v0.3.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-adapt-parser.spec ++++++
--- /var/tmp/diff_new_pack.vyBgg9/_old 2019-03-05 12:26:38.652833262 +0100
+++ /var/tmp/diff_new_pack.vyBgg9/_new 2019-03-05 12:26:38.652833262 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-adapt-parser
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,25 +12,28 @@
# 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-adapt-parser
-Version: 0.3.0
+Version: 0.3.2
Release: 0
-License: LGPL-3.0
Summary: A text-to-intent parsing framework
-Url: https://github.com/MycroftAI/adapt
+License: LGPL-3.0-only
Group: Development/Languages/Python
-Source:
https://files.pythonhosted.org/packages/source/a/adapt-parser/adapt-parser-%{version}.tar.gz
-BuildRequires: python-rpm-macros
+URL: https://github.com/MycroftAI/adapt
+Source:
https://github.com/MycroftAI/adapt/archive/release/v%{version}.tar.gz
+BuildRequires: %{python_module pyee >= 1.0.1}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module six >= 1.10.0}
+BuildRequires: %{python_module unittest-xml-reporting}
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
Requires: python-pyee >= 1.0.1
Requires: python-six >= 1.10.0
BuildArch: noarch
-
%python_subpackages
%description
@@ -39,7 +42,7 @@
a structured intent that can then be invoked programatically.
%prep
-%setup -q -n adapt-parser-%{version}
+%setup -q -n adapt-release-v%{version}
sed -i -s "s/==/>=/" setup.py
%build
@@ -49,8 +52,12 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%check
+%python_exec run_tests.py --fail-on-error
+
%files %{python_files}
-%defattr(-,root,root,-)
+%license LICENSE.md
+%doc README.md SUPPORT.md GETTING_STARTED.md
%{python_sitelib}/*
%changelog