Hello community,
here is the log from the commit of package python-adapt-parser for
openSUSE:Factory checked in at 2020-01-16 18:24:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-adapt-parser (Old)
and /work/SRC/openSUSE:Factory/.python-adapt-parser.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-adapt-parser"
Thu Jan 16 18:24:04 2020 rev:4 rq:765024 version:0.3.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-adapt-parser/python-adapt-parser.changes
2019-06-12 13:13:28.116868935 +0200
+++
/work/SRC/openSUSE:Factory/.python-adapt-parser.new.26092/python-adapt-parser.changes
2020-01-16 18:24:09.417071495 +0100
@@ -1,0 +2,6 @@
+Thu Jan 16 15:20:49 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to 0.3.4
+ * minor fixes
+
+-------------------------------------------------------------------
Old:
----
v0.3.3.tar.gz
New:
----
v0.3.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-adapt-parser.spec ++++++
--- /var/tmp/diff_new_pack.l9VDI7/_old 2020-01-16 18:24:10.137071879 +0100
+++ /var/tmp/diff_new_pack.l9VDI7/_new 2020-01-16 18:24:10.137071879 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-adapt-parser
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-adapt-parser
-Version: 0.3.3
+Version: 0.3.4
Release: 0
Summary: A text-to-intent parsing framework
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/MycroftAI/adapt
-Source:
https://github.com/MycroftAI/adapt/archive/release/v%{version}.tar.gz
+Source: https://github.com/MycroftAI/adapt/archive/v%{version}.tar.gz
BuildRequires: %{python_module pyee >= 1.0.1}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.10.0}
@@ -42,7 +42,7 @@
a structured intent that can then be invoked programatically.
%prep
-%setup -q -n adapt-release-v%{version}
+%setup -q -n adapt-%{version}
sed -i -s "s/==/>=/" setup.py
%build
++++++ v0.3.3.tar.gz -> v0.3.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/adapt-release-v0.3.3/requirements.txt
new/adapt-0.3.4/requirements.txt
--- old/adapt-release-v0.3.3/requirements.txt 2019-05-28 23:12:08.000000000
+0200
+++ new/adapt-0.3.4/requirements.txt 2019-06-27 17:46:59.000000000 +0200
@@ -1,3 +1,3 @@
argparse==1.2.1
pyee==5.0.0
-six==1.10.0
+six>=1.10.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/adapt-release-v0.3.3/setup.py
new/adapt-0.3.4/setup.py
--- old/adapt-release-v0.3.3/setup.py 2019-05-28 23:12:08.000000000 +0200
+++ new/adapt-0.3.4/setup.py 2019-06-27 17:46:59.000000000 +0200
@@ -19,7 +19,7 @@
setup(
name = "adapt-parser",
- version = "0.3.3",
+ version = "0.3.4",
author = "Sean Fitzgerald",
author_email = "[email protected]",
description = ("A text-to-intent parsing framework."),
@@ -30,6 +30,6 @@
install_requires = [
"pyee==5.0.0",
- "six==1.10.0"
+ "six>=1.10.0"
]
)