Skip to content

Commit

Permalink
Merge branch 'conda-forge:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
SherfeyInv authored May 28, 2024
2 parents 1186438 + 2a40243 commit 758040a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 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 .gitattributes

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

2 changes: 0 additions & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
runs-on: ubuntu-latest
name: automerge
steps:
- name: checkout
uses: actions/checkout@v3
- name: automerge-action
id: automerge-action
uses: conda-forge/automerge-action@main
Expand Down
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 = "arelle-release" %}
{% set version = "2.26.1" %}
{% set version = "2.27.4" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: 3cf42f5b5bec7a23be001b3bda0c614589a56b8cb0084d1477a7a3e8cf9a2954
sha256: 703bbbfe84786ded2e0bf2837441f2c54fbfe1d69cfb9b8ceb678f9cff62894e

build:
noarch: python
Expand Down

0 comments on commit 758040a

Please sign in to comment.