!2 python-Automat: Fixed source package error

Merge pull request !2 from gnaygnil/master
This commit is contained in:
openeuler-ci-bot 2020-03-10 18:21:35 +08:00 committed by Gitee
commit 6b5a257bcd
3 changed files with 4 additions and 1 deletions

BIN
Automat-0.6.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: python-Automat
Version: 0.6.0
Release: 4
Release: 5
Summary: A library for concise, idiomatic Python expression of finite-state automata
License: MIT
URL: https://github.com/glyph/Automat
@ -62,5 +62,8 @@ rm -rf %{buildroot}%{_bindir}/*
%{python3_sitelib}/{automat,Automat-%{version}-py?.?.egg-info}
%changelog
* Tue Mar 10 2020 Ling Yang <lingyang2@huawei.com> - 0.6.0-5
- Fixed source package error
* Tue Feb 25 2020 Ling Yang <lingyang2@huawei.com> - 0.6.0-4
- Package Init