Hello community,

here is the log from the commit of package python-aws-xray-sdk for 
openSUSE:Factory checked in at 2019-03-07 10:50:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aws-xray-sdk (Old)
 and      /work/SRC/openSUSE:Factory/.python-aws-xray-sdk.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-aws-xray-sdk"

Thu Mar  7 10:50:49 2019 rev:4 rq:682167 version:2.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aws-xray-sdk/python-aws-xray-sdk.changes  
2019-02-26 22:23:00.710053153 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-aws-xray-sdk.new.28833/python-aws-xray-sdk.changes
       2019-03-07 10:51:12.697840951 +0100
@@ -1,0 +2,5 @@
+Wed Jan  9 22:22:27 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Do summaries without em dashes
+
+-------------------------------------------------------------------

New:
----
  python-aws-xray-sdk-rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-aws-xray-sdk.spec ++++++
--- /var/tmp/diff_new_pack.tSpBdH/_old  2019-03-07 10:51:13.185840819 +0100
+++ /var/tmp/diff_new_pack.tSpBdH/_new  2019-03-07 10:51:13.185840819 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-aws-xray-sdk
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-aws-xray-sdk
 Version:        2.2.0
 Release:        0
-License:        Apache-2.0
 Summary:        The AWS X-Ray SDK for Python
-Url:            https://github.com/aws/aws-xray-sdk-python
+License:        Apache-2.0
 Group:          Development/Languages/Python
+Url:            https://github.com/aws/aws-xray-sdk-python
 Source:         
https://files.pythonhosted.org/packages/source/a/aws-xray-sdk/aws-xray-sdk-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
+Source9:        %{name}-rpmlintrc
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:       python-botocore >= 1.11.3
 Requires:       python-future
 Requires:       python-jsonpickle
@@ -39,7 +41,7 @@
 %python_subpackages
 
 %description
-The AWS X-Ray SDK for Python (the SDK) enables Python developers to record and
+The AWS X-Ray SDK for Python enables Python developers to record and
 emit information from within their applications to the AWS X-Ray service.
 
 It works through any one of various frameworks, provided by backends. The
@@ -53,7 +55,8 @@
 packages.  The %{name}-all package installs all backends.
 
 %package        all
-Summary:        The AWS X-Ray SDK for Python - all backends
+Summary:        Metapackage to pull in all AWS X-Ray SDK backends
+Group:          Metapackages
 Requires:       %{name} = %{version}
 Recommends:     %{name}-Django = %{version}
 Recommends:     %{name}-Flask-SQLAlchemy = %{version}
@@ -69,119 +72,129 @@
 %endif
 
 %description    all
-The AWS X-Ray SDK for Python (the SDK) enables Python developers to record and
+The AWS X-Ray SDK for Python enables Python developers to record and
 emit information from within their applications to the AWS X-Ray service.
 
 This package pulls in all available backends for %{name}.
 
 %package        Django
-Summary:        The AWS X-Ray SDK for Python - Django backend
+Summary:        Django backend for the AWS X-Ray Python SDK
+Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
 Requires:       python-Django >= 1.10
 
 %description    Django
-The AWS X-Ray SDK for Python (the SDK) enables Python developers to record and
+The AWS X-Ray SDK for Python enables Python developers to record and
 emit information from within their applications to the AWS X-Ray service.
 
 This package provides the Django backend for %{name}.
 
 %package        Flask-SQLAlchemy
-Summary:        The AWS X-Ray SDK for Python - Flask-SQLAlchemy backend
+Summary:        Flask-SQLAlchemy backend for the AWS X-Ray Python SDK
+Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
 Requires:       %{name}-SQLAlchemy = %{version}
 Requires:       python-Flask-SQLAlchemy
 Requires:       python-SQLAlchemy
 
 %description    Flask-SQLAlchemy
-The AWS X-Ray SDK for Python (the SDK) enables Python developers to record and
+The AWS X-Ray SDK for Python enables Python developers to record and
 emit information from within their applications to the AWS X-Ray service.
 
 This package provides the Flask-SQLAlchemy backend for %{name}.
 
 %package        SQLAlchemy
-Summary:        The AWS X-Ray SDK for Python - SQLAlchemy backend
+Summary:        SQLAlchemy backend for the AWS X-Ray Python SDK
+Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
 Requires:       python-SQLAlchemy
 
 %description    SQLAlchemy
-The AWS X-Ray SDK for Python (the SDK) enables Python developers to record and
+The AWS X-Ray SDK for Python enables Python developers to record and
 emit information from within their applications to the AWS X-Ray service.
 
 This package provides the SQLAlchemy backend for %{name}.
 
 %package        mysql-connector
-Summary:        The AWS X-Ray SDK for Python - mysql-connector backend
+Summary:        mysql backend for the AWS X-Ray Python SDK
+Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
 Requires:       python-mysql-connector-python
 
 %description    mysql-connector
-The AWS X-Ray SDK for Python (the SDK) enables Python developers to record and
+The AWS X-Ray SDK for Python enables Python developers to record and
 emit information from within their applications to the AWS X-Ray service.
 
 This package provides the mysql-connector-python backend for %{name}.
 
 %package        pymongo
-Summary:        The AWS X-Ray SDK for Python - pymongo backend
+Summary:        pymongo backend for the AWS X-Ray Python SDK
+Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
 Requires:       python-pymongo
 
 %description    pymongo
-The AWS X-Ray SDK for Python (the SDK) enables Python developers to record and
+The AWS X-Ray SDK for Python enables Python developers to record and
 emit information from within their applications to the AWS X-Ray service.
 
 This package provides the pymongo backend for %{name}.
 
 %package        pynamodb
-Summary:        The AWS X-Ray SDK for Python - pynamodb backend
+Summary:        pynamodb backend for the AWS X-Ray Python SDK
+Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
 Requires:       python-pynamodb
 
 %description    pynamodb
-The AWS X-Ray SDK for Python (the SDK) enables Python developers to record and
+The AWS X-Ray SDK for Python enables Python developers to record and
 emit information from within their applications to the AWS X-Ray service.
 
 This package provides the pynamodb backend for %{name}.
 
 %package        psycopg2
-Summary:        The AWS X-Ray SDK for Python - psycopg2 backend
+Summary:        psycopg2 backend for the AWS X-Ray Python SDK
+Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
 Requires:       python-psycopg2
 
 %description    psycopg2
-The AWS X-Ray SDK for Python (the SDK) enables Python developers to record and
+The AWS X-Ray SDK for Python enables Python developers to record and
 emit information from within their applications to the AWS X-Ray service.
 
 This package provides the psycopg2 backend for %{name}.
 
 %package        requests
-Summary:        The AWS X-Ray SDK for Python - requests backend
+Summary:        requests backend for the AWS X-Ray Python SDK
+Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
 Requires:       python-requests
 
 %description    requests
-The AWS X-Ray SDK for Python (the SDK) enables Python developers to record and
+The AWS X-Ray SDK for Python enables Python developers to record and
 emit information from within their applications to the AWS X-Ray service.
 
 This package provides the requests backend for %{name}.
 
 %package        aiobotocore
-Summary:        The AWS X-Ray SDK for Python - aiobotocore backend
+Summary:        aiobotocore backend for the AWS X-Ray Python SDK
+Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
 Requires:       python-aiobotocore
 
 %description    aiobotocore
-The AWS X-Ray SDK for Python (the SDK) enables Python developers to record and
+The AWS X-Ray SDK for Python enables Python developers to record and
 emit information from within their applications to the AWS X-Ray service.
 
 This package provides the aiobotocore backend for %{name}.
 
 %package        aiohttp
-Summary:        The AWS X-Ray SDK for Python - aiohttp backend
+Summary:        aiohttp backend for the AWS X-Ray Python SDK
+Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
 Requires:       python-aiohttp >= 2.3
 
 %description    aiohttp
-The AWS X-Ray SDK for Python (the SDK) enables Python developers to record and
+The AWS X-Ray SDK for Python enables Python developers to record and
 emit information from within their applications to the AWS X-Ray service.
 
 This package provides the aiohttp backend for %{name}.

++++++ python-aws-xray-sdk-rpmlintrc ++++++
# all false positives; initial word in summary is often a proper noun
addFilter("summary-not-capitalized")

Reply via email to