Update to 3.2.0

epel9
Pierre-Yves Chibon 13 years ago
parent ecca0c29e1
commit 601552419b

1
.gitignore vendored

@ -1,2 +1,3 @@
rdflib-2.4.2.tar.gz
/rdflib-3.1.0.tar.gz
/rdflib-3.2.0-RC.tar.gz

@ -4,14 +4,14 @@
%define run_tests 0
Name: python-rdflib
Version: 3.1.0
Release: 2%{?dist}
Version: 3.2.0
Release: 1%{?dist}
Summary: Python library for working with RDF
Group: Development/Languages
License: BSD
URL: http://rdflib.net
Source0: http://rdflib.googlecode.com/files/rdflib-%{version}.tar.gz
URL: http://code.google.com/p/rdflib/
Source0: http://rdflib.googlecode.com/files/rdflib-%{version}-RC.tar.gz
BuildArch: noarch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@ -37,7 +37,7 @@ be backed by any one of a number of store implementations, including
memory, MySQL, Redland, SQLite, Sleepycat, ZODB and SQLObject.
%prep
%setup -q -n rdflib-%{version}
%setup -q -n rdflib-%{version}-RC
%build
%{__python} setup.py build
@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/*
%changelog
* Fri Jan 20 2012 Pierre-Yves Chibon <pingou@pingoured.fr> - 3.2.0-1
- Update to 3.2.0-RC which seem to be same as 3.2.0
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

@ -1 +1 @@
415c3b28ab0c6010b02c1523e8fa5b28 rdflib-3.1.0.tar.gz
b882f05de082bb41ec9c2f9f3aa547c7 rdflib-3.2.0-RC.tar.gz

Loading…
Cancel
Save