[ckan-changes] commit/ckanext-dgu: dread: [ons]: datautil-date renamed datautildate.
Bitbucket
commits-noreply at bitbucket.org
Tue Nov 29 14:38:59 UTC 2011
1 new commit in ckanext-dgu:
https://bitbucket.org/okfn/ckanext-dgu/changeset/cc26ee1f7837/
changeset: cc26ee1f7837
user: dread
date: 2011-11-29 15:38:45
summary: [ons]: datautil-date renamed datautildate.
affected #: 3 files
diff -r 05551aeecf7768379d3015701cfa244beff30852 -r cc26ee1f783780ca7eadb726f2ec54faa36eb233 ckanext/dgu/ons/importer.py
--- a/ckanext/dgu/ons/importer.py
+++ b/ckanext/dgu/ons/importer.py
@@ -6,7 +6,7 @@
from ckanext.importlib.importer import PackageImporter
from ckanext.dgu import schema
from ckanext.dgu.ons.producers import get_ons_producers
-from datautil import date
+from datautildate import date
guid_prefix = 'http://www.statistics.gov.uk/'
@@ -184,6 +184,8 @@
if dept_given == 'Office for National Statistics':
department = 'UK Statistics Authority'
agency = dept_given
+## department = dept_given
+## import pdb; pdb.set_trace()
if dept_given == 'Education':
department = 'Department for Education'
diff -r 05551aeecf7768379d3015701cfa244beff30852 -r cc26ee1f783780ca7eadb726f2ec54faa36eb233 ckanext/dgu/ons/loader.py
--- a/ckanext/dgu/ons/loader.py
+++ b/ckanext/dgu/ons/loader.py
@@ -1,6 +1,6 @@
import re
-from datautil import date
+from datautildate import date
from ckanext.importlib.loader import ResourceSeriesLoader
diff -r 05551aeecf7768379d3015701cfa244beff30852 -r cc26ee1f783780ca7eadb726f2ec54faa36eb233 requires/lucid_missing.txt
--- a/requires/lucid_missing.txt
+++ b/requires/lucid_missing.txt
@@ -19,4 +19,4 @@
# of lxml as the XML library).
-e hg+https://bitbucket.org/okfn/owslib@bef58d64b96e#egg=owslib
# Replaces swiss
--e hg+https://bitbucket.org/okfn/datautil-date@2dc27829de20#egg=datautil-date
+-e hg+https://bitbucket.org/okfn/datautil-date@4e8b4c556738#egg=datautildate
Repository URL: https://bitbucket.org/okfn/ckanext-dgu/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list