diff --git a/python-pypuppetdb.changes b/python-pypuppetdb.changes index 6001199..a6a1e33 100644 --- a/python-pypuppetdb.changes +++ b/python-pypuppetdb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 12 10:10:24 UTC 2019 - Tomáš Chvátal + +- Drop not-needed devel dependency + ------------------------------------------------------------------- Tue Feb 5 16:02:45 UTC 2019 - joop.boonen@opensuse.org diff --git a/python-pypuppetdb.spec b/python-pypuppetdb.spec index b3f784a..4e42b04 100644 --- a/python-pypuppetdb.spec +++ b/python-pypuppetdb.spec @@ -1,7 +1,7 @@ # -# spec file for package python-Flask-Cache +# spec file for package python-pypuppetdb # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +12,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pypuppetdb Version: 0.3.3 Release: 0 -Url: https://github.com/nedap/pypuppetdb Summary: The pypuppetdtb is a library to work with PuppetDB's REST API License: Apache-2.0 Group: Development/Languages/Python -Source: https://pypi.python.org/packages/source/p/pypuppetdb/pypuppetdb-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +URL: https://github.com/nedap/pypuppetdb +Source: https://files.pythonhosted.org/packages/source/p/pypuppetdb/pypuppetdb-%{version}.tar.gz BuildRequires: %{python_module setuptools} -BuildRequires: python-devel -BuildRequires: python-rpm-macros -BuildRequires: python-setuptools BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -42,14 +40,14 @@ More information: https://github.com/nedap/pypuppetdb %build %python_build - + %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc README.rst CHANGELOG.rst -%doc LICENSE +%license LICENSE %{python_sitelib}/* %changelog