14
0

Accepting request 1173643 from home:gniebler:branches

- Release 0.9.0
  * Staging extension (closes #151) (#154)
  * Type annotations and models

OBS-URL: https://build.opensuse.org/request/show/1173643
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=84
This commit is contained in:
2024-05-13 12:16:36 +00:00
committed by Git OBS Bridge
parent 9f1eda1d24
commit b27d6164b6
4 changed files with 12 additions and 5 deletions

View File

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

3
osc-tiny-0.9.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon May 13 11:49:37 UTC 2024 - Gabriel Niebler <gniebler@suse.com>
- Release 0.9.0
* Staging extension (closes #151) (#154)
* Type annotations and models
-------------------------------------------------------------------
Mon May 13 10:16:52 UTC 2024 - Robert Frohl <rfrohl@suse.com>

View File

@@ -19,12 +19,12 @@
%define skip_python2 1
%{?sle15allpythons}
Name: python-osc-tiny
Version: 0.8.2
Version: 0.9.0
Release: 0
Summary: Client API for openSUSE BuildService
License: MIT
Group: Development/Languages/Python
URL: https://github.com/crazyscientist/osc-tiny
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}