diff --git a/5.0.0.tar.gz b/5.0.0.tar.gz deleted file mode 100644 index 9f97e8ee7de977a43825b706781b37067a329795..0000000000000000000000000000000000000000 Binary files a/5.0.0.tar.gz and /dev/null differ diff --git a/python-rdflib.spec b/python-rdflib.spec index 399ca40e915ff7ec75ef0aa15b69fc53df0b7c29..48fed7c3e2f017bb5bbfac95d48801512aa14703 100644 --- a/python-rdflib.spec +++ b/python-rdflib.spec @@ -1,24 +1,35 @@ %global _empty_manifest_terminate_build 0 Name: python-rdflib -Version: 5.0.0 +Version: 6.2.0 Release: 1 Summary: RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. -License: BSD-3-Clause +License: BSD-3-clause URL: https://github.com/RDFLib/rdflib -Source0: https://github.com/RDFLib/rdflib/archive/5.0.0.tar.gz +Source0: https://files.pythonhosted.org/packages/fc/8d/2d1c8a08471b4333657c98a3048642095f844f10cd1d4e28f9b08725c7bd/rdflib-6.2.0.tar.gz BuildArch: noarch -Requires: python3-si -Requires: python3-isodat -Requires: python3-pyparsin +Requires: python3-isodate +Requires: python3-pyparsing +Requires: python3-setuptools +Requires: python3-importlib-metadata +Requires: python3-berkeleydb +Requires: python3-black +Requires: python3-flake8 +Requires: python3-isort +Requires: python3-mypy +Requires: python3-pep8-naming +Requires: python3-types-setuptools +Requires: python3-flakeheaven +Requires: python3-myst-parser Requires: python3-sphinx Requires: python3-sphinxcontrib-apidoc -Requires: python3-html5lib -Requires: python3-requests +Requires: python3-sphinxcontrib-kroki +Requires: python3-sphinx-autodoc-typehints Requires: python3-html5lib Requires: python3-networkx -Requires: python3-nose -Requires: python3-doctest-ignore-unicode +Requires: python3-html5lib +Requires: python3-pytest +Requires: python3-pytest-cov %description RDFLib is a Python library for working with @@ -40,7 +51,7 @@ Provides: python3-rdflib-doc Development documents and examples for rdflib %prep -%autosetup -n rdflib-5.0.0 +%autosetup -n rdflib-6.2.0 %build %py3_build @@ -77,8 +88,11 @@ mv %{buildroot}/doclist.lst . %dir %{python3_sitelib}/* %files help -f doclist.lst -%{_pkgdocdir} +%{_docdir}/* %changelog +* Mon Aug 01 2022 liqiuyu - 6.2.0-1 +- update to 6.2.0 + * Sat Feb 20 2021 Python_Bot -- Package Spec generated +- Package Spec generated \ No newline at end of file diff --git a/rdflib-6.2.0.tar.gz b/rdflib-6.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..30b5e5d6dba0acd02376979f022c644f8809934c Binary files /dev/null and b/rdflib-6.2.0.tar.gz differ