forked from pool/python-unify
Accepting request 707166 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/707166 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-unify?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 3 11:36:19 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- run the testsuite, call spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:55:36 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:55:36 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-unify
|
# spec file for package python-unify
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -23,18 +23,19 @@ Release: 0
|
|||||||
Summary: Tool to modify strings to use the same quotes
|
Summary: Tool to modify strings to use the same quotes
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/myint/unify
|
URL: https://github.com/myint/unify
|
||||||
Source: https://files.pythonhosted.org/packages/source/u/unify/unify-%{version}.tar.gz
|
Source: https://github.com/myint/unify/archive/v%{version}.tar.gz
|
||||||
Source9: README.suse
|
Source9: README.suse
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
|
||||||
BuildRequires: %{python_module untokenize}
|
|
||||||
# /SECTION
|
|
||||||
Requires: python-untokenize
|
Requires: python-untokenize
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
# SECTION test requirements
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module untokenize}
|
||||||
|
# /SECTION
|
||||||
|
Requires: python-setuptools
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -51,6 +52,9 @@ cp %{SOURCE9} .
|
|||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
|
||||||
|
%check
|
||||||
|
%pytest
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eec763bf72cdbc55543924f8ff4a4f4985cdd8e358447ac59d2140972eb1165d
|
|
||||||
size 4218
|
|
3
v0.4.tar.gz
Normal file
3
v0.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:478e84ea77aa9891555e8e4329bb33c0468e5038f4bd7eddcd092770de12b96e
|
||||||
|
size 5607
|
Reference in New Issue
Block a user