Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: update package version to 1.0.0 #14

Merged
merged 5 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

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

19 changes: 2 additions & 17 deletions .azure-pipelines/azure-pipelines-win.yml

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

14 changes: 7 additions & 7 deletions .scripts/build_steps.sh

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

43 changes: 27 additions & 16 deletions .scripts/run_osx_build.sh

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

42 changes: 32 additions & 10 deletions .scripts/run_win_build.bat

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

33 changes: 29 additions & 4 deletions azure-pipelines.yml

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

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "libzenohc" %}
{% set version = "0.11.0" %}
{% set version = "1.0.0" %}

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

source:
- url: https://github.com/eclipse-zenoh/zenoh-c/archive/refs/tags/{{ version }}.tar.gz
sha256: a0ed1c19eca3c0db5b4c140c2a9cd84b471f1a427599ddf12ee1b4005d860e71
sha256: 316309b850338fd7588d2a439ea21500817903338f6bb55fcbb23aa2c2901344
patches:
- 469.patch
- 470.patch
Expand All @@ -16,7 +16,7 @@ source:
- link_threads_in_tests.patch

build:
number: 1
number: 0
run_exports:
- {{ pin_subpackage(name, max_pin='x.x.x') }}

Expand Down Expand Up @@ -45,10 +45,10 @@ test:
about:
home: https://github.com/eclipse-zenoh/zenoh-c
license: Apache-2.0 OR EPL-2.0
license_file:
license_file:
- LICENSE
- THIRDPARTY.yml
summary: C API for Zenoh
summary: C API for Zenoh

extra:
# Stick to the repo name for the feedstock name
Expand Down
Loading