Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| edcf3200b8 | |||
|
|
53c8c51e82 | ||
|
|
cb80e42c0b | ||
|
|
4ee77ca854 | ||
|
|
c118b7ad67 | ||
| 890345a221 | |||
| c55f4800ec |
@@ -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
3
osc_tiny-0.11.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4333eeb6139609f4034beea9afa4cc2e0ea7ab86c85b9cb2c55ada0105a5eb2
|
||||
size 66811
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user