14
0

Accepting request 1156275 from home:rrahl0:upgrades

update to 1.0.2

OBS-URL: https://build.opensuse.org/request/show/1156275
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyforgejo?expand=0&rev=2
This commit is contained in:
2024-03-08 14:12:04 +00:00
committed by Git OBS Bridge
parent 5a0af8cf93
commit f951ccc89d
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bcc7777cd1bf79ecca659e9965f3c155b10e8ad0fe510f495eea54ac8bae67c4
size 148610

3
pyforgejo-1.0.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e483fecfa6919c7386ddca111012eba4da2ae3c36c3b1a7d9fc7526ffda3c59
size 153564

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Mar 8 07:48:14 UTC 2024 - Richard Rahl <rrahl0@proton.me>
- update to 1.0.2:
* add activitypub endpoints following
* add advice about harabat/openapi-python-client fork for development
* add warning about missing parsed data and detailed methods
-------------------------------------------------------------------
Thu Feb 22 13:08:25 UTC 2024 - Richard Rahl <rrahl0@proton.me>

View File

@@ -15,22 +15,23 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-pyforgejo
Version: 1.0.1
Version: 1.0.2
Release: 0
Summary: A client library for accessing the Forgejo API
License: MIT
URL: https://codeberg.org/harabat/pyforgejo
Source: https://files.pythonhosted.org/packages/source/p/pyforgejo/pyforgejo-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module attrs >= 21.3.0}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module httpx >= 0.20}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core >= 1.0.0}
BuildRequires: %{python_module httpx >= 0.20}
BuildRequires: %{python_module attrs >= 21.3.0}
BuildRequires: %{python_module python-dateutil}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
Requires: python-attrs
Requires: python-httpx