14
0

- Clean up SPEC file, update URL

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scripttest?expand=0&rev=9
This commit is contained in:
2019-08-27 11:46:04 +00:00
committed by Git OBS Bridge
parent 4a96527f47
commit c85558f5c3
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 27 11:45:55 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Clean up SPEC file, update URL
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 4 12:54:02 UTC 2018 - Matej Cepl <mcepl@suse.com> Tue Dec 4 12:54:02 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-scripttest # spec file for package python-scripttest
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@ Release: 0
Summary: Helper to test command-line scripts Summary: Helper to test command-line scripts
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://pythonpaste.org/scripttest/ URL: https://github.com/pypa/scripttest
Source: https://files.pythonhosted.org/packages/source/s/scripttest/scripttest-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/s/scripttest/scripttest-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
@@ -52,7 +52,6 @@ output (stdout, stderr) and any file modifications.
%python_install %python_install
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-)
%doc README.rst %doc README.rst
%{python_sitelib}/* %{python_sitelib}/*