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

conda-store v2024.11.1 #47

2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh

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

10 changes: 4 additions & 6 deletions .scripts/run_win_build.bat

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

2 changes: 1 addition & 1 deletion azure-pipelines.yml

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

18 changes: 9 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "conda-store" %}
{% set version = "2024.10.1" %}
{% set version = "2024.11.1" %}

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

source:
- url: https://pypi.io/packages/source/c/conda-store/conda_store-{{ version }}.tar.gz
sha256: 2b2c5039776d299f14af48739701def9bfc3764f67f1b7335ae9f9d88cc52fc0
- url: https://pypi.org/packages/source/c/conda-store/conda_store-{{ version }}.tar.gz
sha256: 82205d1056d16b3ff770c4debc155c29d384a55a087f26328e329812d7e6ead9
folder: conda-store
- url: https://pypi.io/packages/source/c/conda-store-server/conda_store_server-{{ version }}.tar.gz
sha256: 61451e3893e8a109d7015dbedc4748691f59c11357f92ab2face5c0e66eef760
- url: https://pypi.org/packages/source/c/conda-store-server/conda_store_server-{{ version }}.tar.gz
sha256: 753b18b99e426c5e2e551a5a0b8ae560fbbc1bd60ee28d59de08e5aea2c6c624
folder: conda-store-server

build:
Expand All @@ -23,7 +23,7 @@ outputs:
noarch: python
script: python -m pip install ./conda-store -vv --no-deps --no-build-isolation --no-index
entry_points:
- conda-store = conda_store.__main__:main
- conda-store = conda_store.__main__:main
requirements:
host:
- python >=3.8
Expand Down Expand Up @@ -55,8 +55,8 @@ outputs:
noarch: python
script: python -m pip install ./conda-store-server -vv --no-deps --no-build-isolation --no-index
entry_points:
- conda-store-server = conda_store_server._internal.server.__main__:main
- conda-store-worker = conda_store_server._internal.worker.__main__:main
- conda-store-server = conda_store_server._internal.server.__main__:main
- conda-store-worker = conda_store_server._internal.worker.__main__:main
requirements:
host:
- python >=3.8
Expand Down Expand Up @@ -84,7 +84,7 @@ outputs:
- python >=3.8
- python-docker
- python-multipart
- pyyaml
peytondmurray marked this conversation as resolved.
Show resolved Hide resolved
- pyyaml ==5.3.1
- redis-py
- requests
- sqlalchemy <2.0a0
Expand Down
Loading