15
0

Accepting request 789821 from home:pgajdos:python

OBS-URL: https://build.opensuse.org/request/show/789821
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hammett?expand=0&rev=1
This commit is contained in:
Tomáš Chvátal
2020-03-31 06:23:11 +00:00
committed by Git OBS Bridge
commit 100a3fda5f
6 changed files with 99 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

3
hammett-0.4.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b9c1b55dcf8978413ddf60175b771e393f2f8566614dc2fe66592bab0a12d1e
size 10795

5
python-hammett.changes Normal file
View File

@@ -0,0 +1,5 @@
-------------------------------------------------------------------
Mon Mar 30 13:14:25 UTC 2020 - pgajdos@suse.com
- initial vrsion 0.4.0, required by python-mutmut

64
python-hammett.spec Normal file
View File

@@ -0,0 +1,64 @@
#
# spec file for package python-hammett
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-hammett
Version: 0.4.0
Release: 0
Summary: hammett is a fast python test runner
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/boxed/hammett
Source0: https://files.pythonhosted.org/packages/source/h/hammett/hammett-%{version}.tar.gz
Source1: tests.tar.bz2
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-astunparse
Requires: python-colorama
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module astunparse}
BuildRequires: %{python_module colorama}
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
%description
hammett is a fast python test runner
%prep
%setup -q -n hammett-%{version} -a1
%build
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
%doc AUTHORS.rst README.rst
%license LICENSE
%{python_sitelib}/*
%changelog

3
tests.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:436cfb646e778c3fb322dcdded0f48c895b5216f2b9e4e5b296572c8e85d8f24
size 914