diff --git a/pdbp-1.5.0.tar.gz b/pdbp-1.5.0.tar.gz deleted file mode 100644 index d1f383223a7b2e63b3e5aeb909ad22840359c9b9..0000000000000000000000000000000000000000 Binary files a/pdbp-1.5.0.tar.gz and /dev/null differ diff --git a/pdbp-1.7.0.tar.gz b/pdbp-1.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a50409521bc1f40f054469d7a0258445b56d9178 Binary files /dev/null and b/pdbp-1.7.0.tar.gz differ diff --git a/python-pdbp.spec b/python-pdbp.spec index a5b3c1c1e121c5eb10c46a8569ac43640c932b50..f66f6e2b01c12b208255923197daff902abc7002 100644 --- a/python-pdbp.spec +++ b/python-pdbp.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pdbp -Version: 1.5.0 +Version: 1.7.0 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/51/62/e54aa30e1e4285eaa3ee77e8b55ae0cf38c014dd255fdff43bef86bcd4b2/pdbp-1.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/a5/7e/c2e6e6a27417ac9d23c1a8534c72f451463c71776cc182272cadaec78f6dd/pdbp-1.7.0.tar.gz BuildArch: noarch %description A drop-in replacement for pdb and pdbpp. @@ -71,5 +71,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 13 2025 lvfei -1.7.0-1 +- update to 1.7.0 +- Fix issue with get_terminal_size() +- Refresh Python dependencies + * Tue Nov 7 2023 Dongxing Wang - 1.5.0-1 - Init package diff --git a/python-pdbp.yaml b/python-pdbp.yaml new file mode 100644 index 0000000000000000000000000000000000000000..5a17916adf8cf106799302b2718917892564fc9e --- /dev/null +++ b/python-pdbp.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: mdmintz/pdbp +tag_prefix: "^v" +separator: .