From eea102f72fcdb54dc547babefddef90442d2070d4e8b8e45dd3e9a70195f3b30 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 13 Aug 2024 12:59:57 +0000 Subject: [PATCH] Accepting request 1193457 from home:maintenance-obs-robot:branches:devel:languages:python OBS-URL: https://build.opensuse.org/request/show/1193457 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=92 --- osc-tiny-0.10.1.tar.gz | 3 --- osc_tiny-0.10.3.tar.gz | 3 +++ python-osc-tiny.changes | 10 ++++++++++ python-osc-tiny.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 osc-tiny-0.10.1.tar.gz create mode 100644 osc_tiny-0.10.3.tar.gz diff --git a/osc-tiny-0.10.1.tar.gz b/osc-tiny-0.10.1.tar.gz deleted file mode 100644 index ac4c79e..0000000 --- a/osc-tiny-0.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee00ac7414f2b51e67a423bb8baf89e22f892f53a6f7c7bc8c2f9d8d3310bb60 -size 65606 diff --git a/osc_tiny-0.10.3.tar.gz b/osc_tiny-0.10.3.tar.gz new file mode 100644 index 0000000..6a92191 --- /dev/null +++ b/osc_tiny-0.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349001319bdf13b23d2c22046b405f5240c18bc08f631af4de5bff8e5bbaadee +size 65483 diff --git a/python-osc-tiny.changes b/python-osc-tiny.changes index 1b9ac82..6a8a3e0 100644 --- a/python-osc-tiny.changes +++ b/python-osc-tiny.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 12 14:35:47 UTC 2024 - maintenance-obs-robot + +- 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 (https://github.com/SUSE/osc-tiny/pull/178) + + ------------------------------------------------------------------- Fri Jun 28 14:49:52 UTC 2024 - Chen Huang diff --git a/python-osc-tiny.spec b/python-osc-tiny.spec index 4de3299..22877fd 100644 --- a/python-osc-tiny.spec +++ b/python-osc-tiny.spec @@ -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