diff --git a/python-xml2rfc.spec b/python-xml2rfc.spec index 3358483b199db7c2ec0075084cb5f29dee81a069..ca71cd050d16c5d965178781b7bc086dc190dbe3 100644 --- a/python-xml2rfc.spec +++ b/python-xml2rfc.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-xml2rfc -Version: 3.0.0 +Version: 3.15.1 Release: 1 Summary: Xml2rfc generates RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies. License: BSD-3-Clause URL: https://tools.ietf.org/tools/xml2rfc/trac/ -Source0: https://files.pythonhosted.org/packages/1a/6a/8fd3e8acd01518f04b33152f1bdf8d02d26d89dc01c3ba19c15ad7dbab53/xml2rfc-3.0.0.tar.gz +Source0: https://files.pythonhosted.org/packages/bb/a8/08ea1ef9ddd6db477cf00bcf3b42d4bfef8b4ed83b7ec2e1b780b2ca6ebd/xml2rfc-3.15.1.tar.gz BuildArch: noarch @@ -29,6 +29,9 @@ v3, and can run the preptool on its input. %package -n python3-xml2rfc Summary: Xml2rfc generates RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies. Provides: python-xml2rfc +BuildRequires: python3-google-i18n-address >= 2.3.2 +BuildRequires: python3-jinja2 >= 3.1.2 +BuildRequires: python3-markupsafe >= 2.1.1 BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-xml2rfc %_description @@ -39,7 +42,7 @@ Provides: python3-xml2rfc-doc %description help %_description %prep -%autosetup -n xml2rfc-3.0.0 +%autosetup -n xml2rfc-%{version} %build %py3_build @@ -79,5 +82,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 27 2022 wangjunqi - 3.15.1-1 +- Update package to version 3.15.1 + * Wed Sep 02 2020 Python_Bot - Package Spec generated diff --git a/xml2rfc-3.0.0.tar.gz b/xml2rfc-3.0.0.tar.gz deleted file mode 100644 index 2ede9ca87bbed699d75f89cb084eebf5fc69f589..0000000000000000000000000000000000000000 Binary files a/xml2rfc-3.0.0.tar.gz and /dev/null differ diff --git a/xml2rfc-3.15.1.tar.gz b/xml2rfc-3.15.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b992cc439c5240c323b60b7148f88a93ae8c9ab9 Binary files /dev/null and b/xml2rfc-3.15.1.tar.gz differ