Skip to content

Commit

Permalink
HDXDSYS-843 update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
turnerm committed Sep 19, 2024
1 parent 4d36d34 commit 8d147f1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.10.0] - 2024-09-12

### Added

- IDP scraper

## [0.9.54] - 2024-09-12

### Fixed
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ classifiers = [
requires-python = ">=3.8"

dependencies = [
"hapi-schema@git+ssh://[email protected]/OCHA-DAP/hapi-sqlalchemy-schema#HDXDSYS-843-add-dtm-bugfix",
"hapi-schema>=0.8.15",
"hapi-schema>=0.8.17",
"hdx-python-api>= 6.3.2",
"hdx-python-country>= 3.7.7",
"hdx-python-database[postgresql]>= 1.3.1",
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ email-validator==2.2.0
# via hdx-python-api
et-xmlfile==1.1.0
# via openpyxl
filelock==3.16.0
filelock==3.16.1
# via virtualenv
frictionless==5.17.1
# via hdx-python-utilities
Expand All @@ -54,7 +54,7 @@ greenlet==3.1.0
# via sqlalchemy
gspread==6.1.2
# via hdx-python-scraper
hapi-schema @ git+ssh://[email protected]/OCHA-DAP/hapi-sqlalchemy-schema@744423d3c309dc2ddc106d51ef28e01f8e03b876#HDXDSYS-843-add-dtm-bugfix
hapi-schema==0.8.17
# via hapi-pipelines (pyproject.toml)
hdx-python-api==6.3.4
# via
Expand Down Expand Up @@ -134,7 +134,7 @@ packaging==24.1
# via pytest
petl==1.7.15
# via frictionless
platformdirs==4.3.3
platformdirs==4.3.6
# via virtualenv
pluggy==1.5.0
# via pytest
Expand All @@ -156,9 +156,9 @@ pyasn1==0.6.1
# rsa
pyasn1-modules==0.4.1
# via google-auth
pydantic==2.9.1
pydantic==2.9.2
# via frictionless
pydantic-core==2.23.3
pydantic-core==2.23.4
# via pydantic
pygments==2.18.0
# via rich
Expand Down Expand Up @@ -283,7 +283,7 @@ urllib3==2.2.3
# requests
validators==0.34.0
# via frictionless
virtualenv==20.26.4
virtualenv==20.26.5
# via pre-commit
wheel==0.44.0
# via libhxl
Expand Down
2 changes: 2 additions & 0 deletions src/hapi/pipelines/database/idps.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ def __init__(
self._results = results

def populate(self) -> None:
# TODO: This might be better suited to just work with the DTM resource
# directly as done with HNO, rather than using a configurable scraper
logger.info("Populating IDPs table")
errors = set()
# self._results is a dictionary where the keys are the HDX dataset ID and the
Expand Down

0 comments on commit 8d147f1

Please sign in to comment.