From 6faf3fa30e51ca2d70bce987ef41e2a4e779802c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Jan 17 2020 18:06:09 +0000 Subject: Update changelog --- diff --git a/pylast.spec b/pylast.spec index 3cfc6d8..a71ed2b 100644 --- a/pylast.spec +++ b/pylast.spec @@ -1,19 +1,20 @@ %global pypi_name pylast -Name: %{pypi_name} -Version: 3.2.0 -Release: 1%{?dist} -Summary: Python interface to Last.fm API compatible social networks +Name: python-%{pypi_name} +Version: 3.2.0 +Release: 1%{?dist} +Summary: Python interface to Last.fm and Libre.fm + +License: ASL 2.0 +URL: https://github.com/pylast/pylast +Source0: %{pypi_source} +BuildArch: noarch -License: ASL 2.0 -URL: https://github.com/pylast/pylast -Source0: %{pypi_source} -BuildArch: noarch %description A Python interface to Last.fm (and other API compatible social networks). -%package -n python3-%{pypi_name} +%package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} @@ -22,7 +23,7 @@ Summary: %{summary} A Python interface to Last.fm (and other API compatible social networks). %prep -%autosetup +%autosetup -n %{pypi_name}-%{version} rm -rf %{pypi_name}.egg-info %build @@ -39,6 +40,7 @@ rm -rf %{pypi_name}.egg-info %changelog * Thu Jan 16 2020 Fabian Affolter - 3.2.0-1 +- Remove tests BRs, tests require credentials - Update URLs - Update to latest upstream release 3.2.0 (rhbz#1790181)