diff --git a/pyroma-2.5.tar.gz b/pyroma-2.5.tar.gz deleted file mode 100644 index 1d87d0b..0000000 --- a/pyroma-2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54d332f540d4828bc5672b75ccf9e12d4b2f72a42a4f304bcec1c73565aecc26 -size 353465 diff --git a/pyroma-2.6.tar.gz b/pyroma-2.6.tar.gz new file mode 100644 index 0000000..3d39154 --- /dev/null +++ b/pyroma-2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c49c00377219626bf83df42adf018cc231e6162b68cc7aaf2ff1c63803924102 +size 355439 diff --git a/python-pyroma.changes b/python-pyroma.changes index c295d4f..716e760 100644 --- a/python-pyroma.changes +++ b/python-pyroma.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Mar 20 14:10:29 UTC 2020 - Marketa Calabkova + +- 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. + ------------------------------------------------------------------- Mon Jun 3 10:17:49 UTC 2019 - Tomáš Chvátal diff --git a/python-pyroma.spec b/python-pyroma.spec index ba1f8f3..b3b5c99 100644 --- a/python-pyroma.spec +++ b/python-pyroma.spec @@ -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