From da3c8c6ce516cafb833bc101c07d2af2ec955eaf11e24e688cb1c1640d24a358 Mon Sep 17 00:00:00 2001 From: Richard Rahl Date: Thu, 6 Feb 2025 23:43:47 +0000 Subject: [PATCH] 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 --- pyforgejo-1.0.4.tar.gz | 3 --- pyforgejo-2.0.0.tar.gz | 3 +++ python-pyforgejo.changes | 6 ++++++ python-pyforgejo.spec | 28 +++++++++++++++++++++++----- 4 files changed, 32 insertions(+), 8 deletions(-) delete mode 100644 pyforgejo-1.0.4.tar.gz create mode 100644 pyforgejo-2.0.0.tar.gz diff --git a/pyforgejo-1.0.4.tar.gz b/pyforgejo-1.0.4.tar.gz deleted file mode 100644 index b4a4b2a..0000000 --- a/pyforgejo-1.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5634d563066125b5708cbebcc5cb1ad96b55287e0b7a57874cef5f656f74cc4a -size 150293 diff --git a/pyforgejo-2.0.0.tar.gz b/pyforgejo-2.0.0.tar.gz new file mode 100644 index 0000000..61cbb73 --- /dev/null +++ b/pyforgejo-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4150915797da2247a1cc91dd8a5415e09e52bc53e2b5ec1468d2613fd2627610 +size 154616 diff --git a/python-pyforgejo.changes b/python-pyforgejo.changes index 8df00f4..ce225dc 100644 --- a/python-pyforgejo.changes +++ b/python-pyforgejo.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 6 23:36:34 UTC 2025 - Richard Rahl + +- 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 diff --git a/python-pyforgejo.spec b/python-pyforgejo.spec index 0a03001..68bdd4b 100644 --- a/python-pyforgejo.spec +++ b/python-pyforgejo.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,24 +18,42 @@ %{?sle15_python_module_pythons} Name: python-pyforgejo -Version: 1.0.4 +Version: 2.0.0 Release: 0 Summary: A client library for accessing the Forgejo API License: MIT URL: https://codeberg.org/harabat/pyforgejo 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.8} +BuildRequires: %{python_module base >= 3.10} BuildRequires: %{python_module httpx >= 0.20} BuildRequires: %{python_module pip} 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: python-rpm-macros BuildArch: noarch +Requires: python-annotated-types >= 0.6.0 +Requires: python-anyio 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-idna +Requires: python-iniconfig +Requires: python-packaging +Requires: python-pluggy +Requires: python-pydantic +Requires: python-pydantic-core Requires: python-python-dateutil +Requires: python-python-dotenv +Requires: python-sniffio +Requires: python-tomli +Requires: python-typing-extensions >= 4.12.2 %python_subpackages %description