Skip to content

Commit

Permalink
Merge pull request #8 from semuadmin/version-1.0.19
Browse files Browse the repository at this point in the history
update to version 1.0.19
  • Loading branch information
semuadmin authored May 3, 2024
2 parents 1cc7af5 + fa8509a commit 9a50993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -10,6 +6,3 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pyrtcm" %}
{% set version = "1.0.18" %}
{% set version = "1.0.19" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pyrtcm-{{ version }}.tar.gz
sha256: 803d41b7a10251001465d517c11c5a2a93511ab4ba9eadd2a2c9e2172a4424e4
sha256: 77f6d17e91d320774e46077c5dd979c8ca9dc48cf7efa1b8b5511944b3b393fc

build:
noarch: python
Expand Down

0 comments on commit 9a50993

Please sign in to comment.