diff --git a/python-scramp.spec b/python-scramp.spec index 4229152c367b9c3d4a3c57c371c0e251c67a20be..9d6ce31156837dcaa99cf7c4c954dd79ed987e74 100644 --- a/python-scramp.spec +++ b/python-scramp.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-scramp -Version: 1.4.4 +Version: 1.4.5 Release: 1 Summary: An implementation of the SCRAM protocol. License: MIT URL: https://github.com/tlocke/scramp -Source0: https://files.pythonhosted.org/packages/de/26/64cb6f2564c79b8e4e8809e844c9fe464a948221c0b2d173cb9586d06e38/scramp-1.4.4.tar.gz +Source0: https://files.pythonhosted.org/packages/f9/fa/8f1b99c3f875f334ac782e173ec03c35c246ec7a94fc5dd85153bc1d8285/scramp-1.4.5.tar.gz Patch0: 0001-add-setup.py.patch BuildArch: noarch @@ -71,6 +71,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 24 2024 dongqi - 1.4.5-1 +- Update package to version 1.4.5 +- Remove support for Python 3.7 +- Use Flake8-pyproject to get rid of setup.cfg + * Fri Nov 18 2022 jiangxinyu - 1.4.4-1 - Update package to version 1.4.4 diff --git a/scramp-1.4.4.tar.gz b/scramp-1.4.4.tar.gz deleted file mode 100644 index d5069b4548b0400909284225494b0d396a80c479..0000000000000000000000000000000000000000 Binary files a/scramp-1.4.4.tar.gz and /dev/null differ diff --git a/scramp-1.4.5.tar.gz b/scramp-1.4.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7190b23ff0dcf5dfe529bdfc3b12ca50b470dc23 Binary files /dev/null and b/scramp-1.4.5.tar.gz differ