14
0

- update to 6.0.1:

* Remove all Python 2 compatibility code (#228)
  * Add *python_requires* to ``setup.py`` (#2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=44
This commit is contained in:
2020-09-28 11:20:45 +00:00
committed by Git OBS Bridge
parent 39f80854ee
commit e811e6a0d8
4 changed files with 12 additions and 5 deletions

View File

@@ -16,10 +16,10 @@
#
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-feedparser
Version: 6.0.0
Version: 6.0.1
Release: 0
Summary: Universal Feed Parser Module for Python
License: BSD-2-Clause