diff --git a/python-rst-linker.spec b/python-rst-linker.spec index 01b6fdd650c755f1bbe13f7a2caa2877b69cbdcb..083e6093b8f938140da3b268667bcbd2c91cd625 100644 --- a/python-rst-linker.spec +++ b/python-rst-linker.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-rst-linker -Version: 2.5.0 +Version: 2.6.0 Release: 1 Summary: Tools for adding metadata and hyperlinks to reStructuredText. License: MIT URL: https://github.com/jaraco/rst.linker -Source0: https://files.pythonhosted.org/packages/98/4a/4caa0ec12064a7d44a390c7c581c8ce079a088c788aa69d001fbf2b52a4a/rst_linker-2.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/11/69/21a406ae21b30817ba88eec5f3b557defb61eafa483c4c3e58d3233e0f0e/rst_linker-2.6.0.tar.gz BuildArch: noarch %description rst.linker provides a routine for adding links and performing other custom @@ -78,6 +78,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 29 2024 muxiaohui - 2.6.0-1 +- Update version to 2.6.0 + * Wed Jul 24 2024 muxiaohui - 2.5.0-1 - Convert to PEP 420 native namespace package. diff --git a/rst_linker-2.5.0.tar.gz b/rst_linker-2.5.0.tar.gz deleted file mode 100644 index f892bdc129678481468a3cdb391c3333fcd28fe5..0000000000000000000000000000000000000000 Binary files a/rst_linker-2.5.0.tar.gz and /dev/null differ diff --git a/rst_linker-2.6.0.tar.gz b/rst_linker-2.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2e21381e6755714306fae0ac5650288be1c24d2c Binary files /dev/null and b/rst_linker-2.6.0.tar.gz differ