commit python-panflute for openSUSE:Leap:15.2

2020-05-28 Thread root
Hello community,

here is the log from the commit of package python-panflute for 
openSUSE:Leap:15.2 checked in at 2020-05-28 20:10:46

Comparing /work/SRC/openSUSE:Leap:15.2/python-panflute (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-panflute.new.3606 (New)


Package is "python-panflute"

Thu May 28 20:10:46 2020 rev:4 rq:809517 version:1.12.5

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-panflute/python-panflute.changes
2020-04-25 19:06:47.239815361 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-panflute.new.3606/python-panflute.changes  
2020-05-28 20:10:48.655115934 +0200
@@ -1,0 +2,5 @@
+Wed May 20 07:26:02 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-panflute.spec ++
--- /var/tmp/diff_new_pack.wb5g65/_old  2020-05-28 20:10:48.983116910 +0200
+++ /var/tmp/diff_new_pack.wb5g65/_new  2020-05-28 20:10:48.983116910 +0200
@@ -32,6 +32,8 @@
 Requires:   python-PyYAML
 Requires:   python-click
 Requires:   python-future
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module PyYAML}
@@ -60,14 +62,24 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/panfl
+%python_clone -a %{buildroot}%{_bindir}/panflute
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 sed -i 's|shutilwhich||' 
%{buildroot}%{python3_sitelib}/panflute-*.egg-info/requires.txt
 
+%post
+%python_install_alternative panfl
+%python_install_alternative panflute
+
+%postun
+%python_uninstall_alternative panfl
+%python_uninstall_alternative panflute
+
 %files %{python_files}
 %doc README.md
 %license LICENSE
-%python3_only %{_bindir}/panflute
-%python3_only %{_bindir}/panfl
+%python_alternative %{_bindir}/panflute
+%python_alternative %{_bindir}/panfl
 %{python_sitelib}/*
 
 %changelog




commit python-panflute for openSUSE:Leap:15.2

2020-04-25 Thread root
Hello community,

here is the log from the commit of package python-panflute for 
openSUSE:Leap:15.2 checked in at 2020-04-25 19:06:45

Comparing /work/SRC/openSUSE:Leap:15.2/python-panflute (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-panflute.new.2738 (New)


Package is "python-panflute"

Sat Apr 25 19:06:45 2020 rev:3 rq:797209 version:1.12.5

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-panflute/python-panflute.changes
2020-03-15 07:14:38.425074854 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-panflute.new.2738/python-panflute.changes  
2020-04-25 19:06:47.239815361 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 11:31:14 UTC 2020 - Tomáš Chvátal 
+
+- Fix build without python2
+
+---



Other differences:
--
++ python-panflute.spec ++
--- /var/tmp/diff_new_pack.scLqVJ/_old  2020-04-25 19:06:47.655816255 +0200
+++ /var/tmp/diff_new_pack.scLqVJ/_new  2020-04-25 19:06:47.659816264 +0200
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:   python-panflute
 Version:1.12.5
 Release:0
@@ -28,23 +29,24 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-PyYAML
+Requires:   python-click
+Requires:   python-future
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module click}
 BuildRequires:  %{python_module future}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest}
+%if %{with python2}
 BuildRequires:  python-configparser
 BuildRequires:  python-shutilwhich
+%endif
 # /SECTION
-Requires:   python-PyYAML
-Requires:   python-click
-Requires:   python-future
 %ifpython2
 Requires:   python-shutilwhich
 %endif
-BuildArch:  noarch
-
 %python_subpackages
 
 %description




commit python-panflute for openSUSE:Leap:15.2

2020-03-15 Thread root
Hello community,

here is the log from the commit of package python-panflute for 
openSUSE:Leap:15.2 checked in at 2020-03-15 07:13:28

Comparing /work/SRC/openSUSE:Leap:15.2/python-panflute (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-panflute.new.3160 (New)


Package is "python-panflute"

Sun Mar 15 07:13:28 2020 rev:2 rq:785087 version:1.12.5

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-panflute/python-panflute.changes
2020-02-22 17:50:01.20547 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-panflute.new.3160/python-panflute.changes  
2020-03-15 07:14:38.425074854 +0100
@@ -1,0 +2,9 @@
+Thu Mar 12 11:32:27 UTC 2020 - Marketa Calabkova 
+
+- Update to version 1.12.5
+  * tweak error messages of panflute.dump
+  * allow slice assignment to element items (via ListContainer)
+  * Tables should now work well without a header or without a body.
+  * stringify() now adds quotes around the contents of a Quoted() element.
+
+---

Old:

  panflute-1.11.2.tar.gz

New:

  panflute-1.12.5.tar.gz



Other differences:
--
++ python-panflute.spec ++
--- /var/tmp/diff_new_pack.pCOXQY/_old  2020-03-15 07:14:38.705075001 +0100
+++ /var/tmp/diff_new_pack.pCOXQY/_new  2020-03-15 07:14:38.705075001 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-panflute
 #
-# 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
@@ -12,17 +12,18 @@
 # 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/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-panflute
-Version:1.11.2
+Version:1.12.5
 Release:0
-License:BSD-3-Clause
 Summary:Pandoc filters package for Python
-Url:https://github.com/sergiocorreia/panflute
+License:BSD-3-Clause
 Group:  Development/Languages/Python
+URL:https://github.com/sergiocorreia/panflute
 Source: 
https://files.pythonhosted.org/packages/source/p/panflute/panflute-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -31,8 +32,8 @@
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module click}
 BuildRequires:  %{python_module future}
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytest-cov}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  python-configparser
 BuildRequires:  python-shutilwhich
 # /SECTION
@@ -61,7 +62,7 @@
 sed -i 's|shutilwhich||' 
%{buildroot}%{python3_sitelib}/panflute-*.egg-info/requires.txt
 
 %files %{python_files}
-%doc README.md README.rst
+%doc README.md
 %license LICENSE
 %python3_only %{_bindir}/panflute
 %python3_only %{_bindir}/panfl

++ panflute-1.11.2.tar.gz -> panflute-1.12.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/panflute-1.11.2/MANIFEST.in 
new/panflute-1.12.5/MANIFEST.in
--- old/panflute-1.11.2/MANIFEST.in 2019-01-21 09:59:30.0 +0100
+++ new/panflute-1.12.5/MANIFEST.in 2020-02-20 06:52:03.0 +0100
@@ -1,2 +1,3 @@
 include README.md
 include LICENSE
+include requirements.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/panflute-1.11.2/PKG-INFO new/panflute-1.12.5/PKG-INFO
--- old/panflute-1.11.2/PKG-INFO2019-01-21 10:00:45.0 +0100
+++ new/panflute-1.12.5/PKG-INFO2020-02-20 06:52:18.328729000 +0100
@@ -1,95 +1,61 @@
 Metadata-Version: 2.1
 Name: panflute
-Version: 1.11.2
+Version: 1.12.5
 Summary: Pythonic Pandoc filters
 Home-page: https://github.com/sergiocorreia/panflute
 Author: Sergio Correia
 Author-email: sergio.corr...@gmail.com
 License: BSD3
-Description: :Date:   January 21, 2019
+Description: # Panflute: Pythonic Pandoc Filters
 
-.. contents::
-   :depth: 3
-..
-
-Panflute: Pythonic Pandoc Filters
-=
-
-|Python version| |PyPI version| |Development Status| |Build Status|
-
-`panflute `__ is a Python
-package that makes creating Pandoc filters fun.
-
-For a detailed user guide, documentation, and installation 
instructions,
-see