Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 037f92e410 | |||
| 124627d9ab | |||
| 747c7b0cfb | |||
| 2c06bf8e5a | |||
| c58b6a8351 | |||
| a815c9362a | |||
| 6837cad637 | |||
| da63bba391 | |||
| ec654e7c92 | |||
|
|
4e83957428 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0c53049db90718bd2682c1a71ade861a729506e841e6bd5bff7b15bade35ace1
|
|
||||||
size 63956
|
|
||||||
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 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 13 21:44:52 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 13 14:49:52 UTC 2024 - Chen Huang <chhuang@suse.com>
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 28 14:49:52 UTC 2024 - Chen Huang <chhuang@suse.com>
|
||||||
|
|
||||||
|
- Release 0.10.1
|
||||||
|
* Include description in request creation
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 27 15:45:09 UTC 2024 - Chen Huang <chhuang@suse.com>
|
||||||
|
|
||||||
|
- Release 0.10.0
|
||||||
|
* Added capability to create requests (#165)
|
||||||
|
* Install the theme for the docs (#163)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 22 09:08:50 UTC 2024 - Gabriel Niebler <gniebler@suse.com>
|
Wed May 22 09:08:50 UTC 2024 - Gabriel Niebler <gniebler@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -19,13 +19,13 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?sle15allpythons}
|
%{?sle15allpythons}
|
||||||
Name: python-osc-tiny
|
Name: python-osc-tiny
|
||||||
Version: 0.9.1
|
Version: 0.10.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Client API for openSUSE BuildService
|
Summary: Client API for openSUSE BuildService
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/SUSE/osc-tiny
|
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 PyYAML}
|
||||||
BuildRequires: %{python_module lxml}
|
BuildRequires: %{python_module lxml}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
@@ -63,7 +63,7 @@ For further details see:
|
|||||||
* https://build.opensuse.org/apidocs/index
|
* https://build.opensuse.org/apidocs/index
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n osc-tiny-%{version}
|
%setup -q -n osc_tiny-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
|||||||
Reference in New Issue
Block a user