Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-linux.yml

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

10 changes: 5 additions & 5 deletions .azure-pipelines/azure-pipelines-osx.yml

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

4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-win.yml

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

2 changes: 0 additions & 2 deletions .ci_support/linux_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/linux_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/linux_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -11,6 +9,6 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
- 3.13.* *_cp313
target_platform:
- linux-64
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
- 3.13.* *_cp313
target_platform:
- osx-64
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
- 3.13.* *_cp313
target_platform:
- osx-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.9.* *_cpython
- 3.13.* *_cp313
target_platform:
- win-64
22 changes: 11 additions & 11 deletions README.md

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

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "datalad" %}
{% set version = "1.2.1" %}
{% set sha256 = "4d9f7ffe7a8a7b7eced97ba3d2d2257d527d4218c73ddf7e74eb343cf970d925" %}
{% set version = "1.2.3" %}
{% set sha256 = "48f19d3e4fc7b2725240e6c47d6710f3bc46ad6b42455ff76dd3f6e34226f39f" %}

package:
name: {{ name|lower }}
Expand All @@ -12,7 +12,7 @@ source:
sha256: {{ sha256 }}

build:
number: 1
number: 0
entry_points:
- datalad=datalad.cmdline.main:main
- git-annex-remote-datalad-archives=datalad.customremotes.archives:main
Expand Down
Loading