Skip to content

Commit

Permalink
ENH: update package version to 2.35.3 (#198)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Oct 30, 2024
2 parents 9daa143 + 3554b6a commit cff77c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

2 changes: 0 additions & 2 deletions README.md

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

8 changes: 4 additions & 4 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.35.0" %}
{% set version = "2.35.3" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: adf64a5f0b4a4844fe9547aa19a281c79edabfb86e1f22560e9ee2802610defb
sha256: 56f9667812a02c0d00cf19bcbbbcab983a8d8f12e4c7ccbe612f36c0e6d67815

build:
noarch: python
Expand All @@ -19,13 +19,13 @@ build:

requirements:
host:
- python >=3.9
- python >=3.9,<3.13
- setuptools
- setuptools-scm
- wheel
- pip
run:
- python >=3.9
- python >=3.9,<3.13
- certifi
- filelock
- isodate ==0.*
Expand Down

0 comments on commit cff77c7

Please sign in to comment.