From e401b045e9a7362294a7fbdb32a45aab5c64c2389943905cfbd954b79adcba67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 9 Mar 2020 09:39:41 +0000 Subject: [PATCH] - Update to 0.9.3: * various python compatiblity fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-aiml?expand=0&rev=5 --- python-aiml-0.9.1.zip | 3 --- python-aiml-0.9.3.zip | 3 +++ python-python-aiml.changes | 6 ++++++ python-python-aiml.spec | 10 ++++------ 4 files changed, 13 insertions(+), 9 deletions(-) delete mode 100644 python-aiml-0.9.1.zip create mode 100644 python-aiml-0.9.3.zip diff --git a/python-aiml-0.9.1.zip b/python-aiml-0.9.1.zip deleted file mode 100644 index d781d7b..0000000 --- a/python-aiml-0.9.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cec40d461c2ef4e996c83a94553d646fe64facbc6c56e1f04ef26bdc69e1aa29 -size 2140713 diff --git a/python-aiml-0.9.3.zip b/python-aiml-0.9.3.zip new file mode 100644 index 0000000..be98363 --- /dev/null +++ b/python-aiml-0.9.3.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6954da1888b529121fe66a8cb1352b383c8ecd31e2bd9442ea46a38824e08c8 +size 2142355 diff --git a/python-python-aiml.changes b/python-python-aiml.changes index 6f2ca18..7e28d11 100644 --- a/python-python-aiml.changes +++ b/python-python-aiml.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 9 09:38:30 UTC 2020 - Tomáš Chvátal + +- Update to 0.9.3: + * various python compatiblity fixes + ------------------------------------------------------------------- Tue Dec 4 12:52:57 UTC 2018 - Matej Cepl diff --git a/python-python-aiml.spec b/python-python-aiml.spec index 1e9b1dd..6c8087b 100644 --- a/python-python-aiml.spec +++ b/python-python-aiml.spec @@ -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