forked from pool/python-rdflib
Accepting request 427033 from home:aplanas:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/427033 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=46
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-rdflib
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,16 +17,18 @@
|
||||
|
||||
|
||||
Name: python-rdflib
|
||||
Version: 4.2.0
|
||||
Version: 4.2.1
|
||||
Release: 0
|
||||
Summary: A Python library for working with RDF
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/Python
|
||||
Url: http://rdflib.net/
|
||||
Source: http://pypi.python.org/packages/source/r/rdflib/rdflib-%{version}.tar.gz
|
||||
Source: https://pypi.io/packages/source/r/rdflib/rdflib-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-SPARQLWrapper
|
||||
# TODO(aplanas) Because we are not still running tests, we can break
|
||||
# the dependency cycle here.
|
||||
# BuildRequires: python-SPARQLWrapper
|
||||
BuildRequires: python-Sphinx
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-flake8
|
||||
@@ -58,8 +60,8 @@ The library also contains both in-memory and persistent Graph backends.
|
||||
|
||||
%package doc
|
||||
Summary: A Python library for working with RDF
|
||||
Recommends: %{name} = %{version}
|
||||
Group: Development/Libraries/Python
|
||||
Recommends: %{name} = %{version}
|
||||
|
||||
%description doc
|
||||
RDFLib is a Python library for working with RDF, a simple yet powerful
|
||||
|
Reference in New Issue
Block a user