From e4a7f71ec9aa75683e3cf8bdb879c3ca2cba32d9e8f27f5f5c1e204a8629b5eb Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 9 Dec 2024 13:28:35 +0000 Subject: [PATCH 1/2] - Update to 1.22.0 (there is no upstream changelog at all, code is automatically generated from src.o.o API) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-gitea-opensuse-org?expand=0&rev=6 --- py-gitea-opensuse-org-1.22.0-gh.tar.gz | 3 +++ python-py-gitea-opensuse-org.changes | 6 ++++++ python-py-gitea-opensuse-org.spec | 14 ++++++++++---- 3 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 py-gitea-opensuse-org-1.22.0-gh.tar.gz diff --git a/py-gitea-opensuse-org-1.22.0-gh.tar.gz b/py-gitea-opensuse-org-1.22.0-gh.tar.gz new file mode 100644 index 0000000..7b82245 --- /dev/null +++ b/py-gitea-opensuse-org-1.22.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa2d4b70d7a7d0bb87459ba795a0ca0c31434f78a3083b70445fd6d35447055 +size 389452 diff --git a/python-py-gitea-opensuse-org.changes b/python-py-gitea-opensuse-org.changes index 4526eb6..11d0d7f 100644 --- a/python-py-gitea-opensuse-org.changes +++ b/python-py-gitea-opensuse-org.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 20 07:39:17 UTC 2024 - Matej Cepl + +- Update to 1.22.0 (there is no upstream changelog at all, code + is automatically generated from src.o.o API) + ------------------------------------------------------------------- Fri Sep 22 18:48:35 UTC 2023 - Dirk Müller diff --git a/python-py-gitea-opensuse-org.spec b/python-py-gitea-opensuse-org.spec index 6257c9d..c55b8b3 100644 --- a/python-py-gitea-opensuse-org.spec +++ b/python-py-gitea-opensuse-org.spec @@ -1,7 +1,7 @@ # # spec file for package python-py-gitea-opensuse-org # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,25 +18,31 @@ %{?sle15_python_module_pythons} Name: python-py-gitea-opensuse-org -Version: 1.19.4 +Version: 1.22.0 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 aiohttp-retry >= 2.8.3} +BuildRequires: %{python_module mypy >= 1.4.1} BuildRequires: %{python_module pip} -BuildRequires: %{python_module pydantic >= 1.10.5} +BuildRequires: %{python_module pydantic >= 2} +BuildRequires: %{python_module pytest-randomly >= 3.12.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil >= 2.8.2} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module types-python-dateutil >= 2.8.19} +BuildRequires: %{python_module typing-extensions >= 4.7.1} 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-aiohttp-retry >= 2.8.3 Requires: python-pydantic >= 1.10.5 Requires: python-python-dateutil >= 2.8.2 Requires: python-urllib3 >= 1.25.3 @@ -44,7 +50,7 @@ BuildArch: noarch %python_subpackages %description -None +Python wrapper for src.opensuse.org %prep %autosetup -p1 -n py-gitea-opensuse-org-%{version} From 7f556c7fe2cfb38d81baa5247857ea2a3a6be110c4f54f236fdae6f4fed88324 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 11 Dec 2024 14:06:05 +0000 Subject: [PATCH 2/2] - Update to 1.22.4 (there is no upstream changelog at all, code is automatically generated from src.o.o API) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-gitea-opensuse-org?expand=0&rev=7 --- py-gitea-opensuse-org-1.22.0-gh.tar.gz | 3 --- py-gitea-opensuse-org-1.22.4-gh.tar.gz | 3 +++ python-py-gitea-opensuse-org.changes | 6 ++++++ python-py-gitea-opensuse-org.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 py-gitea-opensuse-org-1.22.0-gh.tar.gz create mode 100644 py-gitea-opensuse-org-1.22.4-gh.tar.gz diff --git a/py-gitea-opensuse-org-1.22.0-gh.tar.gz b/py-gitea-opensuse-org-1.22.0-gh.tar.gz deleted file mode 100644 index 7b82245..0000000 --- a/py-gitea-opensuse-org-1.22.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3aa2d4b70d7a7d0bb87459ba795a0ca0c31434f78a3083b70445fd6d35447055 -size 389452 diff --git a/py-gitea-opensuse-org-1.22.4-gh.tar.gz b/py-gitea-opensuse-org-1.22.4-gh.tar.gz new file mode 100644 index 0000000..5f8d2d6 --- /dev/null +++ b/py-gitea-opensuse-org-1.22.4-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bef084c121ef78bade985026a1deb85e535eb8554fa663cdc1b414c352d117e +size 393017 diff --git a/python-py-gitea-opensuse-org.changes b/python-py-gitea-opensuse-org.changes index 11d0d7f..b83d9eb 100644 --- a/python-py-gitea-opensuse-org.changes +++ b/python-py-gitea-opensuse-org.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 11 14:05:45 UTC 2024 - Matej Cepl + +- Update to 1.22.4 (there is no upstream changelog at all, code + is automatically generated from src.o.o API) + ------------------------------------------------------------------- Wed Nov 20 07:39:17 UTC 2024 - Matej Cepl diff --git a/python-py-gitea-opensuse-org.spec b/python-py-gitea-opensuse-org.spec index c55b8b3..3cb615c 100644 --- a/python-py-gitea-opensuse-org.spec +++ b/python-py-gitea-opensuse-org.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-py-gitea-opensuse-org -Version: 1.22.0 +Version: 1.22.4 Release: 0 Summary: Gitea API License: MIT