From bcf526e06d442f63fafa10e1b81ebe5be299495b6f124a167bc34fbc1ccc2b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 3 Jun 2019 10:19:07 +0000 Subject: [PATCH] - 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 --- pyroma-2.4.tar.gz | 3 --- pyroma-2.5.tar.gz | 3 +++ python-pyroma.changes | 13 +++++++++++++ python-pyroma.spec | 9 ++------- 4 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 pyroma-2.4.tar.gz create mode 100644 pyroma-2.5.tar.gz diff --git a/pyroma-2.4.tar.gz b/pyroma-2.4.tar.gz deleted file mode 100644 index 42b281b..0000000 --- a/pyroma-2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94a11cb077976bff9bd37ac8b487902556f216c4ee90b74a2344367f73b6ee7f -size 346509 diff --git a/pyroma-2.5.tar.gz b/pyroma-2.5.tar.gz new file mode 100644 index 0000000..1d87d0b --- /dev/null +++ b/pyroma-2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d332f540d4828bc5672b75ccf9e12d4b2f72a42a4f304bcec1c73565aecc26 +size 353465 diff --git a/python-pyroma.changes b/python-pyroma.changes index b119f6f..c295d4f 100644 --- a/python-pyroma.changes +++ b/python-pyroma.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jun 3 10:17:49 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-pyroma.spec b/python-pyroma.spec index 07d307b..ba1f8f3 100644 --- a/python-pyroma.spec +++ b/python-pyroma.spec @@ -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