Skip to content

Commit

Permalink
Merge pull request #42 from regro-cf-autotick-bot/1.22.1_h888df4
Browse files Browse the repository at this point in the history
pydm v1.22.1
  • Loading branch information
jbellister-slac authored Apr 11, 2024
2 parents a766835 + e29bc94 commit ae70702
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

7 changes: 7 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -6,3 +10,6 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

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.

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 = "pydm" %}
{% set version = "1.22.0" %}
{% set version = "1.22.1" %}

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

source:
url: https://github.com/slaclab/{{ name }}/archive/v{{ version }}.tar.gz
sha256: 936ecfe235d51f96d60393ddbdb62e9ae030818f25f39cb7171ebdbddba3de42
sha256: 3fa77194f4c7580680193274d3058ebea79a191b4136f8e0ac48cc97b5c067ca

build:
noarch: python
Expand Down

1 comment on commit ae70702

@conda-forge-webservices
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.