14
0

Accepting request 1231043 from home:rrahl0

- update to 1.0.4:
  * trip whitespace in readme 
  * add advice about harabat/openapi-python-client fork for development
  * increment version and publish on pypi
  * add tests section to readme
  * add refactoring warning

OBS-URL: https://build.opensuse.org/request/show/1231043
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyforgejo?expand=0&rev=3
This commit is contained in:
Richard Rahl
2024-12-14 22:26:03 +00:00
committed by Git OBS Bridge
parent f951ccc89d
commit f1a23d32ad
4 changed files with 15 additions and 5 deletions

View File

@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-pyforgejo
Version: 1.0.2
Version: 1.0.4
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
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 httpx >= 0.20}