From 499b0cd881de9484e50cee9e0aaaa6e85171d87c Mon Sep 17 00:00:00 2001 From: eric Date: Tue, 4 Aug 2015 12:39:34 -0400 Subject: [PATCH 1/5] bump the commit --- requirements_versioned.pip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_versioned.pip b/requirements_versioned.pip index b64e6e3b..c1307721 100644 --- a/requirements_versioned.pip +++ b/requirements_versioned.pip @@ -40,7 +40,7 @@ django-tastypie==0.9.11 feedparser==5.1.2 freebase==1.0.8 #gitenberg.metadata==0.1.6 -git+ssh://git@github.com/gitenberg-dev/metadata.git@2c0fdd5a54f6b893cbb4cc0ee0e4ec6fa3ffbb93 +git+ssh://git@github.com/gitenberg-dev/metadata.git@e16b2f18b8d2842b8700914a96e756d887062bc1 html5lib==1.0b3 httplib2==0.7.5 kombu==2.4.5 From 74ec17a398bf9381f31d838b2539e0394cb5aaeb Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Thu, 6 Aug 2015 11:49:28 -0700 Subject: [PATCH 2/5] add rdflib-jsonld==0.3 --- requirements_versioned.pip | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements_versioned.pip b/requirements_versioned.pip index b64e6e3b..a357c693 100644 --- a/requirements_versioned.pip +++ b/requirements_versioned.pip @@ -60,6 +60,7 @@ python-openid==2.2.5 python-social-auth==0.2.6 pytz==2012d rdflib==2.4.1 +rdflib-jsonld==0.3 redis==2.6.2 reportlab==3.1.8 requests==2.6.0 From 06c23db9cd0dc027dd9c3449deb94301b5c2d03c Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 6 Aug 2015 14:49:41 -0400 Subject: [PATCH 3/5] that was an easy fix --- frontend/templates/new_edition.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/templates/new_edition.html b/frontend/templates/new_edition.html index a916026c..6de738a9 100644 --- a/frontend/templates/new_edition.html +++ b/frontend/templates/new_edition.html @@ -35,7 +35,7 @@

Authors: - {% if edition.pk and edition.relators or edition.new_author_names %} + {% if edition.pk and edition.relators or edition.new_authors %}

    {% if edition.pk and edition.authors %} {% for relator in edition.relators.all %} From af0942d1f64a6efc33b16cc94ce7f82406e73219 Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Thu, 6 Aug 2015 12:06:22 -0700 Subject: [PATCH 4/5] new version of rdflib --- requirements_versioned.pip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_versioned.pip b/requirements_versioned.pip index a357c693..f82af5dd 100644 --- a/requirements_versioned.pip +++ b/requirements_versioned.pip @@ -59,7 +59,7 @@ python-dateutil==2.1 python-openid==2.2.5 python-social-auth==0.2.6 pytz==2012d -rdflib==2.4.1 +rdflib==4.2.0 rdflib-jsonld==0.3 redis==2.6.2 reportlab==3.1.8 From 299e49506ba641c696d375d0c6afa50bdd62e80c Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 6 Aug 2015 15:16:06 -0400 Subject: [PATCH 5/5] updated requirements --- requirements_versioned.pip | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements_versioned.pip b/requirements_versioned.pip index c1307721..6c3fd7ee 100644 --- a/requirements_versioned.pip +++ b/requirements_versioned.pip @@ -8,6 +8,7 @@ PyGithub==1.15.0 PyYAML==3.11 git+git://github.com/urschrei/pyzotero.git@v0.9.51 South==0.7.6 +SPARQLWrapper==1.6.4 WebOb==1.2.3 WebTest==1.4.0 amqplib==1.0.2 @@ -43,6 +44,7 @@ freebase==1.0.8 git+ssh://git@github.com/gitenberg-dev/metadata.git@e16b2f18b8d2842b8700914a96e756d887062bc1 html5lib==1.0b3 httplib2==0.7.5 +isodate==0.5.1 kombu==2.4.5 lxml==2.3.5 mechanize==0.2.5 @@ -55,11 +57,13 @@ postmonkey==1.0a4 pyasn1==0.1.4 pycrypto==2.6 pymarc==3.0.2 +pyparsing==2.0.3 python-dateutil==2.1 python-openid==2.2.5 python-social-auth==0.2.6 pytz==2012d rdflib==2.4.1 +rdflib-jsonld==0.3 redis==2.6.2 reportlab==3.1.8 requests==2.6.0