diff --git a/cairocffi-1.6.1.tar.gz b/cairocffi-1.6.1.tar.gz deleted file mode 100644 index 2c62a9ce13ff3a4d13072dbd05655505ee96aa47..0000000000000000000000000000000000000000 Binary files a/cairocffi-1.6.1.tar.gz and /dev/null differ diff --git a/cairocffi-1.7.1.tar.gz b/cairocffi-1.7.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..664d74d11af0b52e5ba792e751a09012892bd886 Binary files /dev/null and b/cairocffi-1.7.1.tar.gz differ diff --git a/python-cairocffi.spec b/python-cairocffi.spec index b1536d3863a0700526604f976bfc57e8d07aa115..425e6764619e70fedf8ac6bee5c17c665c69a007 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cairocffi -Version: 1.6.1 +Version: 1.7.1 Release: 1 Summary: cffi-based cairo bindings for Python License: BSD-3-Clause URL: https://pypi.python.org/pypi/cairocffi/ -Source0: https://files.pythonhosted.org/packages/6e/37/982a8650ab8c0b3bd0021e3f7041e9707ce35f6cc43b7def2c43ff109dd9/cairocffi-1.6.1.tar.gz +Source0: https://files.pythonhosted.org/packages/70/c5/1a4dc131459e68a173cbdab5fad6b524f53f9c1ef7861b7698e998b837cc/cairocffi-1.7.1.tar.gz BuildArch: noarch %global _description\ @@ -73,6 +73,11 @@ if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Jul 18 2024 Hann - 1.7.1-1 +- Update package to version 1.7.1 +- Add get_hairline() and set_hairline() functions +- Use Ruff instead of Flake8 and isort + * Tue Nov 21 2023 jiangxinyu - 1.6.1-1 - Update package to version 1.6.1