Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ddg3 for openSUSE:Factory checked in at 2026-04-04 19:07:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ddg3 (Old) and /work/SRC/openSUSE:Factory/.python-ddg3.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ddg3" Sat Apr 4 19:07:16 2026 rev:4 rq:1344493 version:0.6.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ddg3/python-ddg3.changes 2025-06-05 20:37:17.380654106 +0200 +++ /work/SRC/openSUSE:Factory/.python-ddg3.new.21863/python-ddg3.changes 2026-04-04 19:09:04.669209670 +0200 @@ -1,0 +2,8 @@ +Fri Apr 3 15:22:10 UTC 2026 - Dirk Müller <[email protected]> + +- update to 0.6.8: + * With this release, python 3.9 and up are now supported + We've also added type annotations to the entire library, and + reworked the CI/CD process to use GitHub actions. + +------------------------------------------------------------------- Old: ---- _service ddg3-0.6.6git~20170824T092521~0ef6b2f.tar.xz New: ---- ddg3-0.6.8-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ddg3.spec ++++++ --- /var/tmp/diff_new_pack.F9v96Y/_old 2026-04-04 19:09:05.133228695 +0200 +++ /var/tmp/diff_new_pack.F9v96Y/_new 2026-04-04 19:09:05.137228859 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-ddg3 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,14 @@ # -%define baseversion 0.6.6 Name: python-ddg3 -Version: %{baseversion}git~20170824T092521~0ef6b2f +Version: 0.6.8 +%define baseversion %{version} Release: 0 Summary: Library for querying the Duck Duck Go API License: BSD-3-Clause URL: https://github.com/jpetrucciani/python-duckduckgo -Source: ddg3-%{version}.tar.xz +Source: https://github.com/jpetrucciani/python-duckduckgo/archive/refs/tags/%{version}.tar.gz#/ddg3-%{version}-gh.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -39,7 +39,8 @@ A Python3 library for querying the Duck Duck Go API. %prep -%setup -q -n ddg3-%{version} +%setup -q -n python-duckduckgo-%{version} +sed -i -E "s#VERSION#%{version}#g" setup.py ddg3.py %build %pyproject_wheel
