forked from pool/python-feedgenerator
Accepting request 1293335 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1293335 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedgenerator?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f075f23f28fd227f097c36b212161c6cf012e1c6caaf7ff53d5d6bb02cd42b9d
|
|
||||||
size 20682
|
|
3
feedgenerator-2.2.0.tar.gz
Normal file
3
feedgenerator-2.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2976f6ccc5989a967202da343ea145c21aedabbe0035c7088d64ba0aa9725a60
|
||||||
|
size 20309
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 14 17:40:27 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
- update to version 2.2.0:
|
||||||
|
* Update to latest upstream code from Django 5.2
|
||||||
|
* Remove pytz as a dependency on non-Windows systems
|
||||||
|
* Use standardized pyproject file
|
||||||
|
* Drop support for EOL Python 3.7 & 3.8
|
||||||
|
- require python >= 3.9
|
||||||
|
- add hatchling and remove setuptools and wheel as build dependency
|
||||||
|
- drop pytz runtime requirement, it is still needed for the test
|
||||||
|
during the build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 27 11:41:14 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Tue May 27 11:41:14 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
@@ -17,22 +17,20 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-feedgenerator
|
Name: python-feedgenerator
|
||||||
Version: 2.1.0
|
Version: 2.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Standalone version of django.utilsfeedgenerator, compatible with Py3k
|
Summary: Standalone version of django.utilsfeedgenerator, compatible with Py3k
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/getpelican/feedgenerator
|
URL: https://github.com/getpelican/feedgenerator
|
||||||
Source: https://files.pythonhosted.org/packages/source/f/feedgenerator/feedgenerator-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/f/feedgenerator/feedgenerator-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.7}
|
BuildRequires: %{python_module base >= 3.9}
|
||||||
|
BuildRequires: %{python_module hatchling}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module pytz}
|
BuildRequires: %{python_module pytz}
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module wheel}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pytz
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user