From 4812e050bf83702e5ec4e9e55d3a80539863c5a3 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Aug 12 2018 22:18:47 +0000 Subject: Update to 1.0.5 (#1610571) Use the dependency generator --- diff --git a/ampy.spec b/ampy.spec index 8333a3b..c3ac562 100644 --- a/ampy.spec +++ b/ampy.spec @@ -1,24 +1,20 @@ # Created by pyp2rpm-3.2.2 Name: ampy -Version: 1.0.1 -Release: 6%{?dist} +Version: 1.0.5 +Release: 1%{?dist} Summary: Command line tool to interact with a MicroPython board over a serial connection License: MIT URL: https://github.com/adafruit/ampy # Use GitHub archive instead of PyPi sdist to have tests, README, LICENSE -# No tags :( -%global commit b693e22b273804bdf5a8e33cec7dd3bf4e484eab -Source0: %{url}/archive/%{commit}/%{name}-%{version}.tar.gz +Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools -Requires: python3-click -Requires: python3-pyserial -Requires: python3-setuptools +%?python_enable_dependency_generator Provides: adafruit-%{name} = %{version}-%{release} Provides: python3-adafruit-%{name} = %{version}-%{release} @@ -40,7 +36,7 @@ interaction like a shell or terminal to send input to a board. %prep -%autosetup -n %{name}-%{commit} +%autosetup -n %{name}-%{version} # shebangs sed -i '1d' $(grep -lr '#!/usr/') @@ -67,6 +63,9 @@ sed -i '1d' $(grep -lr '#!/usr/') %changelog +* Wed Aug 01 2018 Miro Hrončok - 1.0.5-1 +- Update to 1.0.5 (#1610571) + * Thu Jul 12 2018 Fedora Release Engineering - 1.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild