commit 660673d4cecc99bfac95b2bc5c824f325b81f8ca309062c16084c03318178cd4 Author: Tomáš Chvátal Date: Mon Mar 9 08:38:33 2020 +0000 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 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/python-sphobjinv.changes b/python-sphobjinv.changes new file mode 100644 index 0000000..270854d --- /dev/null +++ b/python-sphobjinv.changes @@ -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 + diff --git a/python-sphobjinv.spec b/python-sphobjinv.spec new file mode 100644 index 0000000..841ab62 --- /dev/null +++ b/python-sphobjinv.spec @@ -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 diff --git a/sphobjinv-2.0.1.tar.gz b/sphobjinv-2.0.1.tar.gz new file mode 100644 index 0000000..8d1e2e7 --- /dev/null +++ b/sphobjinv-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde7fc6391bb7b8dd274e0af0bd254ef0043c9552294c8dcf08a24464a7dd488 +size 28559