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 37 additions and 6 deletions

View File

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

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

View File

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

View File

@@ -19,13 +19,13 @@
%define skip_python2 1
%{?sle15allpythons}
Name: python-osc-tiny
Version: 0.9.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