1
0
forked from pool/python-padaos

Accepting request 670780 from home:alarrosa:branches:devel:languages:python

- Update to padaos 0.1.9
  * Lock while running compile. Adding and removing intents or entities
    while compiling may cause a RuntimeError, this lock _should_ handle
    that issue
- Update to padaos 0.1.8
  * Lines resulting in invalid regexes are now ignored but the failing
    line logged.

OBS-URL: https://build.opensuse.org/request/show/670780
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-padaos?expand=0&rev=9
This commit is contained in:
Dirk Mueller 2019-02-03 17:57:23 +00:00 committed by Git OBS Bridge
parent be0f30255b
commit 6227503427
4 changed files with 20 additions and 6 deletions

View File

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

3
padaos-0.1.9.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Feb 2 22:46:55 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>
- Update to padaos 0.1.9
* Lock while running compile. Adding and removing intents or entities
while compiling may cause a RuntimeError, this lock _should_ handle
that issue
- Update to padaos 0.1.8
* Lines resulting in invalid regexes are now ignored but the failing
line logged.
-------------------------------------------------------------------
Tue Dec 4 12:51:04 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-padaos
#
# Copyright (c) 2018 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
@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-padaos
Version: 0.1.7
Version: 0.1.9
Release: 0
Summary: An intent parser
License: MIT
@ -52,6 +52,8 @@ regex. Each intent is a single compiled regex matcher.
%files %{python_files}
%doc README.md
%{python_sitelib}/*
%{python_sitelib}/padaos.*
%{python_sitelib}/__pycache__/padaos.*
%{python_sitelib}/padaos-%{version}-py%{python_version}.egg-info
%changelog