1
0

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
This commit is contained in:
Matej Cepl 2023-04-14 17:22:53 +00:00 committed by Git OBS Bridge
parent 1b687c681a
commit 75a9bb28f8
4 changed files with 17 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6836d456b8b0edbc5b6d3a42d1be852cebd43d2f28af4ff51789eb295f1860e2
size 23093

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f075f23f28fd227f097c36b212161c6cf012e1c6caaf7ff53d5d6bb02cd42b9d
size 20682

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Apr 14 16:28:32 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>
- 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 <daniel.garcia@suse.com>

View File

@ -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}