forked from pool/python-osc-tiny
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
This commit is contained in:
@@ -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
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,21 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user