Skip to content

Commit

Permalink
Merge pull request #7 from regro-cf-autotick-bot/0.4.0_ha4b7a9
Browse files Browse the repository at this point in the history
fsspec-xrootd v0.4.0
  • Loading branch information
lgray authored Sep 4, 2024
2 parents 57a42f8 + 9f4df19 commit 9629cf3
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
9 changes: 1 addition & 8 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
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.

6 changes: 6 additions & 0 deletions .scripts/build_steps.sh

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

9 changes: 6 additions & 3 deletions build-locally.py

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

7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
{% set name = "fsspec-xrootd" %}
{% set version = "0.3.0" %}
{% set version = "0.4.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/fsspec_xrootd-{{ version }}.tar.gz
sha256: 3a146f9c0784d21b5b269981cd394d3d521e273d50dbd71b8315d70bd6078ddd
sha256: d7f124430d26ab9139d33bc50fa8abfde3624db5dcaa5c18f56af9bf17f16f13

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
number: 1

requirements:
host:
- python >=3.8
- pip
- setuptools
run:
- python >=3.8
- fsspec
Expand Down

0 comments on commit 9629cf3

Please sign in to comment.