Skip to content

Commit

Permalink
Start using published libcove2 library
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjames committed Jul 11, 2023
1 parent 06f6e64 commit 754394a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 93 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed

- Start using published libcove2 library

## [0.8.3] - 2023-06-28

### Added
Expand Down
Empty file removed libcove2/__init__.py
Empty file.
92 changes: 0 additions & 92 deletions libcove2/common.py

This file was deleted.

1 change: 1 addition & 0 deletions libcoveofds/additionalfields.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from libcove2.common import get_additional_fields_info

from libcoveofds.schema import OFDSSchema


Expand Down
1 change: 0 additions & 1 deletion libcoveofds/geojson.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from typing import Optional

from json_merge_patch import create_patch as json_diff_function

from libcove2.common import fields_present_generator


Expand Down
3 changes: 3 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ ignore_missing_imports = True

[mypy-json_merge_patch.*]
ignore_missing_imports = True

[mypy-libcove2.*]
ignore_missing_imports = True
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
long_description="A data review library",
python_requires=">=3.8",
install_requires=[
"libcove2",
"jsonschema",
"json-merge-patch",
"rfc3987",
Expand Down

0 comments on commit 754394a

Please sign in to comment.