diff --git a/pdbp-1.7.0.tar.gz b/pdbp-1.7.0.tar.gz deleted file mode 100644 index a50409521bc1f40f054469d7a0258445b56d9178..0000000000000000000000000000000000000000 Binary files a/pdbp-1.7.0.tar.gz and /dev/null differ diff --git a/pdbp-1.7.1.tar.gz b/pdbp-1.7.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d57c9cea814c8bc440e88bc19fc0d8c6a280f03a Binary files /dev/null and b/pdbp-1.7.1.tar.gz differ diff --git a/python-pdbp.spec b/python-pdbp.spec index f66f6e2b01c12b208255923197daff902abc7002..6c5f1327c73dc0936f5b68983b14777e434f49d5 100644 --- a/python-pdbp.spec +++ b/python-pdbp.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pdbp -Version: 1.7.0 +Version: 1.7.1 Release: 1 Summary: A drop-in replacement for pdb and pdbpp. License: MIT URL: https://github.com/mdmintz/pdbp -Source0: https://files.pythonhosted.org/packages/a5/7e/c2e6e6a27417ac9d23c1a8534c72f451463c71776cc182272cadaec78f6dd/pdbp-1.7.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/pdbp/pdbp-%{version}.tar.gz BuildArch: noarch %description A drop-in replacement for pdb and pdbpp. @@ -71,6 +71,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 09 2025 zhangyulong - 1.7.1-1 +- Update version to 1.7.1 + -Support changes made in pytest 8.4.0+ for Python 3.13+ + -Refresh Python dependencies + -Update the flake8 check + -Officially support Python 3.14 + -Merge pull request #78 from mdmintz/support-pytest-debugger-updates + * Wed Aug 13 2025 lvfei -1.7.0-1 - update to 1.7.0 - Fix issue with get_terminal_size()