From 21dd46f96a171c0857cf17afd9e5bed629db69ffc2c91f1ef785907c541791d3 Mon Sep 17 00:00:00 2001 From: Richard Rahl Date: Tue, 29 Apr 2025 12:03:11 +0000 Subject: [PATCH] Accepting request 1273431 from home:rrahl0 - update to 2.0.3: * update pyproject.toml * update readme * update header * update authorization header * update api specs * update tests OBS-URL: https://build.opensuse.org/request/show/1273431 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyforgejo?expand=0&rev=10 --- pyforgejo-2.0.2.tar.gz | 3 --- pyforgejo-2.0.3.tar.gz | 3 +++ python-pyforgejo.changes | 11 +++++++++++ python-pyforgejo.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 pyforgejo-2.0.2.tar.gz create mode 100644 pyforgejo-2.0.3.tar.gz diff --git a/pyforgejo-2.0.2.tar.gz b/pyforgejo-2.0.2.tar.gz deleted file mode 100644 index 521fb34..0000000 --- a/pyforgejo-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c75c6d5ce945e7feb88efe84e2133982a70cdd6a8b077c52b355d4cf79e9036c -size 221350 diff --git a/pyforgejo-2.0.3.tar.gz b/pyforgejo-2.0.3.tar.gz new file mode 100644 index 0000000..ed57d26 --- /dev/null +++ b/pyforgejo-2.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0924fe3db9e6648ed98e4c5a308d3479e47a3d01a919c2e56c0cc36dbf07a4 +size 221300 diff --git a/python-pyforgejo.changes b/python-pyforgejo.changes index f186790..4c0c857 100644 --- a/python-pyforgejo.changes +++ b/python-pyforgejo.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Apr 29 11:58:39 UTC 2025 - Richard Rahl + +- update to 2.0.3: + * update pyproject.toml + * update readme + * update header + * update authorization header + * update api specs + * update tests + ------------------------------------------------------------------- Thu Apr 17 14:56:38 UTC 2025 - Richard Rahl diff --git a/python-pyforgejo.spec b/python-pyforgejo.spec index c02c2d4..dbcef81 100644 --- a/python-pyforgejo.spec +++ b/python-pyforgejo.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pyforgejo -Version: 2.0.2 +Version: 2.0.3 Release: 0 Summary: A client library for accessing the Forgejo API License: MIT