Skip to content

Commit

Permalink
Merge pull request #38 from thomasstorm/update_1_0_7
Browse files Browse the repository at this point in the history
updated recipe for 1.0.7 release
  • Loading branch information
thomasstorm authored Jul 22, 2024
2 parents 8221e45 + 3d86e41 commit e889f51
Show file tree
Hide file tree
Showing 11 changed files with 72 additions and 33 deletions.
9 changes: 4 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 23 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 15 additions & 7 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set version = "1.0.6" %}
{% set version = "1.0.7" %}


package:
name: xcube_geodb
version: {{ version }}

source:
url: https://github.com/dcs4cop/xcube-geodb/archive/v{{ version }}.tar.gz
sha256: f99bfb2b94b7856b41e56edcc29aadee635239b0b6f2cc596797fcc9f0a3a316
url: https://github.com/xcube-dev/xcube-geodb/archive/refs/tags/v{{ version }}.tar.gz
sha256: 5eb6f7ac9a277d669a60bd7ccd489d226422cbd52085088ef4f554e9baf3b676

build:
number: 0
Expand All @@ -24,9 +24,9 @@ requirements:
- python >=3.6
- pip
- geopandas
- python-keycloak
- matplotlib-base
- psycopg2
- postgis
- requests
- ipyleaflet
- python-fastjsonschema
Expand All @@ -37,14 +37,14 @@ test:
- xcube_geodb.core.geodb

about:
summary: geodb is a Python package
home: https://github.com/dcs4cop/xcube-geodb
summary: xcube geoDB is a geo-spatial database within the xcube ecosystem.
home: https://github.com/xcube-dev/xcube-geodb
license: MIT
license_family: MIT
license_file: LICENSE
description: geodb is a Python package
doc_url: https://xcube_geodb.readthedocs.io
dev_url: https://github.com/dcs4cop/xcube-geodb
dev_url: https://github.com/xcube-dev/xcube-geodb

extra:
recipe-maintainers:
Expand Down

0 comments on commit e889f51

Please sign in to comment.