diff --git a/python-recommonmark.spec b/python-recommonmark.spec index 49e765f..f8113fb 100644 --- a/python-recommonmark.spec +++ b/python-recommonmark.spec @@ -1,10 +1,10 @@ Name: python-recommonmark -Version: 0.6.0 +Version: 0.7.1 Release: 1 Summary: A docutils-compatibility bridge to CommonMark, enabling you to write CommonMark inside of Docutils & Sphinx projects. License: MIT URL: https://github.com/rtfd/recommonmark -Source0: https://files.pythonhosted.org/packages/f5/71/046160d730f664662d65b3f8b399b519ad378ffa4369ff3b6060cf1318d7/recommonmark-0.6.0.tar.gz +Source0: https://github.com/readthedocs/recommonmark/archive/refs/tags/recommonmark-0.7.1.tar.gz BuildArch: noarch Requires: python3-commonmark >= 0.8.1 @@ -29,7 +29,7 @@ Provides: python3-recommonmark-doc %prep -%autosetup -n recommonmark-0.6.0 +%autosetup -n recommonmark-0.7.1 %build %py3_build @@ -64,5 +64,8 @@ mv %{buildroot}/filelist.lst . %{_pkgdocdir} %changelog +* Mon Sep 26 2022 dillon chen - 2.1.1-1 +- update to 0.7.1 + * Thu Jun 04 2020 Python_Bot - Package Spec generated diff --git a/recommonmark-0.6.0.tar.gz b/recommonmark-0.6.0.tar.gz deleted file mode 100644 index fb28998..0000000 Binary files a/recommonmark-0.6.0.tar.gz and /dev/null differ diff --git a/recommonmark-0.7.1.tar.gz b/recommonmark-0.7.1.tar.gz new file mode 100644 index 0000000..ed497a0 Binary files /dev/null and b/recommonmark-0.7.1.tar.gz differ