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.5.4.tar.gz b/pdbp-1.5.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4fee539a3bf9c685d7fa8f64eba3b9ac40f4c81a Binary files /dev/null and b/pdbp-1.5.4.tar.gz differ diff --git a/python-pdbp.spec b/python-pdbp.spec index a5b3c1c1e121c5eb10c46a8569ac43640c932b50..4729840199542ec0cfaf7a7a4c82fd8efe83a6ba 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.5.4 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/48/f2/1f8d0fa02150efe9c9edabe6b21a5ea58d5c53ae3c12269f6f253c31eac4/pdbp-1.5.4.tar.gz BuildArch: noarch %description A drop-in replacement for pdb and pdbpp. @@ -71,5 +71,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 17 2024 ldy - 1.5.4-1 +- Update version to 1.5.4 + * Tue Nov 7 2023 Dongxing Wang - 1.5.0-1 - Init package