Hello community,
here is the log from the commit of package python-python-aiml for
openSUSE:Leap:15.2 checked in at 2020-03-15 13:35:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-python-aiml (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-python-aiml.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-aiml"
Sun Mar 15 13:35:49 2020 rev:13 rq:783245 version:0.9.3
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-python-aiml/python-python-aiml.changes
2020-03-02 13:21:25.466167770 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-python-aiml.new.3160/python-python-aiml.changes
2020-03-15 13:35:52.558820724 +0100
@@ -1,0 +2,6 @@
+Mon Mar 9 09:38:30 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.9.3:
+ * various python compatiblity fixes
+
+-------------------------------------------------------------------
Old:
----
python-aiml-0.9.1.zip
New:
----
python-aiml-0.9.3.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-aiml.spec ++++++
--- /var/tmp/diff_new_pack.548iRK/_old 2020-03-15 13:35:52.886820920 +0100
+++ /var/tmp/diff_new_pack.548iRK/_new 2020-03-15 13:35:52.886820920 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-python-aiml
#
-# Copyright (c) 2018 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,21 +18,19 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-aiml
-Version: 0.9.1
+Version: 0.9.3
Release: 0
Summary: An interpreter package for AIML, the Artificial Intelligence
Markup Language
License: BSD-2-Clause
-Group: Development/Languages/Python
-Url: https://github.com/paulovn/python-aiml
+URL: https://github.com/paulovn/python-aiml
Source:
https://files.pythonhosted.org/packages/source/p/python-aiml/python-aiml-%{version}.zip
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
-Obsoletes: python-aiml < 0.9.0
Requires: python-setuptools
+Obsoletes: python-aiml < 0.9.0
BuildArch: noarch
-
%python_subpackages
%description