From d4b86118458ee39676c9fa256ea27a4147c1026b928ccbc2fb31a2bc8ff6a70a Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Fri, 9 Mar 2012 13:31:50 +0000 Subject: [PATCH 1/3] Accepting request 105306 from home:dimstar:branches:devel:languages:python Update to 3.2.0 OBS-URL: https://build.opensuse.org/request/show/105306 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=18 --- python-rdflib.changes | 10 ++++++++++ python-rdflib.spec | 7 +++---- rdflib-3.1.0.tar.gz | 3 --- rdflib-3.2.0.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 rdflib-3.1.0.tar.gz create mode 100644 rdflib-3.2.0.tar.gz diff --git a/python-rdflib.changes b/python-rdflib.changes index 460918b..c88c659 100644 --- a/python-rdflib.changes +++ b/python-rdflib.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Feb 15 20:17:16 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.2.0: + + rdflib now works under python3 + + Unit tests were updated and cleaned up + + Updated documentations + + A new resource oriented API was added + + Many bugfixes. + ------------------------------------------------------------------- Thu Sep 22 09:47:20 UTC 2011 - saschpe@suse.de diff --git a/python-rdflib.spec b/python-rdflib.spec index 96026cd..73e3e9c 100644 --- a/python-rdflib.spec +++ b/python-rdflib.spec @@ -1,7 +1,7 @@ # # spec file for package python-rdflib # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,13 @@ # - Name: python-rdflib -Version: 3.1.0 +Version: 3.2.0 Release: 0 Summary: A Python library for working with RDF -Url: http://rdflib.net/ License: Other License, see package Group: Development/Libraries/Python +Url: http://rdflib.net/ Source: rdflib-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel diff --git a/rdflib-3.1.0.tar.gz b/rdflib-3.1.0.tar.gz deleted file mode 100644 index 44a90ff..0000000 --- a/rdflib-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eafa2a6abfde24f08bc8af0b43084bd30a00d94579bea9993643a8b438098043 -size 249824 diff --git a/rdflib-3.2.0.tar.gz b/rdflib-3.2.0.tar.gz new file mode 100644 index 0000000..6e78695 --- /dev/null +++ b/rdflib-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd09b855540412740c758f06da949a386d64c5c2003c7e985bae51b5a393321a +size 351159 From f2a7911534d95640fe86694500e08b174efa683fa6b3df1b128fd984fff5d13c Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 23 May 2012 12:43:12 +0000 Subject: [PATCH 2/3] Accepting request 109110 from home:babelworx:ldig:branches:devel:languages:python license update: BSD-3-Clause SPDX format OBS-URL: https://build.opensuse.org/request/show/109110 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=19 --- python-rdflib.changes | 6 ++++++ python-rdflib.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-rdflib.changes b/python-rdflib.changes index c88c659..ea78df3 100644 --- a/python-rdflib.changes +++ b/python-rdflib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 13 13:39:19 UTC 2012 - cfarrell@suse.com + +- license update: BSD-3-Clause + SPDX format + ------------------------------------------------------------------- Wed Feb 15 20:17:16 UTC 2012 - dimstar@opensuse.org diff --git a/python-rdflib.spec b/python-rdflib.spec index 73e3e9c..5ccd0e3 100644 --- a/python-rdflib.spec +++ b/python-rdflib.spec @@ -20,7 +20,7 @@ Name: python-rdflib Version: 3.2.0 Release: 0 Summary: A Python library for working with RDF -License: Other License, see package +License: BSD-3-Clause Group: Development/Libraries/Python Url: http://rdflib.net/ Source: rdflib-%{version}.tar.gz From b9035b5d8ced1cba151bb1681333b761bc60b3d3de3e9a4adb2af7b4e35ca400 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 23 May 2012 12:46:14 +0000 Subject: [PATCH 3/3] - Update to version 3.2.1: + New setuptools entry points for query processors and results + Many bugfixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=20 --- python-rdflib.changes | 7 +++++++ python-rdflib.spec | 2 +- rdflib-3.2.0.tar.gz | 3 --- rdflib-3.2.1.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 rdflib-3.2.0.tar.gz create mode 100644 rdflib-3.2.1.tar.gz diff --git a/python-rdflib.changes b/python-rdflib.changes index ea78df3..4a6e40f 100644 --- a/python-rdflib.changes +++ b/python-rdflib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Apr 28 18:14:50 UTC 2012 - msuman@gnome.org + +- Update to version 3.2.1: + + New setuptools entry points for query processors and results + + Many bugfixes + ------------------------------------------------------------------- Tue Mar 13 13:39:19 UTC 2012 - cfarrell@suse.com diff --git a/python-rdflib.spec b/python-rdflib.spec index 5ccd0e3..6015891 100644 --- a/python-rdflib.spec +++ b/python-rdflib.spec @@ -17,7 +17,7 @@ Name: python-rdflib -Version: 3.2.0 +Version: 3.2.1 Release: 0 Summary: A Python library for working with RDF License: BSD-3-Clause diff --git a/rdflib-3.2.0.tar.gz b/rdflib-3.2.0.tar.gz deleted file mode 100644 index 6e78695..0000000 --- a/rdflib-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd09b855540412740c758f06da949a386d64c5c2003c7e985bae51b5a393321a -size 351159 diff --git a/rdflib-3.2.1.tar.gz b/rdflib-3.2.1.tar.gz new file mode 100644 index 0000000..6bd6340 --- /dev/null +++ b/rdflib-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1193b3614bf8f57793adcff0d0bbff9ed67a667849302c4f46192eb34822b21 +size 439814