diff --git a/pyforgejo-1.0.1.tar.gz b/pyforgejo-1.0.1.tar.gz deleted file mode 100644 index f2b34d2..0000000 --- a/pyforgejo-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcc7777cd1bf79ecca659e9965f3c155b10e8ad0fe510f495eea54ac8bae67c4 -size 148610 diff --git a/pyforgejo-1.0.2.tar.gz b/pyforgejo-1.0.2.tar.gz new file mode 100644 index 0000000..878d9d4 --- /dev/null +++ b/pyforgejo-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e483fecfa6919c7386ddca111012eba4da2ae3c36c3b1a7d9fc7526ffda3c59 +size 153564 diff --git a/python-pyforgejo.changes b/python-pyforgejo.changes index bd56080..1d2cbc9 100644 --- a/python-pyforgejo.changes +++ b/python-pyforgejo.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Mar 8 07:48:14 UTC 2024 - Richard Rahl + +- 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 diff --git a/python-pyforgejo.spec b/python-pyforgejo.spec index bccbac3..4b21daf 100644 --- a/python-pyforgejo.spec +++ b/python-pyforgejo.spec @@ -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