!4 Update package

From: @liqiuyu123 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-08-01 10:15:39 +00:00 committed by Gitee
commit a2ae30cd95
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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
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 <liqiuyu@kylinos.cn> - 6.2.0-1
- update to 6.2.0
* Sat Feb 20 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated

BIN
rdflib-6.2.0.tar.gz Normal file

Binary file not shown.