diff --git a/feedgenerator-2.1.0.tar.gz b/feedgenerator-2.1.0.tar.gz deleted file mode 100644 index 516f7b6..0000000 --- a/feedgenerator-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f075f23f28fd227f097c36b212161c6cf012e1c6caaf7ff53d5d6bb02cd42b9d -size 20682 diff --git a/feedgenerator-2.2.0.tar.gz b/feedgenerator-2.2.0.tar.gz new file mode 100644 index 0000000..52f4c25 --- /dev/null +++ b/feedgenerator-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2976f6ccc5989a967202da343ea145c21aedabbe0035c7088d64ba0aa9725a60 +size 20309 diff --git a/python-feedgenerator.changes b/python-feedgenerator.changes index 2408e22..8f6ead7 100644 --- a/python-feedgenerator.changes +++ b/python-feedgenerator.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jul 14 17:40:27 UTC 2025 - Benoît Monin + +- 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á diff --git a/python-feedgenerator.spec b/python-feedgenerator.spec index 8c07e0b..1d662f2 100644 --- a/python-feedgenerator.spec +++ b/python-feedgenerator.spec @@ -17,22 +17,20 @@ Name: python-feedgenerator -Version: 2.1.0 +Version: 2.2.0 Release: 0 Summary: Standalone version of django.utilsfeedgenerator, compatible with Py3k License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/getpelican/feedgenerator 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 pytest} BuildRequires: %{python_module pytz} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-pytz BuildArch: noarch %python_subpackages