Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-habanero for openSUSE:Factory checked in at 2025-07-06 17:06:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-habanero (Old) and /work/SRC/openSUSE:Factory/.python-habanero.new.1903 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-habanero" Sun Jul 6 17:06:01 2025 rev:3 rq:1290080 version:2.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-habanero/python-habanero.changes 2024-09-05 15:47:30.036851035 +0200 +++ /work/SRC/openSUSE:Factory/.python-habanero.new.1903/python-habanero.changes 2025-07-06 17:08:03.259314102 +0200 @@ -1,0 +2,13 @@ +Thu Jul 3 05:59:45 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 2.3.0: + * Change urllib3 version to urllib3>=2.2.2,<3.0.0 + * Make tests independent of optional dependency bibtexparser + * Moved bibtexparser from required dependency to optional + * Added new Crossref instance variable timeout for the user to set a curl + timeout for all requests using the instance of the class created with + timeout + * Replaced requests with httpx throughout this package +- Switch to pyproject macros. + +------------------------------------------------------------------- Old: ---- habanero-1.2.6.tar.gz New: ---- habanero-2.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-habanero.spec ++++++ --- /var/tmp/diff_new_pack.Ci3H4M/_old 2025-07-06 17:08:04.027345882 +0200 +++ /var/tmp/diff_new_pack.Ci3H4M/_new 2025-07-06 17:08:04.031346047 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-habanero # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,25 +17,29 @@ Name: python-habanero -Version: 1.2.6 +Version: 2.3.0 Release: 0 Summary: Low Level Client for Crossref Search API License: MIT URL: https://github.com/sckott/habanero Source: https://files.pythonhosted.org/packages/source/h/habanero/habanero-%{version}.tar.gz -BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module base >= 3.10} +BuildRequires: %{python_module hatchling} +BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-requests >= 2.7.0 -Requires: python-tqdm +Requires: python-PyYAML >= 6.0.2 +Requires: python-httpx >= 0.27.2 +Requires: python-packaging >= 24.1 +Requires: python-tqdm >= 4.66.5 +Requires: python-urllib3 >= 2.2.2 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module pytest-vcr} +BuildRequires: %{python_module pytest-recording} +BuildRequires: %{python_module httpx >= 0.27.2} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module requests >= 2.7.0} -BuildRequires: %{python_module tqdm} -BuildRequires: %{python_module vcrpy} +BuildRequires: %{python_module tqdm >= 4.66.5} +BuildRequires: %{python_module urllib3 >= 2.2.2} # /SECTION %python_subpackages @@ -46,10 +50,10 @@ %autosetup -p1 -n habanero-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -57,7 +61,7 @@ %files %{python_files} %doc Changelog.rst README.rst -%license LICENSE +%license LICENSE.md %{python_sitelib}/habanero -%{python_sitelib}/habanero-%{version}*-info +%{python_sitelib}/habanero-%{version}.dist-info ++++++ habanero-1.2.6.tar.gz -> habanero-2.3.0.tar.gz ++++++ ++++ 100030 lines of diff (skipped)