forked from pool/python-pyroma
- Update to 2.5:
- Fixed #35: Correctly restore ``sys.argv``. [maurits] - Added back the BusFactor test, the XMLRPC API supports it. - #26: Adding a test to check for a development status classifier. - #21: Accept the new project_urls distribution data. - Now verifies that classifiers are valid, and that the license field and license classifiers match. - The rating now again reflects if the long_description isn't valid ReST. - #38: Recommendations for the License field has changed. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroma?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
286a9fa439
commit
bcf526e06d
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94a11cb077976bff9bd37ac8b487902556f216c4ee90b74a2344367f73b6ee7f
|
||||
size 346509
|
3
pyroma-2.5.tar.gz
Normal file
3
pyroma-2.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54d332f540d4828bc5672b75ccf9e12d4b2f72a42a4f304bcec1c73565aecc26
|
||||
size 353465
|
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 10:17:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 2.5:
|
||||
- Fixed #35: Correctly restore ``sys.argv``. [maurits]
|
||||
- Added back the BusFactor test, the XMLRPC API supports it.
|
||||
- #26: Adding a test to check for a development status classifier.
|
||||
- #21: Accept the new project_urls distribution data.
|
||||
- Now verifies that classifiers are valid, and that the license field
|
||||
and license classifiers match.
|
||||
- The rating now again reflects if the long_description isn't valid ReST.
|
||||
- #38: Recommendations for the License field has changed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 12 10:23:23 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@@ -17,24 +17,21 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
Name: python-pyroma
|
||||
Version: 2.4
|
||||
Version: 2.5
|
||||
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 docutils}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-docutils
|
||||
Requires: python-setuptools
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module docutils}
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -58,11 +55,9 @@ export LANG=en_US.UTF-8
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%if %{with test}
|
||||
%check
|
||||
export LANG=en_US.UTF-8
|
||||
%python_exec setup.py test
|
||||
%endif
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
|
Reference in New Issue
Block a user