From 661552257a781758657678e7cf23bf03fc15cae492c0a7eac101d3e9939e5de1 Mon Sep 17 00:00:00 2001 From: Richard Rahl Date: Sat, 14 Dec 2024 22:26:03 +0000 Subject: [PATCH] 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 --- pyforgejo-1.0.2.tar.gz | 3 --- pyforgejo-1.0.4.tar.gz | 3 +++ python-pyforgejo.changes | 10 ++++++++++ python-pyforgejo.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 pyforgejo-1.0.2.tar.gz create mode 100644 pyforgejo-1.0.4.tar.gz diff --git a/pyforgejo-1.0.2.tar.gz b/pyforgejo-1.0.2.tar.gz deleted file mode 100644 index 878d9d4..0000000 --- a/pyforgejo-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e483fecfa6919c7386ddca111012eba4da2ae3c36c3b1a7d9fc7526ffda3c59 -size 153564 diff --git a/pyforgejo-1.0.4.tar.gz b/pyforgejo-1.0.4.tar.gz new file mode 100644 index 0000000..b4a4b2a --- /dev/null +++ b/pyforgejo-1.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5634d563066125b5708cbebcc5cb1ad96b55287e0b7a57874cef5f656f74cc4a +size 150293 diff --git a/python-pyforgejo.changes b/python-pyforgejo.changes index 1d2cbc9..8df00f4 100644 --- a/python-pyforgejo.changes +++ b/python-pyforgejo.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Dec 14 19:32:03 UTC 2024 - Richard Rahl + +- 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 diff --git a/python-pyforgejo.spec b/python-pyforgejo.spec index 4b21daf..0a03001 100644 --- a/python-pyforgejo.spec +++ b/python-pyforgejo.spec @@ -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}