Name: | python3-rdflib |
---|---|
Version: | 4.2.1 |
Release: | 9.el8.1 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 2787218 |
License: | BSD |
RPM: | python3-rdflib-4.2.1-9.el8.1.noarch.rpm |
Source RPM: | python-rdflib-4.2.1-9.el8.1.src.rpm |
Build Date: | Fri Nov 01 2019 |
Build Host: | jenkins-10-147-72-125-b4e9fa10-6706-4ab7-a61e-ddbed2bd373b.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/RDFLib/rdflib |
Summary: | Python library for working with RDF |
Description: | RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. The library contains parsers and serializers for RDF/XML, N3, NTriples, Turtle, TriX, RDFa and Microdata. The library presents a Graph interface which can be backed by any one of a number of Store implementations. The core rdflib includes store implementations for in memory storage, persistent storage on top of the Berkeley DB, and a wrapper for remote SPARQL endpoints. This is for Python 3. |
- Make python2 optional - Do not build python2 on RHEL8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Rebuilt for Python 3.7
- Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
- skip test_issue375 for python2, need to investigate later
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Update to 4.2.1 - Add missing python3 requires (rhbz#1295098) - Modernize the package (python2 subpackage, %pyX_* macros..., new versioned executable) - Run tests on Python 3, even when failing - Fixed bad shebangs