diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-02-19 14:05:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 14:05:52 -0500 |
commit | 98f8de5a6217dd8496414f801f7e4ccb216b3adf (patch) | |
tree | e1f1fb596d6b01e4788498c6a9b6d7b223486f04 | |
parent | d8c71824dce9bb5aca9d585e9d347b775d79c0e0 (diff) | |
download | astroconda-contrib-98f8de5a6217dd8496414f801f7e4ccb216b3adf.tar.gz |
Update semantic_version -> 2.8.4 (#612)
-rw-r--r-- | semantic_version/meta.yaml | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/semantic_version/meta.yaml b/semantic_version/meta.yaml index 141c1c5..4ec9a41 100644 --- a/semantic_version/meta.yaml +++ b/semantic_version/meta.yaml @@ -1,17 +1,16 @@ -{% set name = "semantic_version" %} -{% set version = "2.6.0" %} +{% set name = "semantic-version" %} +{% set version = "2.8.4" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: - url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" - sha256: "2a4328680073e9b243667b201119772aefc5fc63ae32398d6afafff07c4f54c0" - + url: https://files.pythonhosted.org/packages/67/24/7e8fcb6aa88bfc018f8e4c48c4dbc8e87d8c7b3c0d0d8b3b0c61a34d32c7/semantic_version-2.8.4.tar.gz + sha256: 352459f640f3db86551d8054d1288608b29a96e880c7746f0a59c92879d412a3 build: number: 0 - script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv " + script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv " requirements: host: @@ -25,13 +24,13 @@ test: - semantic_version about: - home: "https://github.com/rbarrois/python-semanticversion" - license: "BSD" - license_family: "BSD" - license_file: "" - summary: "A library implementing the 'SemVer' scheme." - doc_url: "" - dev_url: "" + home: https://github.com/rbarrois/python-semanticversion + license: BSD + license_family: BSD + license_file: + summary: A library implementing the 'SemVer' scheme. + doc_url: + dev_url: extra: recipe-maintainers: |