14
0

Accepting request 1133424 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1133424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-feedparser?expand=0&rev=38
This commit is contained in:
2023-12-15 20:50:26 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 8 deletions

View File

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

3
feedparser-6.0.11.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Dec 12 20:24:21 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 6.0.11:
* Resolve cgi module deprecation warnings. (#330)
- remove python_module definition: provided by python-rpm-macros
- drop python-xml requirement: not needed anymore
-------------------------------------------------------------------
Tue Jun 27 13:08:16 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-feedparser
#
# 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,11 +16,10 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-feedparser
Version: 6.0.10
Version: 6.0.11
Release: 0
Summary: Universal Feed Parser Module for Python
License: BSD-2-Clause
@@ -33,11 +32,9 @@ Patch0: 304_python310-crash.patch
BuildRequires: %{python_module chardet}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module sgmllib3k}
BuildRequires: %{python_module xml}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-sgmllib3k
Requires: python-xml
Recommends: python-chardet
BuildArch: noarch
%python_subpackages