update to 6.2.0

This commit is contained in:
liqiuyu123 2022-08-01 17:11:05 +08:00
parent 8010bdaa23
commit a886596ca9
3 changed files with 27 additions and 13 deletions

Binary file not shown.

View File

@ -1,24 +1,35 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-rdflib Name: python-rdflib
Version: 5.0.0 Version: 6.2.0
Release: 1 Release: 1
Summary: RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. 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 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 BuildArch: noarch
Requires: python3-si Requires: python3-isodate
Requires: python3-isodat Requires: python3-pyparsing
Requires: python3-pyparsin 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-sphinx
Requires: python3-sphinxcontrib-apidoc Requires: python3-sphinxcontrib-apidoc
Requires: python3-html5lib Requires: python3-sphinxcontrib-kroki
Requires: python3-requests Requires: python3-sphinx-autodoc-typehints
Requires: python3-html5lib Requires: python3-html5lib
Requires: python3-networkx Requires: python3-networkx
Requires: python3-nose Requires: python3-html5lib
Requires: python3-doctest-ignore-unicode Requires: python3-pytest
Requires: python3-pytest-cov
%description %description
RDFLib is a Python library for working with RDFLib is a Python library for working with
@ -40,7 +51,7 @@ Provides: python3-rdflib-doc
Development documents and examples for rdflib Development documents and examples for rdflib
%prep %prep
%autosetup -n rdflib-5.0.0 %autosetup -n rdflib-6.2.0
%build %build
%py3_build %py3_build
@ -77,8 +88,11 @@ mv %{buildroot}/doclist.lst .
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_pkgdocdir} %{_docdir}/*
%changelog %changelog
* Mon Aug 01 2022 liqiuyu <liqiuyu@kylinos.cn> - 6.2.0-1
- update to 6.2.0
* Sat Feb 20 2021 Python_Bot <Python_Bot@openeuler.org> * Sat Feb 20 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated

BIN
rdflib-6.2.0.tar.gz Normal file

Binary file not shown.