Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 037f92e410 | |||
| 124627d9ab | |||
| 747c7b0cfb | |||
| 2c06bf8e5a | |||
| c58b6a8351 | |||
| a815c9362a | |||
| 6837cad637 | |||
| da63bba391 | |||
| ec654e7c92 | |||
|
|
4e83957428 |
3
osc_tiny-0.10.3.tar.gz
Normal file
3
osc_tiny-0.10.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a6fc6d25d71c1303c6bd2961aaec35106215f40362f41f3a95311c21a759cb6
|
||||
size 65488
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4333eeb6139609f4034beea9afa4cc2e0ea7ab86c85b9cb2c55ada0105a5eb2
|
||||
size 66811
|
||||
@@ -1,61 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Release 0.10.8
|
||||
- Fix pipeline mistake and add python 3.13 & 3.14 to the CI
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 20 12:32:29 UTC 2025 - Chen Huang <chhuang@suse.com>
|
||||
|
||||
- Remove patch py313.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 20 12:08:06 UTC 2025 - maintenance-obs-robot <maintenance-automation-team@suse.de>
|
||||
|
||||
- Release 0.10.7
|
||||
- Fix: Change `deleted` back to being a boolean parameter instead of a boolean flag (closes #207)
|
||||
- Fix CI: Use container images for pre 3.8 pythons
|
||||
- Fix: test failure in PY13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 17:21:22 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Add patch py313.patch to fix test failure
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 12:38:28 UTC 2024 - maintenance-obs-robot <maintenance-automation-team@suse.de>
|
||||
|
||||
- Release 0.10.6
|
||||
* Fix: in changelog packager must contain email address
|
||||
* Docs: Updates
|
||||
* move contact email to action variables
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 29 11:25:06 UTC 2024 - maintenance-obs-robot <maintenance-automation-team@suse.de>
|
||||
|
||||
- Release 0.10.5
|
||||
* Fix: request review - always default to state="new", because OBS considers it a mandatory attribute (fixes #194)
|
||||
* Docs: fix logger name in `quickstart.rst`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 07:26:24 UTC 2024 - maintenance-obs-robot <maintenance-automation-team@suse.de>
|
||||
|
||||
- Release 0.10.4
|
||||
* osctiny.models.request.Target model: add an optional 'repository' attribute (fixes #183) (#184)
|
||||
* osctiny.models.request.Target model: make the 'package' attribute optional (fixes #185) (#186)
|
||||
* Chore: Updated versions of GH actions (#189)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 21:44:52 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-osc-tiny
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%define skip_python2 1
|
||||
%{?sle15allpythons}
|
||||
Name: python-osc-tiny
|
||||
Version: 0.11.0
|
||||
Version: 0.10.3
|
||||
Release: 0
|
||||
Summary: Client API for openSUSE BuildService
|
||||
License: MIT
|
||||
@@ -28,14 +28,12 @@ URL: https://github.com/SUSE/osc-tiny
|
||||
Source: https://files.pythonhosted.org/packages/source/o/osc-tiny/osc_tiny-%{version}.tar.gz
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
BuildRequires: %{python_module lxml}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module python-dateutil}
|
||||
BuildRequires: %{python_module pytz}
|
||||
BuildRequires: %{python_module requests}
|
||||
BuildRequires: %{python_module responses}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module urllib3}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-PyYAML
|
||||
@@ -43,7 +41,7 @@ Requires: python-lxml
|
||||
Requires: python-python-dateutil
|
||||
Requires: python-pytz
|
||||
Requires: python-requests
|
||||
Requires: python-urllib3
|
||||
Requires: (python-cached-property if python-base < 3.8)
|
||||
Suggests: openssh
|
||||
BuildArch: noarch
|
||||
# Using 'if' instead of 'with' because the latter requires rpm >= 4.14
|
||||
@@ -52,8 +50,6 @@ 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
|
||||
@@ -67,13 +63,13 @@ For further details see:
|
||||
* https://build.opensuse.org/apidocs/index
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n osc_tiny-%{version}
|
||||
%setup -q -n osc_tiny-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
%python_build
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
|
||||
Reference in New Issue
Block a user