Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-babelfish for 
openSUSE:Factory checked in at 2025-07-21 20:00:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-babelfish (Old)
 and      /work/SRC/openSUSE:Factory/.python-babelfish.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-babelfish"

Mon Jul 21 20:00:57 2025 rev:8 rq:1294769 version:0.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-babelfish/python-babelfish.changes        
2024-05-10 12:06:58.801506949 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-babelfish.new.8875/python-babelfish.changes  
    2025-07-21 20:02:07.027622135 +0200
@@ -1,0 +2,6 @@
+Sun Jul 20 16:49:00 UTC 2025 - Ben Greiner <c...@bnavigator.de>
+
+- Replace pypi source with github archive for tests
+- Fix poetry dependency: poetry-core is enough to build
+
+-------------------------------------------------------------------

Old:
----
  babelfish-0.6.1.tar.gz

New:
----
  babelfish-0.6.1-gh.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-babelfish.spec ++++++
--- /var/tmp/diff_new_pack.3I18Ow/_old  2025-07-21 20:02:07.679649269 +0200
+++ /var/tmp/diff_new_pack.3I18Ow/_new  2025-07-21 20:02:07.683649436 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-babelfish
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2015 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -22,12 +22,16 @@
 Release:        0
 Summary:        A Python library to work with countries and languages
 License:        BSD-3-Clause
-URL:            https://travis-ci.org/Diaoul/babelfish
-Source:         
https://files.pythonhosted.org/packages/source/b/babelfish/babelfish-%{version}.tar.gz
+URL:            https://github.com/Diaoul/babelfish
+Source:         
https://github.com/Diaoul/babelfish/archive/refs/tags/%{version}.tar.gz#/babelfish-%{version}-gh.tar.gz
+BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module poetry >= 1.0.0}
+BuildRequires:  %{python_module poetry-core >= 1.0.0}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       (python-importlib-metadata if python-base < 3.10)
+Requires:       (python-importlib-resources if python-base < 3.9)
 BuildArch:      noarch
 %python_subpackages
 
@@ -45,6 +49,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+%pytest
 
 %files %{python_files}
 %license LICENSE

Reply via email to