14
0

Accepting request 782859 from devel:languages:python

py38 fix

OBS-URL: https://build.opensuse.org/request/show/782859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-aiml?expand=0&rev=3
This commit is contained in:
2020-03-10 09:39:10 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cec40d461c2ef4e996c83a94553d646fe64facbc6c56e1f04ef26bdc69e1aa29
size 2140713

3
python-aiml-0.9.3.zip Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6954da1888b529121fe66a8cb1352b383c8ecd31e2bd9442ea46a38824e08c8
size 2142355

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 9 09:38:30 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.9.3:
* various python compatiblity fixes
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 4 12:52:57 UTC 2018 - Matej Cepl <mcepl@suse.com> Tue Dec 4 12:52:57 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-python-aiml # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,21 +18,19 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-aiml Name: python-python-aiml
Version: 0.9.1 Version: 0.9.3
Release: 0 Release: 0
Summary: An interpreter package for AIML, the Artificial Intelligence Markup Language Summary: An interpreter package for AIML, the Artificial Intelligence Markup Language
License: BSD-2-Clause 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 Source: https://files.pythonhosted.org/packages/source/p/python-aiml/python-aiml-%{version}.zip
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: unzip BuildRequires: unzip
Obsoletes: python-aiml < 0.9.0
Requires: python-setuptools Requires: python-setuptools
Obsoletes: python-aiml < 0.9.0
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description