diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 09:56:20 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 09:56:20 +0000 |
commit | a5f8d21894539223a58a7b4a44a27dd8223fe876 (patch) | |
tree | e30159bcf595bde437329ce8a66b364ee184324c | |
parent | 656f877e508ae29708987c6c90001e9e3932850f (diff) |
automatic import of python-xml2rfcopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-xml2rfc.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1,2 +1,3 @@ /xml2rfc-3.16.0.tar.gz /xml2rfc-3.17.0.tar.gz +/xml2rfc-3.17.1.tar.gz diff --git a/python-xml2rfc.spec b/python-xml2rfc.spec index 331a896..748fcdb 100644 --- a/python-xml2rfc.spec +++ b/python-xml2rfc.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-xml2rfc -Version: 3.17.0 +Version: 3.17.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 +Summary: xml2rfc generates RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies. +License: Revised BSD License URL: https://github.com/ietf-tools/xml2rfc -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/43/c8/60b3a2cca1ad5ca214e3f8a092ef4b30619d8dadca2e0a89a9785d6644f2/xml2rfc-3.17.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/38/94/eb00f0989770895c5f7b7806065608c51dadf26e907f0ef05e7d9ebaf8ce/xml2rfc-3.17.1.tar.gz BuildArch: noarch @@ -68,7 +68,7 @@ The initial build may take time because it downloads all required fonts as well. [WeasyPrint Docs]: https://doc.courtbouillon.org/weasyprint/stable/first_steps.html %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. +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-devel BuildRequires: python3-setuptools @@ -193,7 +193,7 @@ The initial build may take time because it downloads all required fonts as well. [WeasyPrint Docs]: https://doc.courtbouillon.org/weasyprint/stable/first_steps.html %prep -%autosetup -n xml2rfc-3.17.0 +%autosetup -n xml2rfc-3.17.1 %build %py3_build @@ -233,5 +233,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.17.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 3.17.1-1 - Package Spec generated @@ -1 +1 @@ -8225ee785d9e56b0b5c5fb45a4c4582c xml2rfc-3.17.0.tar.gz +36c531099b08783b5e985a36de0970a3 xml2rfc-3.17.1.tar.gz |