14
0

Accepting request 782828 from home:pgajdos:python

yep, thanks

OBS-URL: https://build.opensuse.org/request/show/782828
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphobjinv?expand=0&rev=1
This commit is contained in:
Tomáš Chvátal
2020-03-09 08:38:33 +00:00
committed by Git OBS Bridge
commit 660673d4ce
5 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

6
python-sphobjinv.changes Normal file
View File

@@ -0,0 +1,6 @@
-------------------------------------------------------------------
Fri Mar 6 13:37:32 UTC 2020 - pgajdos@suse.com
- initial version 2.0.1, required by python-sphinx-autodoc-typehints
testsuite

66
python-sphobjinv.spec Normal file
View File

@@ -0,0 +1,66 @@
#
# spec file for package python-sphobjinv
#
# 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-sphobjinv
Version: 2.0.1
Release: 0
Summary: Sphinx objectsinv Inspection/Manipulation Tool
License: MIT
Group: Development/Languages/Python
URL: https://github.com/bskinn/sphobjinv
Source: https://files.pythonhosted.org/packages/source/s/sphobjinv/sphobjinv-%{version}.tar.gz
BuildRequires: %{python_module pathlib}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-attrs >= 17.4
Requires: python-certifi
Requires: python-fuzzywuzzy >= 0.3
Requires: python-jsonschema >= 2.0
Requires: python-setuptools
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module attrs >= 17.4}
BuildRequires: %{python_module certifi}
BuildRequires: %{python_module fuzzywuzzy >= 0.3}
BuildRequires: %{python_module jsonschema >= 2.0}
# /SECTION
%python_subpackages
%description
Sphinx objects.inv Inspection/Manipulation Tool
%prep
%setup -q -n sphobjinv-%{version}
%build
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc CHANGELOG.md README.rst
%license LICENSE.txt
%python3_only %{_bindir}/sphobjinv
%{python_sitelib}/*
%changelog

3
sphobjinv-2.0.1.tar.gz Normal file
View File

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