forked from pool/python-pyforgejo
Accepting request 1244034 from home:rrahl0
- update to 2.0.0: * massive rewrite, no changelogs given (everything is in one commit) OBS-URL: https://build.opensuse.org/request/show/1244034 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyforgejo?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
899d70c78f
commit
da3c8c6ce5
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5634d563066125b5708cbebcc5cb1ad96b55287e0b7a57874cef5f656f74cc4a
|
|
||||||
size 150293
|
|
3
pyforgejo-2.0.0.tar.gz
Normal file
3
pyforgejo-2.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4150915797da2247a1cc91dd8a5415e09e52bc53e2b5ec1468d2613fd2627610
|
||||||
|
size 154616
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 6 23:36:34 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
- update to 2.0.0:
|
||||||
|
* massive rewrite, no changelogs given (everything is in one commit)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 14 19:32:03 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
Sat Dec 14 19:32:03 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyforgejo
|
# spec file for package python-pyforgejo
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -18,24 +18,42 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pyforgejo
|
Name: python-pyforgejo
|
||||||
Version: 1.0.4
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A client library for accessing the Forgejo API
|
Summary: A client library for accessing the Forgejo API
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://codeberg.org/harabat/pyforgejo
|
URL: https://codeberg.org/harabat/pyforgejo
|
||||||
Source0: https://files.pythonhosted.org/packages/source/p/pyforgejo/pyforgejo-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/pyforgejo/pyforgejo-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module attrs >= 21.3.0}
|
BuildRequires: %{python_module base >= 3.10}
|
||||||
BuildRequires: %{python_module base >= 3.8}
|
|
||||||
BuildRequires: %{python_module httpx >= 0.20}
|
BuildRequires: %{python_module httpx >= 0.20}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module poetry-core >= 1.0.0}
|
BuildRequires: %{python_module poetry-core >= 1.0.0}
|
||||||
BuildRequires: %{python_module python-dateutil}
|
BuildRequires: %{python_module pydantic >= 2.9.2}
|
||||||
|
BuildRequires: %{python_module python-dotenv}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Requires: python-annotated-types >= 0.6.0
|
||||||
|
Requires: python-anyio
|
||||||
Requires: python-attrs
|
Requires: python-attrs
|
||||||
|
Requires: python-certifi
|
||||||
|
Requires: python-click >= 5.0
|
||||||
|
Requires: python-colorama
|
||||||
|
Requires: python-exceptiongroup
|
||||||
|
Requires: python-h11
|
||||||
|
Requires: python-httpcore
|
||||||
Requires: python-httpx
|
Requires: python-httpx
|
||||||
|
Requires: python-idna
|
||||||
|
Requires: python-iniconfig
|
||||||
|
Requires: python-packaging
|
||||||
|
Requires: python-pluggy
|
||||||
|
Requires: python-pydantic
|
||||||
|
Requires: python-pydantic-core
|
||||||
Requires: python-python-dateutil
|
Requires: python-python-dateutil
|
||||||
|
Requires: python-python-dotenv
|
||||||
|
Requires: python-sniffio
|
||||||
|
Requires: python-tomli
|
||||||
|
Requires: python-typing-extensions >= 4.12.2
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user