commit python-adapt-parser for openSUSE:Factory

2020-01-16 Thread root
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 
+
+- 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.0 
+0200
+++ new/adapt-0.3.4/requirements.txt2019-06-27 17:46:59.0 +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.0 +0200
+++ new/adapt-0.3.4/setup.py2019-06-27 17:46:59.0 +0200
@@ -19,7 +19,7 @@
 
 setup(
 name = "adapt-parser",
-version = "0.3.3",
+version = "0.3.4",
 author = "Sean Fitzgerald",
 author_email = "s...@fitzgeralds.me",
 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"
 ]
 )




commit python-adapt-parser for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package python-adapt-parser for 
openSUSE:Factory checked in at 2019-06-12 13:13:26

Comparing /work/SRC/openSUSE:Factory/python-adapt-parser (Old)
 and  /work/SRC/openSUSE:Factory/.python-adapt-parser.new.4811 (New)


Package is "python-adapt-parser"

Wed Jun 12 13:13:26 2019 rev:3 rq:708401 version:0.3.3

Changes:

--- /work/SRC/openSUSE:Factory/python-adapt-parser/python-adapt-parser.changes  
2019-03-05 12:26:38.048833153 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-adapt-parser.new.4811/python-adapt-parser.changes
2019-06-12 13:13:28.116868935 +0200
@@ -1,0 +2,7 @@
+Fri Jun  7 14:25:19 UTC 2019 - Marketa Calabkova 
+
+- Update to 0.3.3
+  * Change license to Apache 2.0 
+  * other minor changes
+
+---

Old:

  v0.3.2.tar.gz

New:

  v0.3.3.tar.gz



Other differences:
--
++ python-adapt-parser.spec ++
--- /var/tmp/diff_new_pack.YWPsvI/_old  2019-06-12 13:13:29.024867983 +0200
+++ /var/tmp/diff_new_pack.YWPsvI/_new  2019-06-12 13:13:29.028867978 +0200
@@ -18,10 +18,10 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-adapt-parser
-Version:0.3.2
+Version:0.3.3
 Release:0
 Summary:A text-to-intent parsing framework
-License:LGPL-3.0-only
+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

++ v0.3.2.tar.gz -> v0.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/adapt-release-v0.3.2/README.md 
new/adapt-release-v0.3.3/README.md
--- old/adapt-release-v0.3.2/README.md  2018-04-25 17:40:28.0 +0200
+++ new/adapt-release-v0.3.3/README.md  2019-05-28 23:12:08.0 +0200
@@ -1,42 +1,49 @@
-[![Stories in 
Ready](https://badge.waffle.io/MycroftAI/adapt.png?label=ready&title=Ready)](https://waffle.io/MycroftAI/adapt)
+[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE.md)
 
[![CLA](https://img.shields.io/badge/CLA%3F-Required-blue.svg)](https://mycroft.ai/cla)
 
[![Team](https://img.shields.io/badge/Team-Mycroft_Core-violetblue.svg)](https://github.com/MycroftAI/contributors/blob/master/team/Mycroft%20Core.md)
 ![Status](https://img.shields.io/badge/-Production_ready-green.svg)
+
+[![Build 
Status](https://travis-ci.org/MycroftAI/adapt.svg?branch=master)](https://travis-ci.org/MycroftAI/adapt)
 [![Coverage 
Status](https://coveralls.io/repos/github/MycroftAI/adapt/badge.svg?branch=dev)](https://coveralls.io/github/MycroftAI/adapt?branch=master)
+[![PRs 
Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
+[![Join 
chat](https://img.shields.io/badge/Mattermost-join_chat-brightgreen.svg)](https://chat.mycroft.ai)
+
+Adapt Intent Parser
+==
+The Adapt Intent Parser is a flexible and extensible intent definition and 
determination framework. It is intended to parse natural language text into a 
structured intent that can then be invoked programatically.
+
+[![Introducing the Adapt Intent 
Parser](https://mycroft.ai/wp-content/uploads/2019/05/Adapt-video-still.png)](https://www.youtube.com/watch?v=zR9xvPtM6Ro)
+
 Getting Started
 ===
 To take a dependency on Adapt, it's recommended to use virtualenv and pip to 
install source from github.
 
-
-$ virtualenv myvirtualenv
-$ . myvirtualenv/bin/activate
-$ pip install -e git+https://github.com/mycroftai/adapt#egg=adapt-parser
-
+```bash
+$ virtualenv myvirtualenv
+$ . myvirtualenv/bin/activate
+$ pip install -e git+https://github.com/mycroftai/adapt#egg=adapt-parser
+```
 
 Examples
 
 Executable examples can be found in the [examples 
folder](https://github.com/MycroftAI/adapt/tree/master/examples).
 
-Overview
-==
-The Adapt Intent Parser is a flexible and extensible intent definition and 
determination framework. It is intended to parse natural language text into a 
structured intent that can then be invoked programatically.
-
 Intent Modelling
 
 In this context, an Intent is an action the system should perform. In the 
context of Pandora, we’ll define two actions: List Stations, and Select Station 
(aka start playback)
 
 With the Adapt intent builder:
-
-list_stations_intent = IntentBuilder('pandora:list_stations')\
-.require('Browse Music Command')\
-.build()
-
+```Python
+list_stations_intent = IntentBuilder('pandora:list_stations')\
+.require('Browse Music Command')\
+.build()
+```

commit python-adapt-parser for openSUSE:Factory

2019-03-05 Thread root
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 
+
+- Siwtch to unittest-xml-reporting
+
+---
+Mon Mar  4 14:04:48 UTC 2019 - Tomáš Chvátal 
+
+- 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