Skip to content

Commit

Permalink
Update to version v2.7.2 (#52159)
Browse files Browse the repository at this point in the history
* Update to version v2.7.2

* No more py3.8

* Reset build number
  • Loading branch information
nickjcroucher authored Nov 19, 2024
1 parent 4a92a27 commit fad66f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/poppunk/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2.7.1" %}
{% set version = "2.7.2" %}
{% set name = "PopPUNK" %}

package:
Expand All @@ -7,11 +7,11 @@ package:

source:
url: https://github.com/bacpop/{{ name|lower }}/archive/v{{ version }}.tar.gz
sha256: 7e6f7242b8c2150c7963fc5f4a95cfd7f2656b8a80317ff87bf97dc75f753788
sha256: 1ea36fd3dee28b47c7e629eacd5ae5bf6dda3e464c23cfa5f51e63dc3d06e371

build:
number: 0
skip: True # [py < 38]
skip: True # [py < 39]
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
entry_points:
- poppunk = PopPUNK.__main__:main
Expand Down

0 comments on commit fad66f1

Please sign in to comment.