Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyforgejo for
openSUSE:Factory checked in at 2025-04-25 22:18:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyforgejo (Old)
and /work/SRC/openSUSE:Factory/.python-pyforgejo.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyforgejo"
Fri Apr 25 22:18:49 2025 rev:3 rq:1270988 version:2.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyforgejo/python-pyforgejo.changes
2025-02-07 23:10:47.059811582 +0100
+++
/work/SRC/openSUSE:Factory/.python-pyforgejo.new.30101/python-pyforgejo.changes
2025-04-25 22:19:35.440245886 +0200
@@ -1,0 +2,47 @@
+Thu Apr 17 14:56:38 UTC 2025 - Richard Rahl <[email protected]>
+
+- update to 2.0.2:
+ * update pyproject.toml
+ * regenerate client
+ * update dev dependencies
+ * switch from poetry to uv
+ * publish with uv to testpypi
+ * format pyproject.toml
+ * pyproject: remove invalid packages field
+ * Add py.typed file
+ * pyproject: limit to first poetry version that supports PEP 621
+ * add dev dependencies
+ * format tests
+ * format readme
+ * update poetry lock file
+
+-------------------------------------------------------------------
+Mon Apr 14 10:36:07 UTC 2025 - Richard Rahl <[email protected]>
+
+- update to 2.0.1:
+ * update pyproject.toml
+ * regenerate client
+ * format tests
+ * add test for repoGetContents endpoint
+ * switch from conda to uv
+ * switch to OpenAPI 3 in dev
+ * add API specs
+ * update api resources
+ * update dev steps
+ * use different production and testing tokens
+ * add POST tests
+ * update pyproject format
+ * format with ruff
+ * update ruff settings
+ * add tests
+ * update install guidance
+ * mention 1.0 branch
+ * update client to Forgejo 10
+ * update development guidance
+ * update formatting of .env block
+ * update formatting of api token in .env file
+ * add lock file
+ * add dev dependencies
+ * update readme for 2.0
+
+-------------------------------------------------------------------
Old:
----
pyforgejo-2.0.0.tar.gz
New:
----
pyforgejo-2.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyforgejo.spec ++++++
--- /var/tmp/diff_new_pack.YoU3F7/_old 2025-04-25 22:19:35.876264211 +0200
+++ /var/tmp/diff_new_pack.YoU3F7/_new 2025-04-25 22:19:35.880264378 +0200
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pyforgejo
-Version: 2.0.0
+Version: 2.0.2
Release: 0
Summary: A client library for accessing the Forgejo API
License: MIT
@@ -26,10 +26,12 @@
Source0:
https://files.pythonhosted.org/packages/source/p/pyforgejo/pyforgejo-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module httpx >= 0.20}
+BuildRequires: %{python_module isort}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module poetry-core >= 1.0.0}
-BuildRequires: %{python_module pydantic >= 2.9.2}
-BuildRequires: %{python_module python-dotenv}
+BuildRequires: %{python_module poetry-core >= 2.0.0}
+BuildRequires: %{python_module pydantic >= 2.11.2}
+BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module python-dotenv >= 1.1.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -72,7 +74,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# no tests at this point
+#tests need internet
%files %{python_files}
%license LICENSE
++++++ pyforgejo-2.0.0.tar.gz -> pyforgejo-2.0.2.tar.gz ++++++
++++ 124753 lines of diff (skipped)