diff --git a/python-sievelib.changes b/python-sievelib.changes index 322e01e..8166e04 100644 --- a/python-sievelib.changes +++ b/python-sievelib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Apr 20 08:07:44 UTC 2024 - Dirk Müller + +- update to 1.4.0: + * Ensure name uniqueness in filter set + * Added annotations + ------------------------------------------------------------------- Sat Apr 6 07:44:00 UTC 2024 - Dirk Müller diff --git a/python-sievelib.spec b/python-sievelib.spec index ffdcfff..838bfe3 100644 --- a/python-sievelib.spec +++ b/python-sievelib.spec @@ -19,11 +19,11 @@ %define modname sievelib Name: python-%{modname} -Version: 1.3.0 +Version: 1.4.0 Release: 0 Summary: Client-side Sieve and Managesieve library written in Python License: MIT -URL: https://pypi.python.org/pypi/sievelib +URL: https://github.com/tonioo/sievelib Source: https://files.pythonhosted.org/packages/source/s/sievelib/%{modname}-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} @@ -32,6 +32,7 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch +Requires: python-typing-extensions %python_subpackages %description diff --git a/sievelib-1.3.0.tar.gz b/sievelib-1.3.0.tar.gz deleted file mode 100644 index 6e7c4b7..0000000 --- a/sievelib-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3313d7f1f3f8324ab6a8e2129e49d76ee08df0d43e2f550e681b8f12e3f44cd1 -size 36380 diff --git a/sievelib-1.4.0.tar.gz b/sievelib-1.4.0.tar.gz new file mode 100644 index 0000000..3d9c23f --- /dev/null +++ b/sievelib-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78cf1eb3f59910d1410128ce9352956dbc249b3c53afb362ace8922edec5dcdf +size 37563