forked from pool/python-babelfish
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 731eeb8e76 | |||
| e6b5a7f32f |
3
babelfish-0.6.1-gh.tar.gz
Normal file
3
babelfish-0.6.1-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:15d600052cbe9991203d86195613f1a472157794b8477d87a93b6c1a74ae151e
|
||||||
|
size 93127
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:decb67a4660888d48480ab6998309837174158d0f1aa63bebb1c2e11aab97aab
|
|
||||||
size 87706
|
|
||||||
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 20 16:49:00 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Replace pypi source with github archive for tests
|
||||||
|
- Fix poetry dependency: poetry-core is enough to build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 10 03:49:30 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
|
Fri May 10 03:49:30 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-babelfish
|
# spec file for package python-babelfish
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -22,12 +22,16 @@ Version: 0.6.1
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python library to work with countries and languages
|
Summary: A Python library to work with countries and languages
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://travis-ci.org/Diaoul/babelfish
|
URL: https://github.com/Diaoul/babelfish
|
||||||
Source: https://files.pythonhosted.org/packages/source/b/babelfish/babelfish-%{version}.tar.gz
|
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 pip}
|
||||||
BuildRequires: %{python_module poetry >= 1.0.0}
|
BuildRequires: %{python_module poetry-core >= 1.0.0}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: (python-importlib-metadata if python-base < 3.10)
|
||||||
|
Requires: (python-importlib-resources if python-base < 3.9)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -45,6 +49,7 @@ BabelFish is a Python library to work with countries and languages.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user