14
0

baserev update by copy to link target

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-gitea-opensuse-org?expand=0&rev=4
This commit is contained in:
OBS User buildservice-autocommit
2023-09-25 18:02:03 +00:00
committed by Git OBS Bridge
commit 38bc90ecfa
5 changed files with 97 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

View File

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

View File

@@ -0,0 +1,4 @@
-------------------------------------------------------------------
Fri Sep 22 18:48:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
- Initial package (1.19.4)

View File

@@ -0,0 +1,66 @@
#
# spec file for package python-py-gitea-opensuse-org
#
# Copyright (c) 2023 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/
#
%{?sle15_python_module_pythons}
Name: python-py-gitea-opensuse-org
Version: 1.19.4
Release: 0
Summary: Gitea API
License: MIT
URL: https://github.com/dcermak/py-gitea-opensuse-org
Source: https://github.com/dcermak/py-gitea-opensuse-org/archive/refs/tags/%{version}.tar.gz#/py-gitea-opensuse-org-%{version}-gh.tar.gz
BuildRequires: %{python_module aiohttp >= 3.8.4}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pydantic >= 1.10.5}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil >= 2.8.2}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module urllib3 >= 1.25.3}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-aenum >= 3.1.11
Requires: python-aiohttp >= 3.8.4
Requires: python-pydantic >= 1.10.5
Requires: python-python-dateutil >= 2.8.2
Requires: python-urllib3 >= 1.25.3
BuildArch: noarch
%python_subpackages
%description
None
%prep
%autosetup -p1 -n py-gitea-opensuse-org-%{version}
%build
%pyproject_wheel
%check
%pytest
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%{python_sitelib}/py_gitea_opensuse_org
%{python_sitelib}/py_gitea_opensuse_org-*.dist-info
%changelog