Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.5.0 to rc in order to test whether linux CI passes when merged #40

Closed
wants to merge 3 commits into from
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
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ cdt_name:
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
- conda-forge diffpy.utils_rc
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
14 changes: 7 additions & 7 deletions .scripts/build_steps.sh

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

16 changes: 8 additions & 8 deletions README.md

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

29 changes: 27 additions & 2 deletions azure-pipelines.yml

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

2 changes: 2 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
channel_targets:
- conda-forge diffpy.utils_rc
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{%- set name = "diffpy.utils" -%}
{%- set version = "3.4.2" -%}
{%- set version = "3.5.0" -%}

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

source:
url: https://pypi.io/packages/source/d/diffpy_utils/diffpy_utils-{{ version }}.tar.gz
sha256: 348b8cdd7c2bf0b90386828ff99e3306f7f5b441d8e926407da95ab6c174d299
sha256: 16d4433a8dc6c7b95557895a0a95279ced27d118d8d02d572c187d96d5b1fdce

build:
noarch: python
number: 1
number: 0
script: python -m pip install --no-deps --ignore-installed .

requirements:
host:
- python >=3.10
- python >=3.11
- setuptools
- setuptools-git-versioning >=2.0
- pip

run:
- python >=3.10
- python >=3.11
- numpy

test:
Expand Down