summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 10:03:43 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 10:03:43 +0000
commit41e89c0c8927f3fa83b8b60ca76e133abea51d11 (patch)
treed3e840af2d29f360375db35662bf54bb8f3b5442
parent1594c46dc2d46b6ac29c0b86a0f2cfcaae8f2fa2 (diff)
automatic import of python-dfa-identifyopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-dfa-identify.spec18
-rw-r--r--sources2
3 files changed, 11 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 13c7e04..fb311c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/dfa_identify-3.9.1.tar.gz
+/dfa_identify-3.10.1.tar.gz
diff --git a/python-dfa-identify.spec b/python-dfa-identify.spec
index db14c22..a30655d 100644
--- a/python-dfa-identify.spec
+++ b/python-dfa-identify.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-dfa-identify
-Version: 3.9.1
+Version: 3.10.1
Release: 1
Summary: Python library for identifying (learning) DFAs (automata) from labeled examples.
License: MIT
URL: https://github.com/mvcisback/dfa-identify
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/40/ec/355b1cfbe98e9cc560d60b5fd3835b232c0ad20f7e0046d8d39ad7012dd8/dfa_identify-3.9.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/1d/19/6e036e7834cc2762e21e2faa42f089cee569c3a8bad00258aafbb9681b08/dfa_identify-3.10.1.tar.gz
BuildArch: noarch
Requires: python3-attrs
@@ -332,7 +332,7 @@ The primary goal of this library is to loosely track the state of the art in pas
%prep
-%autosetup -n dfa-identify-3.9.1
+%autosetup -n dfa_identify-3.10.1
%build
%py3_build
@@ -346,20 +346,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
if [ -d usr/lib ]; then
- find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/lib64 ]; then
- find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
- find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
- find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+ find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
- find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+ find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
@@ -372,5 +372,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 3.9.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.10.1-1
- Package Spec generated
diff --git a/sources b/sources
index fe7ca93..b20cb92 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f357f4751db5583c8bac65219575317c dfa_identify-3.9.1.tar.gz
+36ab0631788df877d49226ec691028a8 dfa_identify-3.10.1.tar.gz