commit python-podcastparser for openSUSE:Factory

2020-07-16 Thread root
Hello community,

here is the log from the commit of package python-podcastparser for 
openSUSE:Factory checked in at 2020-07-16 12:17:36

Comparing /work/SRC/openSUSE:Factory/python-podcastparser (Old)
 and  /work/SRC/openSUSE:Factory/.python-podcastparser.new.3592 (New)


Package is "python-podcastparser"

Thu Jul 16 12:17:36 2020 rev:4 rq:821147 version:0.6.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-podcastparser/python-podcastparser.changes
2019-06-03 18:55:30.000425969 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-podcastparser.new.3592/python-podcastparser.changes
  2020-07-16 12:20:24.315083194 +0200
@@ -1,0 +2,9 @@
+Wed Jul 15 14:36:39 UTC 2020 - pgaj...@suse.com
+
+- version update to 0.6.5
+  * no upstream changelog
+- added patches
+  fix https://github.com/gpodder/podcastparser/pull/21
+  + python-podcastparser-remove-nose.patch
+
+---

Old:

  podcastparser-0.6.4.tar.gz

New:

  podcastparser-0.6.5.tar.gz
  python-podcastparser-remove-nose.patch



Other differences:
--
++ python-podcastparser.spec ++
--- /var/tmp/diff_new_pack.jJ9Bng/_old  2020-07-16 12:20:26.955085864 +0200
+++ /var/tmp/diff_new_pack.jJ9Bng/_new  2020-07-16 12:20:26.955085864 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-podcastparser
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,18 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-podcastparser
-Version:0.6.4
+Version:0.6.5
 Release:0
 Summary:A podcast parser
 License:ISC
 Group:  Development/Libraries/Python
 URL:https://github.com/gpodder/podcastparser
 Source: 
https://files.pythonhosted.org/packages/source/p/podcastparser/podcastparser-%{version}.tar.gz
+# https://github.com/gpodder/podcastparser/pull/21
+Patch0: python-podcastparser-remove-nose.patch
 BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest-cov}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes
@@ -39,6 +43,7 @@
 
 %prep
 %setup -q -n podcastparser-%{version}
+%patch0 -p1
 
 %build
 %python_build
@@ -48,7 +53,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand nosetests-%{$python_bin_suffix}
+%pytest
 
 %files %{python_files}
 %license LICENSE

++ podcastparser-0.6.4.tar.gz -> podcastparser-0.6.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/podcastparser-0.6.4/LICENSE 
new/podcastparser-0.6.5/LICENSE
--- old/podcastparser-0.6.4/LICENSE 2018-08-19 18:16:16.0 +0200
+++ new/podcastparser-0.6.5/LICENSE 2020-04-07 22:01:05.0 +0200
@@ -1,5 +1,7 @@
 
-Copyright (c) 2012, 2013, 2014, 2018, Thomas Perl 
+Copyright (c) 2012, 2013, 2014, 2018, 2020 Thomas Perl 
+Copyright (c) 2016, 2017, 2018, 2019, 2020 Eric Le Lay 
+Copyright (c) 2020 E.S. Rosenberg 
 
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/podcastparser-0.6.4/PKG-INFO 
new/podcastparser-0.6.5/PKG-INFO
--- old/podcastparser-0.6.4/PKG-INFO2018-08-19 18:16:34.0 +0200
+++ new/podcastparser-0.6.5/PKG-INFO2020-04-07 22:02:14.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: podcastparser
-Version: 0.6.4
+Version: 0.6.5
 Summary:  Simplified, fast RSS parser 
 Home-page: http://gpodder.org/podcastparser/
 Author: Thomas Perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/podcastparser-0.6.4/doc/index.rst 
new/podcastparser-0.6.5/doc/index.rst
--- old/podcastparser-0.6.4/doc/index.rst   2018-08-19 18:16:16.0 
+0200
+++ new/podcastparser-0.6.5/doc/index.rst   2020-04-07 21:57:03.0 
+0200
@@ -102,6 +102,12 @@
 Episode website.
 
 **rss/channel/item/description**
+Episode description.
+If it contains html, it's returned as description_html.
+Otherwise it's returned as description (whitespace is squashed).
+See Mozilla's article `Why RSS Content Module is Popular`
+
+**rss/channel/item/itunes:summary**
 Episode description (whitespace is squashed).
 
 **rss/channel/item/itunes:subtitle**
@@ -109,6 +115,7 @@
 
 

commit python-podcastparser for openSUSE:Factory

2019-06-03 Thread root
Hello community,

here is the log from the commit of package python-podcastparser for 
openSUSE:Factory checked in at 2019-06-03 18:55:10

Comparing /work/SRC/openSUSE:Factory/python-podcastparser (Old)
 and  /work/SRC/openSUSE:Factory/.python-podcastparser.new.5148 (New)


Package is "python-podcastparser"

Mon Jun  3 18:55:10 2019 rev:3 rq:707049 version:0.6.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-podcastparser/python-podcastparser.changes
2019-05-22 11:14:52.138546645 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-podcastparser.new.5148/python-podcastparser.changes
  2019-06-03 18:55:30.000425969 +0200
@@ -1,0 +2,5 @@
+Sun Jun  2 19:32:32 UTC 2019 - Jan Engelhardt 
+
+- Ensure neutrality of description.
+
+---



Other differences:
--
++ python-podcastparser.spec ++
--- /var/tmp/diff_new_pack.DNEmZq/_old  2019-06-03 18:55:31.400425450 +0200
+++ /var/tmp/diff_new_pack.DNEmZq/_new  2019-06-03 18:55:31.404425448 +0200
@@ -20,7 +20,7 @@
 Name:   python-podcastparser
 Version:0.6.4
 Release:0
-Summary:Simple, fast and efficient podcast parser
+Summary:A podcast parser
 License:ISC
 Group:  Development/Libraries/Python
 URL:https://github.com/gpodder/podcastparser
@@ -34,8 +34,8 @@
 %python_subpackages
 
 %description
-The podcast parser project is a library from the gPodder project to provide an
-easy and reliable way of parsing RSS- and Atom-based podcast feeds in Python.
+The podcast parser project is a library from the gPodder project to provide a
+way of parsing RSS- and Atom-based podcast feeds in Python.
 
 %prep
 %setup -q -n podcastparser-%{version}




commit python-podcastparser for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package python-podcastparser for 
openSUSE:Factory checked in at 2019-05-22 11:14:45

Comparing /work/SRC/openSUSE:Factory/python-podcastparser (Old)
 and  /work/SRC/openSUSE:Factory/.python-podcastparser.new.5148 (New)


Package is "python-podcastparser"

Wed May 22 11:14:45 2019 rev:2 rq:704279 version:0.6.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-podcastparser/python-podcastparser.changes
2016-12-12 12:46:27.952203512 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-podcastparser.new.5148/python-podcastparser.changes
  2019-05-22 11:14:52.138546645 +0200
@@ -1,0 +2,8 @@
+Mon May 20 14:27:09 UTC 2019 - pgaj...@suse.com
+
+- version update to 0.6.4
+  * no upstream changelog
+- convert to single spec
+- run the testsuite
+
+---

Old:

  podcastparser-0.6.0.tar.gz

New:

  podcastparser-0.6.4.tar.gz



Other differences:
--
++ python-podcastparser.spec ++
--- /var/tmp/diff_new_pack.wgKuqT/_old  2019-05-22 11:14:53.146546459 +0200
+++ /var/tmp/diff_new_pack.wgKuqT/_new  2019-05-22 11:14:53.150546459 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-podcastparser
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,52 +12,47 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%global pkgname podcastparser
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
-%endif
-Name:   python-%{pkgname}
-Version:0.6.0
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+Name:   python-podcastparser
+Version:0.6.4
 Release:0
 Summary:Simple, fast and efficient podcast parser
 License:ISC
 Group:  Development/Libraries/Python
-Url:http://gpodder.org/%{pkgname}/
-Source: http://gpodder.org/%{pkgname}/%{pkgname}-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-nose
-BuildRequires:  python-setuptools
-BuildRequires:  python-xml
+URL:https://github.com/gpodder/podcastparser
+Source: 
https://files.pythonhosted.org/packages/source/p/podcastparser/podcastparser-%{version}.tar.gz
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module xml}
+BuildRequires:  fdupes
 Requires:   python-xml
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
+%python_subpackages
 
 %description
 The podcast parser project is a library from the gPodder project to provide an
 easy and reliable way of parsing RSS- and Atom-based podcast feeds in Python.
 
 %prep
-%setup -q -n %{pkgname}-%{version}
+%setup -q -n podcastparser-%{version}
 
 %build
-python setup.py build
-
-%if 0%{?suse_version} > 1010
-%check
-python test_%{pkgname}.py
-%endif
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%check
+%python_expand nosetests-%{$python_bin_suffix}
 
-%files
-%defattr(-,root,root)
-%doc LICENSE README.md
+%files %{python_files}
+%license LICENSE
+%doc README.md
 %{python_sitelib}/*
 
 %changelog

++ podcastparser-0.6.0.tar.gz -> podcastparser-0.6.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/podcastparser-0.6.0/LICENSE 
new/podcastparser-0.6.4/LICENSE
--- old/podcastparser-0.6.0/LICENSE 2014-11-30 21:48:54.0 +0100
+++ new/podcastparser-0.6.4/LICENSE 2018-08-19 18:16:16.0 +0200
@@ -1,5 +1,5 @@
 
-Copyright (c) 2012, 2013, 2014, Thomas Perl 
+Copyright (c) 2012, 2013, 2014, 2018, Thomas Perl 
 
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/podcastparser-0.6.0/PKG-INFO 
new/podcastparser-0.6.4/PKG-INFO
--- old/podcastparser-0.6.0/PKG-INFO2015-05-24 20:40:07.0 +0200
+++ new/podcastparser-0.6.4/PKG-INFO2018-08-19 18:16:34.0