17
0

10 Commits

Author SHA256 Message Date
037f92e410 Accepting request 1193953 from devel:languages:python
- Release 0.10.3
  * Fixed default value for CA path
  * Removed support for .osc data directory
  * Handle issues due to bugs in backports of responses
  * Auto release OBS: using osc-tiny and improved change log
  
- Release v0.10.2
  * Replaced get_cookie_jar function with a CookieManager (#171)
  * Use urllib3.Retry instead of custom implementation
  * Use the latest Python version for actions
  * Automate the release on OBS(closes #138) (#170)

OBS-URL: https://build.opensuse.org/request/show/1193953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=36
2024-08-16 10:23:12 +00:00
124627d9ab OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=96 2024-08-14 15:05:14 +00:00
747c7b0cfb OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=95 2024-08-14 15:01:34 +00:00
2c06bf8e5a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=94 2024-08-14 15:01:17 +00:00
c58b6a8351 * Auto release OBS: using osc-tiny and improved change log
(https://github.com/SUSE/osc-tiny/pull/178)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=93
2024-08-13 21:45:22 +00:00
a815c9362a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=92 2024-08-13 12:59:57 +00:00
6837cad637 Accepting request 1183868 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1183868
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=35
2024-06-29 13:16:55 +00:00
da63bba391 Release 0.10.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=90
2024-06-28 15:07:48 +00:00
ec654e7c92 Accepting request 1183801 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1183801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-osc-tiny?expand=0&rev=34
2024-06-28 13:47:44 +00:00
Andreas Hasenkopf
4e83957428 Release 0.10.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=88
2024-06-28 07:11:32 +00:00
4 changed files with 9 additions and 71 deletions

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

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

View File

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

View File

@@ -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>

View File

@@ -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