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

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

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

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Dec 14 19:32:03 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- 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
-------------------------------------------------------------------
Fri Mar 8 07:48:14 UTC 2024 - Richard Rahl <rrahl0@proton.me>

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}