diff --git a/python-sievelib.changes b/python-sievelib.changes index 8166e04..5f3527b 100644 --- a/python-sievelib.changes +++ b/python-sievelib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 13 04:27:57 UTC 2024 - Steve Kowalik + +- Update to 1.4.1: + * fix starttls +- Add typing-extensions to BuildRequires. + ------------------------------------------------------------------- Sat Apr 20 08:07:44 UTC 2024 - Dirk Müller diff --git a/python-sievelib.spec b/python-sievelib.spec index 838bfe3..c0b6346 100644 --- a/python-sievelib.spec +++ b/python-sievelib.spec @@ -19,7 +19,7 @@ %define modname sievelib Name: python-%{modname} -Version: 1.4.0 +Version: 1.4.1 Release: 0 Summary: Client-side Sieve and Managesieve library written in Python License: MIT @@ -28,6 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/s/sievelib/%{modn BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm} +BuildRequires: %{python_module typing-extensions} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros diff --git a/sievelib-1.4.0.tar.gz b/sievelib-1.4.0.tar.gz deleted file mode 100644 index 3d9c23f..0000000 --- a/sievelib-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78cf1eb3f59910d1410128ce9352956dbc249b3c53afb362ace8922edec5dcdf -size 37563 diff --git a/sievelib-1.4.1.tar.gz b/sievelib-1.4.1.tar.gz new file mode 100644 index 0000000..02297d4 --- /dev/null +++ b/sievelib-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf471407315532cf71dbf6f662b000cead2b477a70cff5c4b21bc5d4324ba53e +size 37603