From 751b7a034bcc07a4fcee4c2891ca224c2f8479c0204fd928cc6dc8bed176c89b Mon Sep 17 00:00:00 2001 From: Chen Huang Date: Wed, 14 Aug 2024 15:05:14 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=96 --- python-osc-tiny.changes | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/python-osc-tiny.changes b/python-osc-tiny.changes index 9362d6e..7f8677e 100644 --- a/python-osc-tiny.changes +++ b/python-osc-tiny.changes @@ -6,7 +6,15 @@ Tue Aug 13 21:44:52 UTC 2024 - Matej Cepl * 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 Aug 13 14:49:52 UTC 2024 - Chen Huang + +- 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