diff --git a/python-rebulk.spec b/python-rebulk.spec index 5651868dfc974b4ac1b2002810555d284ed477e2..9414e03d560e6e16563315cbb1bb27758d1d871b 100644 --- a/python-rebulk.spec +++ b/python-rebulk.spec @@ -1,7 +1,7 @@ %global srcname rebulk Name: python-%{srcname} -Version: 3.0.1 +Version: 3.2.0 Release: 1 Summary: ReBulk is a python library that performs advanced searches in strings # Everything licensed as MIT, except: @@ -15,7 +15,7 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pytest-runner BuildRequires: python3-six -BuildRequires: pylint +BuildRequires: pylint python-typing-extensions >= 4.0.0 %global _description\ ReBulk is a python library that performs advanced searches in strings that\ @@ -59,5 +59,8 @@ done %{python3_sitelib}/%{srcname}-%{version}-py*.egg-info %changelog +* Wed Jun 21 2023 chendexi - 3.2.0-1 +- Update package to version 3.2.0 + * Fri Jun 25 2021 Juan wangxiaomeng - 3.0.1-1 - Initial package diff --git a/rebulk-3.0.1.tar.gz b/rebulk-3.0.1.tar.gz deleted file mode 100644 index 619d6adb185d97cab0e1110b8f958b725b3a02a7..0000000000000000000000000000000000000000 Binary files a/rebulk-3.0.1.tar.gz and /dev/null differ diff --git a/rebulk-3.2.0.tar.gz b/rebulk-3.2.0.tar.gz new file mode 100755 index 0000000000000000000000000000000000000000..25790af0befee0d9441f07381440c29afff4b357 Binary files /dev/null and b/rebulk-3.2.0.tar.gz differ