14
0

Accepting request 1193457 from home:maintenance-obs-robot:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1193457
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=92
This commit is contained in:
2024-08-13 12:59:57 +00:00
committed by Git OBS Bridge
parent bbea981f82
commit eea102f72f
4 changed files with 16 additions and 6 deletions

View File

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

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:349001319bdf13b23d2c22046b405f5240c18bc08f631af4de5bff8e5bbaadee
size 65483

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Aug 12 14:35:47 UTC 2024 - maintenance-obs-robot
- 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 (https://github.com/SUSE/osc-tiny/pull/178)
-------------------------------------------------------------------
Fri Jun 28 14:49:52 UTC 2024 - Chen Huang <chhuang@suse.com>

View File

@@ -19,13 +19,13 @@
%define skip_python2 1
%{?sle15allpythons}
Name: python-osc-tiny
Version: 0.10.1
Version: 0.10.3
Release: 0
Summary: Client API for openSUSE BuildService
License: MIT
Group: Development/Languages/Python
URL: https://github.com/SUSE/osc-tiny
Source: https://files.pythonhosted.org/packages/source/o/osc-tiny/osc-tiny-%{version}.tar.gz
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 pytest}
@@ -63,7 +63,7 @@ For further details see:
* https://build.opensuse.org/apidocs/index
%prep
%setup -q -n osc-tiny-%{version}
%setup -q -n osc_tiny-%{version}
%build
%python_build