- update to 5.0.2:
* Fix the build backend. * Drop Python 3.7 support. * Bump dependencies. * Add support for Python 3.11. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flufl.i18n?expand=0&rev=15
This commit is contained in:
parent
83d73dab78
commit
c40d42a508
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0acfa6a082427d60127ea3be578c2e037679fe662f619580e7962c1373b0cdb
|
||||
size 21239
|
3
flufl_i18n-5.0.2.tar.gz
Normal file
3
flufl_i18n-5.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72dea0aef0de4c8189d58b95f72fde1488a5559fd9d91ca82ca824a3709db86e
|
||||
size 21658
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 5 17:20:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.0.2:
|
||||
* Fix the build backend.
|
||||
* Drop Python 3.7 support.
|
||||
* Bump dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 13 16:10:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@ -22,7 +30,7 @@ Wed Sep 28 15:29:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
* Update to pdm 1.3.
|
||||
* Update dependencies.
|
||||
* Make sure the doctest teardown gets run.
|
||||
* Add support for Python 3.11.
|
||||
* Add support for Python 3.11.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 2 10:08:22 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-flufl.i18n
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,20 +18,19 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-flufl.i18n
|
||||
Version: 4.1.1
|
||||
Version: 5.0.2
|
||||
Release: 0
|
||||
Summary: High level API for internationalizing Python libraries and applications
|
||||
License: Apache-2.0
|
||||
URL: https://gitlab.com/warsaw/flufl.i18n
|
||||
Source: https://files.pythonhosted.org/packages/source/f/flufl.i18n/flufl.i18n-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/f/flufl.i18n/flufl_i18n-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pdm}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module atpublic}
|
||||
BuildRequires: %{python_module pdm-pep517}
|
||||
BuildRequires: %{python_module pdm-backend}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module sybil}
|
||||
@ -47,7 +46,7 @@ BuildArch: noarch
|
||||
High level API for internationalizing Python libraries and applications.
|
||||
|
||||
%prep
|
||||
%autosetup -n flufl.i18n-%{version} -p1
|
||||
%autosetup -n flufl_i18n-%{version} -p1
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
@ -64,7 +63,6 @@ High level API for internationalizing Python libraries and applications.
|
||||
%license LICENSE
|
||||
%dir %{python_sitelib}/flufl
|
||||
%{python_sitelib}/flufl/i18n*
|
||||
%{python_sitelib}/flufl.i18n*
|
||||
%{python_sitelib}/flufl.i18n-%{version}*info
|
||||
%{python_sitelib}/flufl_i18n-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user