Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-osc-tiny for openSUSE:Factory checked in at 2024-08-16 12:23:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-osc-tiny (Old) and /work/SRC/openSUSE:Factory/.python-osc-tiny.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-osc-tiny" Fri Aug 16 12:23:12 2024 rev:36 rq:1193953 version:0.10.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-osc-tiny/python-osc-tiny.changes 2024-06-29 15:17:19.916016916 +0200 +++ /work/SRC/openSUSE:Factory/.python-osc-tiny.new.2698/python-osc-tiny.changes 2024-08-16 12:23:29.606641797 +0200 @@ -1,0 +2,18 @@ +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) + +------------------------------------------------------------------- Old: ---- osc-tiny-0.10.1.tar.gz New: ---- osc_tiny-0.10.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-osc-tiny.spec ++++++ --- /var/tmp/diff_new_pack.obiGQg/_old 2024-08-16 12:23:30.222667398 +0200 +++ /var/tmp/diff_new_pack.obiGQg/_new 2024-08-16 12:23:30.226667565 +0200 @@ -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 @@ * https://build.opensuse.org/apidocs/index %prep -%setup -q -n osc-tiny-%{version} +%setup -q -n osc_tiny-%{version} %build %python_build