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

Update metacerberus to 1.3.1 #49234

Closed
wants to merge 1 commit into from
Closed
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
8 changes: 4 additions & 4 deletions recipes/metacerberus/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "MetaCerberus" %}
{% set version = "1.3.0" %}
{% set version = "1.3.1" %}

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

source:
url: "https://files.pythonhosted.org/packages/source/m/metacerberus/metacerberus-1.3.0.tar.gz"
sha256: f330233ac8efb794afba370270658e588d88737d73ab472797ea4a4986d60691
url: "https://files.pythonhosted.org/packages/a0/98/ffc8ca65cdd76b31a3a3cc4fd2be9bf3113df344cbaa49d4749c4d994025/MetaCerberus-1.3.1.tar.gz"
sha256: 725be35a0e9b2a3867791e1cb8284ec95a09d3479516e9b265e3751659ce7935

build:
number: 1
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . -vv"
run_exports:
Expand Down
Loading