From 75a9bb28f893badcb39283f88082d8a344361ec31e88895cb7779231a417b266 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 14 Apr 2023 17:22:53 +0000 Subject: [PATCH] Accepting request 1079487 from home:benoit_monin:branches:devel:languages:python - update to version 2.1.0 - require python >= 3.7 OBS-URL: https://build.opensuse.org/request/show/1079487 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedgenerator?expand=0&rev=16 --- feedgenerator-2.0.0.tar.gz | 3 --- feedgenerator-2.1.0.tar.gz | 3 +++ python-feedgenerator.changes | 11 +++++++++++ python-feedgenerator.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 feedgenerator-2.0.0.tar.gz create mode 100644 feedgenerator-2.1.0.tar.gz diff --git a/feedgenerator-2.0.0.tar.gz b/feedgenerator-2.0.0.tar.gz deleted file mode 100644 index 2a73f06..0000000 --- a/feedgenerator-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6836d456b8b0edbc5b6d3a42d1be852cebd43d2f28af4ff51789eb295f1860e2 -size 23093 diff --git a/feedgenerator-2.1.0.tar.gz b/feedgenerator-2.1.0.tar.gz new file mode 100644 index 0000000..516f7b6 --- /dev/null +++ b/feedgenerator-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f075f23f28fd227f097c36b212161c6cf012e1c6caaf7ff53d5d6bb02cd42b9d +size 20682 diff --git a/python-feedgenerator.changes b/python-feedgenerator.changes index 44cda71..04cbd62 100644 --- a/python-feedgenerator.changes +++ b/python-feedgenerator.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Apr 14 16:28:32 UTC 2023 - Benoît Monin + +- update to version 2.1.0: + * Modernize and improve tests (#32 & #34 — thanks to @venthur) + * Drop support for Python 3.6 and test on 3.10 & 3.11 + (#35 — thanks to @hugovk) + * Exclude tests_feedgenerator/__pycache__ from distribution + (#33 — thanks to @BenSturmfels) +- require python >= 3.7 + ------------------------------------------------------------------- Thu Dec 15 09:38:31 UTC 2022 - Daniel Garcia diff --git a/python-feedgenerator.spec b/python-feedgenerator.spec index b06f895..8db67be 100644 --- a/python-feedgenerator.spec +++ b/python-feedgenerator.spec @@ -1,7 +1,7 @@ # # spec file for package python-feedgenerator # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,15 @@ # -%define skip_python2 1 Name: python-feedgenerator -Version: 2.0.0 +Version: 2.1.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 pytest} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools}