diff --git a/python-aiosmb.spec b/python-aiosmb.spec index f09cbed..5084e25 100644 --- a/python-aiosmb.spec +++ b/python-aiosmb.spec @@ -1,7 +1,7 @@ %global pypi_name aiosmb Name: python-%{pypi_name} -Version: 0.2.32 +Version: 0.2.33 Release: 1%{?dist} Summary: Asynchronous SMB protocol implementation @@ -50,6 +50,9 @@ commons/connection/target.py,crypto/pure/RC4/RC4.py} %{python3_sitelib}/%{pypi_name}-%{version}-py*.egg-info/ %changelog +* Fri Dec 04 2020 Fabian Affolter - 0.2.33-1 +- Update to latest upstream release 0.2.33 (#1902133) + * Fri Oct 30 2020 Fabian Affolter - 0.2.32-1 - Update to latest upstream release 0.2.32 (#1891357)