Update latest version of metalsmith to 1.5.0

Change-Id: I9c34fb268fa7d22101f4b0314b73214b0e8ae34b
This commit is contained in:
Riccardo Pittau
2021-08-10 15:15:34 +02:00
parent f650f1a257
commit bc9415c474

View File

@@ -1,5 +1,5 @@
{% set pypi_name = 'metalsmith' %}
{% set upstream_version = upstream_version('1.4.2') %}
{% set upstream_version = upstream_version('1.5.0') %}
{% set rpm_release = '1' %}
{% set source = url_pypi() %}