Hello community,

here is the log from the commit of package python-pyroma for openSUSE:Factory 
checked in at 2020-03-23 12:50:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyroma (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyroma.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyroma"

Mon Mar 23 12:50:08 2020 rev:3 rq:786923 version:2.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyroma/python-pyroma.changes      
2019-06-12 13:12:44.868914285 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyroma.new.3160/python-pyroma.changes    
2020-03-23 12:50:49.831966589 +0100
@@ -1,0 +2,12 @@
+Fri Mar 20 14:10:29 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 2.6
+  * Ran flake8 and black on the code, better formatting for 
+    classifiers.py generation.
+  * Support for PEP 517, setup.cfg-only packages. [Max Tyulin]
+  * Adds support for Markdown long_descriptions, if you set
+    long_description_content_type to 'text/markdown'
+  * Installs Pygments to avoid an error message of you have
+    syntax highlighted code in the long_description.
+
+-------------------------------------------------------------------

Old:
----
  pyroma-2.5.tar.gz

New:
----
  pyroma-2.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyroma.spec ++++++
--- /var/tmp/diff_new_pack.bS7dfy/_old  2020-03-23 12:50:51.207967453 +0100
+++ /var/tmp/diff_new_pack.bS7dfy/_new  2020-03-23 12:50:51.215967458 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyroma
 #
-# 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,17 +18,19 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pyroma
-Version:        2.5
+Version:        2.6
 Release:        0
 Summary:        Program to test a Python project's adherence to packaging 
guidelines
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/regebro/pyroma
 Source:         
https://files.pythonhosted.org/packages/source/p/pyroma/pyroma-%{version}.tar.gz
+BuildRequires:  %{python_module Pygments}
 BuildRequires:  %{python_module docutils}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-Pygments
 Requires:       python-docutils
 Requires:       python-setuptools
 BuildArch:      noarch

++++++ pyroma-2.5.tar.gz -> pyroma-2.6.tar.gz ++++++
++++ 2396 lines of diff (skipped)


Reply via email to