Skip to content

Commit c55ca74

Browse files
[bot-automerge] spatialmath-python v1.0.0 (#9)
automerged PR by conda-forge/automerge-action
2 parents 74bb2e5 + 7746b88 commit c55ca74

10 files changed

Lines changed: 78 additions & 30 deletions

File tree

.azure-pipelines/azure-pipelines-linux.yml

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/README

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/linux_64_.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
cdt_name:
22
- cos6
33
channel_sources:
4-
- conda-forge,defaults
4+
- conda-forge
55
channel_targets:
66
- conda-forge main
77
docker_image:
8-
- quay.io/condaforge/linux-anvil-comp7
9-
zip_keys:
10-
- - cdt_name
11-
- docker_image
8+
- quay.io/condaforge/linux-anvil-cos7-x86_64

.gitattributes

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/build_steps.sh

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/run_docker_build.sh

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 38 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-locally.py

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "spatialmath-python" %}
2-
{% set version = "0.11" %}
2+
{% set version = "1.0.0" %}
33

44

55
package:
@@ -8,7 +8,7 @@ package:
88

99
source:
1010
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/spatialmath-python-{{ version }}.tar.gz
11-
sha256: 1bc38ed7781d8d58b18f40b28c9e6dc0dce2c75d5dfa9aba8bef49f0e504f82f
11+
sha256: 87e0ac67fd5f78db725211646820a46b9646d889064d7f13894b0f4a62b49449
1212

1313
build:
1414
number: 0

0 commit comments

Comments
 (0)