Hello community,

here is the log from the commit of package python-pyroma for openSUSE:Leap:15.2 
checked in at 2020-03-23 17:26:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pyroma (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-pyroma.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyroma"

Mon Mar 23 17:26:58 2020 rev:2 rq:787429 version:2.6

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-pyroma/python-pyroma.changes    
2020-02-22 17:49:39.321433566 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-pyroma.new.3160/python-pyroma.changes  
2020-03-23 17:26:58.530175379 +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.asQ9C9/_old  2020-03-23 17:26:58.942175703 +0100
+++ /var/tmp/diff_new_pack.asQ9C9/_new  2020-03-23 17:26:58.946175706 +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