17
0

7 Commits

Author SHA256 Message Date
edcf3200b8 Accepting request 1319937 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1319937
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=42
2025-11-25 14:54:31 +00:00
OBS User maintenance-obs-robot
53c8c51e82 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=158 2025-11-25 09:36:27 +00:00
OBS User maintenance-obs-robot
cb80e42c0b OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=157 2025-11-25 09:36:27 +00:00
OBS User maintenance-obs-robot
4ee77ca854 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=156 2025-11-25 09:36:26 +00:00
OBS User maintenance-obs-robot
c118b7ad67 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=155 2025-11-25 09:36:25 +00:00
890345a221 Accepting request 1293435 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1293435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=41
2025-07-15 14:46:15 +00:00
c55f4800ec Accepting request 1293316 from home:dancermak:branches:devel:languages:python
Require cached-property for python < 3.8

OBS-URL: https://build.opensuse.org/request/show/1293316
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=153
2025-07-15 12:53:41 +00:00
4 changed files with 17 additions and 4 deletions

View File

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

3
osc_tiny-0.11.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Nov 25 09:36:26 UTC 2025 - maintenance-obs-robot <maintenance-automation-team@suse.de>
- Release 0.11.0
- feat: add get_published_list to fetch published binaries of a project/repo/arch
-------------------------------------------------------------------
Tue Jul 15 08:26:34 UTC 2025 - Dan Čermák <dcermak@suse.com>
- Require cached-property for python < 3.8
-------------------------------------------------------------------
Tue Jul 01 09:24:42 UTC 2025 - maintenance-obs-robot <maintenance-automation-team@suse.de>

View File

@@ -19,7 +19,7 @@
%define skip_python2 1
%{?sle15allpythons}
Name: python-osc-tiny
Version: 0.10.8
Version: 0.11.0
Release: 0
Summary: Client API for openSUSE BuildService
License: MIT
@@ -52,6 +52,8 @@ BuildRequires: %{python_module cached-property if %python-base < 3.8}
%else
BuildRequires: %{python_module cached-property}
%endif
Requires: %{python_module cached-property if %python-base < 3.8}
%python_subpackages
%description