15
0
forked from pool/python-pyroma

Accepting request 786908 from home:mcalabkova:branches:devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/786908
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroma?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2020-03-20 14:34:30 +00:00
committed by Git OBS Bridge
parent bcf526e06d
commit 2658b334cd
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54d332f540d4828bc5672b75ccf9e12d4b2f72a42a4f304bcec1c73565aecc26
size 353465

3
pyroma-2.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c49c00377219626bf83df42adf018cc231e6162b68cc7aaf2ff1c63803924102
size 355439

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 20 14:10:29 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <tchvatal@suse.com>

View File

@@ -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