Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-fedora-messaging for
openSUSE:Factory checked in at 2022-08-03 21:16:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fedora-messaging (Old)
and /work/SRC/openSUSE:Factory/.python-fedora-messaging.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fedora-messaging"
Wed Aug 3 21:16:43 2022 rev:5 rq:992422 version:3.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-fedora-messaging/python-fedora-messaging.changes
2022-05-04 15:11:14.388178604 +0200
+++
/work/SRC/openSUSE:Factory/.python-fedora-messaging.new.1533/python-fedora-messaging.changes
2022-08-03 21:16:58.591485928 +0200
@@ -1,0 +2,8 @@
+Wed Aug 3 03:12:42 UTC 2022 - Steve Kowalik <[email protected]>
+
+- Update to 3.0.2:
+ * Add packit configuration.
+ * Correct sync list, add issue repo and version info
+- Remove unneeded BuildRequires on mock.
+
+-------------------------------------------------------------------
Old:
----
fedora_messaging-3.0.0.tar.gz
New:
----
fedora_messaging-3.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fedora-messaging.spec ++++++
--- /var/tmp/diff_new_pack.RAqnED/_old 2022-08-03 21:16:59.755488983 +0200
+++ /var/tmp/diff_new_pack.RAqnED/_new 2022-08-03 21:16:59.763489004 +0200
@@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fedora-messaging
-Version: 3.0.0
+Version: 3.0.2
Release: 0
Summary: Python tools for Fedora's messaging infrastructure
License: GPL-2.0-or-later
-Group: Development/Languages/Python
URL: https://github.com/fedora-infra/fedora-messaging
Source:
https://files.pythonhosted.org/packages/source/f/fedora_messaging/fedora_messaging-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
@@ -48,7 +47,6 @@
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module crochet}
BuildRequires: %{python_module jsonschema}
-BuildRequires: %{python_module mock}
BuildRequires: %{python_module pika >= 1.0.1}
BuildRequires: %{python_module pyOpenSSL}
BuildRequires: %{python_module pytest-twisted}
++++++ fedora_messaging-3.0.0.tar.gz -> fedora_messaging-3.0.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/fedora_messaging-3.0.0/PKG-INFO
new/fedora_messaging-3.0.2/PKG-INFO
--- old/fedora_messaging-3.0.0/PKG-INFO 2021-12-14 10:51:48.828251600 +0100
+++ new/fedora_messaging-3.0.2/PKG-INFO 2022-05-19 13:20:53.186045000 +0200
@@ -1,45 +1,11 @@
-Metadata-Version: 1.2
+Metadata-Version: 2.1
Name: fedora_messaging
-Version: 3.0.0
+Version: 3.0.2
Summary: A set of tools for using Fedora's messaging infrastructure
Home-page: https://github.com/fedora-infra/fedora-messaging
Maintainer: Fedora Infrastructure Team
Maintainer-email: [email protected]
License: GPLv2+
-Description: Fedora Messaging
- ================
-
- .. image:: https://img.shields.io/pypi/v/fedora-messaging.svg
- :target: https://pypi.org/project/fedora-messaging/
-
- .. image:: https://img.shields.io/pypi/pyversions/fedora-messaging.svg
- :target: https://pypi.org/project/fedora-messaging/
-
- .. image::
https://readthedocs.org/projects/fedora-messaging/badge/?version=latest
- :alt: Documentation Status
- :target:
https://fedora-messaging.readthedocs.io/en/latest/?badge=latest
-
- .. image::
https://codecov.io/gh/fedora-infra/fedora-messaging/branch/master/graph/badge.svg
- :target: https://codecov.io/gh/fedora-infra/fedora-messaging
-
- This package provides tools and APIs to make using Fedora's messaging
- infrastructure easier. These include a framework for declaring message
schemas,
- a set of synchronous APIs to publish messages to AMQP brokers, a set of
- asynchronous APIs to consume messages, and services to easily run
consumers.
-
- This library is designed to be a replacement for the `PyZMQ`_-backed
`fedmsg`_
- library in Fedora Infrastructure.
-
- To get started, check out our `user guide`_.
-
- Looking to contribute? We appreciate it! Check out the `contributor
guide`_.
-
-
- .. _`user guide`:
https://fedora-messaging.readthedocs.io/en/latest/#user-guide
- .. _`contributor guide`:
https://fedora-messaging.readthedocs.io/en/latest/contributing.html
- .. _`PyZMQ`: https://pyzmq.readthedocs.io/
- .. _`fedmsg`: https://github.com/fedora-infra/fedmsg/
-
Keywords: fedora
Platform: Fedora
Platform: GNU/Linux
@@ -52,3 +18,44 @@
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
+License-File: LICENSE
+
+Fedora Messaging
+================
+
+.. image:: https://img.shields.io/pypi/v/fedora-messaging.svg
+ :target: https://pypi.org/project/fedora-messaging/
+
+.. image:: https://img.shields.io/pypi/pyversions/fedora-messaging.svg
+ :target: https://pypi.org/project/fedora-messaging/
+
+.. image::
https://readthedocs.org/projects/fedora-messaging/badge/?version=latest
+ :alt: Documentation Status
+ :target: https://fedora-messaging.readthedocs.io/en/latest/?badge=latest
+
+.. image::
https://github.com/fedora-infra/fedora-messaging/actions/workflows/main.yml/badge.svg?branch=develop
+ :alt: Tests Status
+ :target: https://fedora-messaging.readthedocs.io/en/latest/?badge=latest
+
+.. image::
https://codecov.io/gh/fedora-infra/fedora-messaging/branch/master/graph/badge.svg
+ :target: https://codecov.io/gh/fedora-infra/fedora-messaging
+
+This package provides tools and APIs to make using Fedora's messaging
+infrastructure easier. These include a framework for declaring message schemas,
+a set of synchronous APIs to publish messages to AMQP brokers, a set of
+asynchronous APIs to consume messages, and services to easily run consumers.
+
+This library is designed to be a replacement for the `PyZMQ`_-backed `fedmsg`_
+library in Fedora Infrastructure.
+
+To get started, check out our `user guide`_.
+
+Looking to contribute? We appreciate it! Check out the `contributor guide`_.
+
+
+.. _`user guide`: https://fedora-messaging.readthedocs.io/en/latest/#user-guide
+.. _`contributor guide`:
https://fedora-messaging.readthedocs.io/en/latest/contributing.html
+.. _`PyZMQ`: https://pyzmq.readthedocs.io/
+.. _`fedmsg`: https://github.com/fedora-infra/fedmsg/
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/fedora_messaging-3.0.0/README.rst
new/fedora_messaging-3.0.2/README.rst
--- old/fedora_messaging-3.0.0/README.rst 2018-10-05 16:17:24.000000000
+0200
+++ new/fedora_messaging-3.0.2/README.rst 2022-05-12 14:34:18.000000000
+0200
@@ -11,6 +11,10 @@
:alt: Documentation Status
:target: https://fedora-messaging.readthedocs.io/en/latest/?badge=latest
+.. image::
https://github.com/fedora-infra/fedora-messaging/actions/workflows/main.yml/badge.svg?branch=develop
+ :alt: Tests Status
+ :target: https://fedora-messaging.readthedocs.io/en/latest/?badge=latest
+
.. image::
https://codecov.io/gh/fedora-infra/fedora-messaging/branch/master/graph/badge.svg
:target: https://codecov.io/gh/fedora-infra/fedora-messaging
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/fedora_messaging-3.0.0/configs/fedora.stg.toml
new/fedora_messaging-3.0.2/configs/fedora.stg.toml
--- old/fedora_messaging-3.0.0/configs/fedora.stg.toml 2021-12-10
16:40:42.000000000 +0100
+++ new/fedora_messaging-3.0.2/configs/fedora.stg.toml 2022-05-12
14:34:18.000000000 +0200
@@ -17,7 +17,7 @@
app_url = "https://github.com/fedora-infra/fedora-messaging"
# Contact emails for the maintainer(s) of the consumer - in case the
# broker admin needs to contact them, for e.g.
-app_contacts_email = ["[email protected]"]
+app_contacts_email = ["[email protected]"]
[exchanges."amq.topic"]
type = "topic"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/fedora_messaging-3.0.0/configs/fedora.toml
new/fedora_messaging-3.0.2/configs/fedora.toml
--- old/fedora_messaging-3.0.0/configs/fedora.toml 2021-12-10
16:40:42.000000000 +0100
+++ new/fedora_messaging-3.0.2/configs/fedora.toml 2022-05-12
14:34:18.000000000 +0200
@@ -17,7 +17,7 @@
app_url = "https://github.com/fedora-infra/fedora-messaging"
# Contact emails for the maintainer(s) of the consumer - in case the
# broker admin needs to contact them, for e.g.
-app_contacts_email = ["[email protected]"]
+app_contacts_email = ["[email protected]"]
[exchanges."amq.topic"]
type = "topic"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/fedora_messaging-3.0.0/docs/build-schemas-list.py
new/fedora_messaging-3.0.2/docs/build-schemas-list.py
--- old/fedora_messaging-3.0.0/docs/build-schemas-list.py 2021-12-10
16:40:42.000000000 +0100
+++ new/fedora_messaging-3.0.2/docs/build-schemas-list.py 2022-05-12
14:34:18.000000000 +0200
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
+import importlib
import os
import site
import sys
@@ -55,9 +56,19 @@
def create_venv(dirname):
print("Creating virtualenv...")
venv.create(dirname, with_pip=True)
- # Activate venv
- sys.prefix = sys.exec_prefix = dirname
+ activate_venv(dirname)
+
+
+def activate_venv(dirname):
+ prev_length = len(sys.path)
site.addsitepackages(None, [dirname])
+ # Put the new paths in front
+ sys.path[:] = sys.path[prev_length:] + sys.path[0:prev_length]
+ sys.prefix = sys.exec_prefix = dirname
+ site.PREFIXES = [dirname]
+ site.ENABLE_USER_SITE = False
+ os.environ["VIRTUAL_ENV"] = dirname
+ importlib.invalidate_caches()
def install_packages(dirname, packages):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/fedora_messaging-3.0.0/docs/changelog.rst
new/fedora_messaging-3.0.2/docs/changelog.rst
--- old/fedora_messaging-3.0.0/docs/changelog.rst 2021-12-10
16:40:42.000000000 +0100
+++ new/fedora_messaging-3.0.2/docs/changelog.rst 2022-05-19
13:19:12.000000000 +0200
@@ -4,6 +4,35 @@
.. towncrier release notes start
+3.0.2 (2022-05-19)
+
+
+Contributors
+------------
+Many thanks to the contributors of bug reports, pull requests, and pull request
+reviews for this release:
+
+* Akashdeep Dhar
+* Aur??lien Bompard
+
+
+3.0.1 (2022-05-12)
+
+Development Changes
+-------------------
+
+* Add packit configuration allowing us to have automatic downstream RPM builds
+ (`#259 <https://github.com/fedora-infra/fedora-messaging/issues/259>`_)
+
+
+Contributors
+------------
+Many thanks to the contributors of bug reports, pull requests, and pull request
+reviews for this release:
+
+* Akashdeep Dhar
+
+
3.0.0 (2021-12-14)
==================
Binary files
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages/__pycache__/__init__.cpython-36.pyc
and
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages/__pycache__/__init__.cpython-36.pyc
differ
Binary files
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages/__pycache__/__init__.cpython-38.pyc
and
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages/__pycache__/__init__.cpython-38.pyc
differ
Binary files
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages/__pycache__/messages.cpython-38.pyc
and
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages/__pycache__/messages.cpython-38.pyc
differ
Binary files
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages/__pycache__/schema.cpython-36.pyc
and
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages/__pycache__/schema.cpython-36.pyc
differ
Binary files
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages/__pycache__/utils.cpython-36.pyc
and
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages/__pycache__/utils.cpython-36.pyc
differ
Binary files
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages/tests/__pycache__/__init__.cpython-36.pyc
and
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages/tests/__pycache__/__init__.cpython-36.pyc
differ
Binary files
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages/tests/__pycache__/__init__.cpython-38.pyc
and
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages/tests/__pycache__/__init__.cpython-38.pyc
differ
Binary files
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages/tests/__pycache__/test_messages.cpython-38.pyc
and
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages/tests/__pycache__/test_messages.cpython-38.pyc
differ
Binary files
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages/tests/__pycache__/test_schema.cpython-36-PYTEST.pyc
and
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages/tests/__pycache__/test_schema.cpython-36-PYTEST.pyc
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages.egg-info/PKG-INFO
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages.egg-info/PKG-INFO
---
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages.egg-info/PKG-INFO
2020-06-30 09:01:50.000000000 +0200
+++
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages.egg-info/PKG-INFO
1970-01-01 01:00:00.000000000 +0100
@@ -1,25 +0,0 @@
-Metadata-Version: 1.2
-Name: mailman-messages
-Version: 1.0.0
-Summary: A sample schema package for messages sent by mailman
-Home-page: https://github.com/fedora-infra/fedora-messaging/
-Maintainer: Fedora Infrastructure Team
-Maintainer-email: [email protected]
-License: GPLv2+
-Description: A sample schema package.
-
- See https://fedora-messaging.readthedocs.io/en/latest/messages.html for
- detailed documentation on packaging your schema.
-
-Keywords: fedora
-Platform: Fedora
-Platform: GNU/Linux
-Classifier: License :: OSI Approved :: GNU General Public License v2 or later
(GPLv2+)
-Classifier: Operating System :: POSIX :: Linux
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
-Classifier: Programming Language :: Python :: 3.5
-Classifier: Programming Language :: Python :: 3.6
-Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages.egg-info/SOURCES.txt
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages.egg-info/SOURCES.txt
---
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages.egg-info/SOURCES.txt
2020-06-30 09:01:50.000000000 +0200
+++
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages.egg-info/SOURCES.txt
1970-01-01 01:00:00.000000000 +0100
@@ -1,16 +0,0 @@
-LICENSE
-MANIFEST.in
-README
-setup.cfg
-setup.py
-mailman_messages/__init__.py
-mailman_messages/messages.py
-mailman_messages.egg-info/PKG-INFO
-mailman_messages.egg-info/SOURCES.txt
-mailman_messages.egg-info/dependency_links.txt
-mailman_messages.egg-info/entry_points.txt
-mailman_messages.egg-info/not-zip-safe
-mailman_messages.egg-info/requires.txt
-mailman_messages.egg-info/top_level.txt
-mailman_messages/tests/__init__.py
-mailman_messages/tests/test_messages.py
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages.egg-info/dependency_links.txt
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages.egg-info/dependency_links.txt
---
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages.egg-info/dependency_links.txt
2020-06-30 09:01:50.000000000 +0200
+++
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages.egg-info/dependency_links.txt
1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages.egg-info/entry_points.txt
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages.egg-info/entry_points.txt
---
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages.egg-info/entry_points.txt
2020-06-30 09:01:50.000000000 +0200
+++
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages.egg-info/entry_points.txt
1970-01-01 01:00:00.000000000 +0100
@@ -1,4 +0,0 @@
-[fedora.messages]
-mailman.messageV1 = mailman_messages.messages:MessageV1
-mailman.messageV2 = mailman_messages.messages:MessageV2
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages.egg-info/not-zip-safe
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages.egg-info/not-zip-safe
---
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages.egg-info/not-zip-safe
2020-06-30 08:35:31.000000000 +0200
+++
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages.egg-info/not-zip-safe
1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages.egg-info/requires.txt
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages.egg-info/requires.txt
---
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages.egg-info/requires.txt
2020-06-30 09:01:50.000000000 +0200
+++
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages.egg-info/requires.txt
1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-fedora_messaging
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages.egg-info/top_level.txt
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages.egg-info/top_level.txt
---
old/fedora_messaging-3.0.0/docs/sample_schema_package/mailman_messages.egg-info/top_level.txt
2020-06-30 09:01:50.000000000 +0200
+++
new/fedora_messaging-3.0.2/docs/sample_schema_package/mailman_messages.egg-info/top_level.txt
1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-mailman_messages
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/fedora_messaging-3.0.0/docs/schema-packages.txt
new/fedora_messaging-3.0.2/docs/schema-packages.txt
--- old/fedora_messaging-3.0.0/docs/schema-packages.txt 2021-12-10
16:40:42.000000000 +0100
+++ new/fedora_messaging-3.0.2/docs/schema-packages.txt 2022-05-12
14:34:18.000000000 +0200
@@ -2,10 +2,14 @@
anitya-schema
bodhi-messages
+copr-messaging
+discourse2fedmsg-messages
fedocal-messages
+fedorainfra-ansible-messages
+fedora-elections-messages
fedora-messaging-the-new-hotness-schema
fedora-planet-messages
+mdapi-messages
noggin-messages
-git+https://github.com/fedora-infra/fedorainfra-ansible-messages.git@master
-git+https://github.com/fedora-infra/nuancier-messages.git@dev
-discourse2fedmsg-messages
+nuancier-messages
+pagure-messages
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/fedora_messaging-3.0.0/docs/schemas.rst
new/fedora_messaging-3.0.2/docs/schemas.rst
--- old/fedora_messaging-3.0.0/docs/schemas.rst 2021-12-10 16:40:42.000000000
+0100
+++ new/fedora_messaging-3.0.2/docs/schemas.rst 2022-05-12 14:34:18.000000000
+0200
@@ -66,6 +66,20 @@
* ``bodhi.update.status.testing.koji-build-group.build.complete``: Sent when
an update is ready to be tested. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.bodhi.update.status.testing.koji-build-group.build.complete>`__)
+copr-messaging
+==============
+
+You can view the history of `all copr messages
<https://apps.fedoraproject.org/datagrepper/raw?category=copr>`__ in
datagrepper.
+
+
+* ``copr.build.end``: schema for the old fedmsg-era 'copr.build.end' message
(`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.copr.build.end>`__)
+* ``copr.build.start``: schema for the old fedmsg-era 'copr.build.start'
message (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.copr.build.start>`__)
+* ``copr.chroot.start``: Schema for the old fedmsg-era 'copr.chroot.start'
message, this message duplicated the 'copr.build.start' message, so you
should never use this. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.copr.chroot.start>`__)
+* ``build.end`` (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.build.end>`__)
+* ``build.start`` (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.build.start>`__)
+* ``chroot.start`` (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.chroot.start>`__)
+
+
fedocal-messages
================
@@ -83,6 +97,19 @@
* ``fedocal.meeting.update``: A sub-class of a Fedora message that defines a
message schema for messages published by fedocal when a meeting is updated.
(`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.fedocal.meeting.update>`__)
+fedora-elections-messages
+=========================
+
+You can view the history of `all fedora_elections messages
<https://apps.fedoraproject.org/datagrepper/raw?category=fedora_elections>`__
in datagrepper.
+
+
+* ``fedora_elections.candidate.delete``: A sub-class of a Fedora message that
defines a message schema for messages published by Elections when a
candidate is deleted. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.fedora_elections.candidate.delete>`__)
+* ``fedora_elections.candidate.edit``: A sub-class of a Fedora message that
defines a message schema for messages published by Elections when a
candidate is edited. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.fedora_elections.candidate.edit>`__)
+* ``fedora_elections.candidate.new``: A sub-class of a Fedora message that
defines a message schema for messages published by Elections when a new
candidate is added. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.fedora_elections.candidate.new>`__)
+* ``fedora_elections.election.edit``: A sub-class of a Fedora message that
defines a message schema for messages published by Elections when an
election is edited. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.fedora_elections.election.edit>`__)
+* ``fedora_elections.election.new``: A sub-class of a Fedora message that
defines a message schema for messages published by Elections when a new
election is created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.fedora_elections.election.new>`__)
+
+
fedora-messaging-the-new-hotness-schema
=======================================
@@ -113,6 +140,15 @@
* ``git.receive``: Defines the message that is sent when an Ansible Playbook
starts (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.git.receive>`__)
+mdapi-messages
+==============
+
+You can view the history of `all mdapi messages
<https://apps.fedoraproject.org/datagrepper/raw?category=mdapi>`__ in
datagrepper.
+
+
+* ``mdapi.repo.update``: A sub-class of a Fedora message that defines a
message schema for messages published by mdapi when a repo's info is
updated. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.mdapi.repo.update>`__)
+
+
noggin-messages
===============
@@ -131,3 +167,56 @@
* ``nuancier.new``: A sub-class of a Fedora message that defines a message
schema for messages published by nuancier when a new thing is created.
(`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.nuancier.new>`__)
+
+
+pagure-messages
+===============
+
+You can view the history of `all pagure messages
<https://apps.fedoraproject.org/datagrepper/raw?category=pagure>`__ in
datagrepper.
+
+
+* ``pagure.Test.notification``: A sub-class of a Fedora message that defines a
message schema for messages published by pagure when a new thing is
created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.Test.notification>`__)
+* ``pagure.commit.flag.added``: A sub-class of a Fedora message that defines a
message schema for messages published by pagure when a new thing is
created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.commit.flag.added>`__)
+* ``pagure.commit.flag.updated``: A sub-class of a Fedora message that defines
a message schema for messages published by pagure when a new thing is
created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.commit.flag.updated>`__)
+* ``pagure.git.branch.creation``: A sub-class of a Fedora message that defines
a message schema for messages published by pagure when a new thing is
created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.git.branch.creation>`__)
+* ``pagure.git.branch.deletion``: A sub-class of a Fedora message that defines
a message schema for messages published by pagure when a new thing is
created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.git.branch.deletion>`__)
+* ``pagure.git.receive``: A sub-class of a Fedora message that defines a
message schema for messages published by pagure when a new thing is
created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.git.receive>`__)
+* ``pagure.git.tag.creation``: A sub-class of a Fedora message that defines a
message schema for messages published by pagure when a new thing is
created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.git.tag.creation>`__)
+* ``pagure.git.tag.deletion``: A sub-class of a Fedora message that defines a
message schema for messages published by pagure when a new thing is
created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.git.tag.deletion>`__)
+* ``pagure.group.edit``: A sub-class of a Fedora message that defines a
message schema for messages published by pagure when a new thing is
created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.group.edit>`__)
+* ``pagure.issue.assigned.added``: A sub-class of a Fedora message that
defines a message schema for messages published by pagure when an issue is
deleted. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.issue.assigned.added>`__)
+* ``pagure.issue.assigned.reset``: A sub-class of a Fedora message that
defines a message schema for messages published by pagure when an issue is
deleted. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.issue.assigned.reset>`__)
+* ``pagure.issue.comment.added``: A sub-class of a Fedora message that defines
a message schema for messages published by pagure when an issue is deleted.
(`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.issue.comment.added>`__)
+* ``pagure.issue.dependency.added``: A sub-class of a Fedora message that
defines a message schema for messages published by pagure when an issue is
deleted. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.issue.dependency.added>`__)
+* ``pagure.issue.dependency.removed``: A sub-class of a Fedora message that
defines a message schema for messages published by pagure when an issue is
deleted. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.issue.dependency.removed>`__)
+* ``pagure.issue.drop``: A sub-class of a Fedora message that defines a
message schema for messages published by pagure when an issue is deleted.
(`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.issue.drop>`__)
+* ``pagure.issue.edit``: A sub-class of a Fedora message that defines a
message schema for messages published by pagure when an issue is updated.
(`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.issue.edit>`__)
+* ``pagure.issue.new``: A sub-class of a Fedora message that defines a message
schema for messages published by pagure when a new thing is created.
(`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.issue.new>`__)
+* ``pagure.issue.tag.added``: A sub-class of a Fedora message that defines a
message schema for messages published by pagure when an issue is deleted.
(`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.issue.tag.added>`__)
+* ``pagure.issue.tag.removed``: A sub-class of a Fedora message that defines a
message schema for messages published by pagure when an issue is deleted.
(`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.issue.tag.removed>`__)
+* ``pagure.project.deleted``: A sub-class of a Fedora message that defines a
message schema for messages published by pagure when a new thing is
created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.project.deleted>`__)
+* ``pagure.project.edit``: A sub-class of a Fedora message that defines a
message schema for messages published by pagure when a new thing is
created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.project.edit>`__)
+* ``pagure.project.forked``: A sub-class of a Fedora message that defines a
message schema for messages published by pagure when a new thing is
created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.project.forked>`__)
+* ``pagure.project.group.access.updated``: A sub-class of a Fedora message
that defines a message schema for messages published by pagure when a new
thing is created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.project.group.access.updated>`__)
+* ``pagure.project.group.added``: A sub-class of a Fedora message that defines
a message schema for messages published by pagure when a new thing is
created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.project.group.added>`__)
+* ``pagure.project.group.removed``: A sub-class of a Fedora message that
defines a message schema for messages published by pagure when a new thing
is created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.project.group.removed>`__)
+* ``pagure.project.new``: A sub-class of a Fedora message that defines a
message schema for messages published by pagure when a new thing is
created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.project.new>`__)
+* ``pagure.project.tag.edited``: A sub-class of a Fedora message that defines
a message schema for messages published by pagure when a new thing is
created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.project.tag.edited>`__)
+* ``pagure.project.tag.removed``: A sub-class of a Fedora message that defines
a message schema for messages published by pagure when a new thing is
created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.project.tag.removed>`__)
+* ``pagure.project.user.access.updated``: A sub-class of a Fedora message that
defines a message schema for messages published by pagure when a new thing
is created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.project.user.access.updated>`__)
+* ``pagure.project.user.added``: A sub-class of a Fedora message that defines
a message schema for messages published by pagure when a new thing is
created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.project.user.added>`__)
+* ``pagure.project.user.removed``: A sub-class of a Fedora message that
defines a message schema for messages published by pagure when a new thing
is created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.project.user.removed>`__)
+* ``pagure.pull-request.assigned.added``: A sub-class of a Fedora message that
defines a message schema for messages published by pagure when a new thing
is created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.pull-request.assigned.added>`__)
+* ``pagure.pull-request.assigned.reset``: A sub-class of a Fedora message that
defines a message schema for messages published by pagure when a new thing
is created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.pull-request.assigned.reset>`__)
+* ``pagure.pull-request.closed``: A sub-class of a Fedora message that defines
a message schema for messages published by pagure when a new thing is
created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.pull-request.closed>`__)
+* ``pagure.pull-request.comment.added``: A sub-class of a Fedora message that
defines a message schema for messages published by pagure when a new thing
is created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.pull-request.comment.added>`__)
+* ``pagure.pull-request.comment.edited``: A sub-class of a Fedora message that
defines a message schema for messages published by pagure when a new thing
is created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.pull-request.comment.edited>`__)
+* ``pagure.pull-request.flag.added``: A sub-class of a Fedora message that
defines a message schema for messages published by pagure when a new thing
is created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.pull-request.flag.added>`__)
+* ``pagure.pull-request.flag.updated``: A sub-class of a Fedora message that
defines a message schema for messages published by pagure when a new thing
is created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.pull-request.flag.updated>`__)
+* ``pagure.pull-request.initial_comment.edited``: A sub-class of a Fedora
message that defines a message schema for messages published by pagure when
a new thing is created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.pull-request.initial_comment.edited>`__)
+* ``pagure.pull-request.new``: A sub-class of a Fedora message that defines a
message schema for messages published by pagure when a new thing is
created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.pull-request.new>`__)
+* ``pagure.pull-request.rebased``: A sub-class of a Fedora message that
defines a message schema for messages published by pagure when a new thing
is created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.pull-request.rebased>`__)
+* ``pagure.pull-request.reopened``: A sub-class of a Fedora message that
defines a message schema for messages published by pagure when a new thing
is created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.pull-request.reopened>`__)
+* ``pagure.pull-request.tag.added``: A sub-class of a Fedora message that
defines a message schema for messages published by pagure when a new thing
is created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.pull-request.tag.added>`__)
+* ``pagure.pull-request.tag.removed``: A sub-class of a Fedora message that
defines a message schema for messages published by pagure when a new thing
is created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.pull-request.tag.removed>`__)
+* ``pagure.pull-request.updated``: A sub-class of a Fedora message that
defines a message schema for messages published by pagure when a new thing
is created. (`history
<https://apps.fedoraproject.org/datagrepper/raw?topic=org.fedoraproject.prod.pagure.pull-request.updated>`__)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/fedora_messaging-3.0.0/fedora_messaging/__init__.py
new/fedora_messaging-3.0.2/fedora_messaging/__init__.py
--- old/fedora_messaging-3.0.0/fedora_messaging/__init__.py 2021-12-10
16:40:42.000000000 +0100
+++ new/fedora_messaging-3.0.2/fedora_messaging/__init__.py 2022-05-19
13:19:12.000000000 +0200
@@ -23,4 +23,4 @@
pass
-__version__ = "3.0.0"
+__version__ = "3.0.2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/fedora_messaging-3.0.0/fedora_messaging/api.py
new/fedora_messaging-3.0.2/fedora_messaging/api.py
--- old/fedora_messaging-3.0.0/fedora_messaging/api.py 2021-12-10
16:40:42.000000000 +0100
+++ new/fedora_messaging-3.0.2/fedora_messaging/api.py 2022-05-19
13:19:12.000000000 +0200
@@ -235,7 +235,7 @@
# be an acceptably long amount of time. If you hit this limit you
# should know that I'll feel no sympathy for you as I'll almost
# certainly be dead.
- eventual_result.wait(timeout=2 ** 31)
+ eventual_result.wait(timeout=2**31)
except (ValueError, exceptions.HaltConsumer):
raise
except Exception:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/fedora_messaging-3.0.0/fedora_messaging/tests/unit/test_cli.py
new/fedora_messaging-3.0.2/fedora_messaging/tests/unit/test_cli.py
--- old/fedora_messaging-3.0.0/fedora_messaging/tests/unit/test_cli.py
2021-12-10 16:40:42.000000000 +0100
+++ new/fedora_messaging-3.0.2/fedora_messaging/tests/unit/test_cli.py
2022-05-12 14:34:18.000000000 +0200
@@ -486,7 +486,8 @@
os.path.join(FIXTURES_DIR, "bad_cb") + ":missing"
)
- if sys.version_info >= (3, 10):
+ if sys.version_info >= (3, 10) and sys.version_info < (3, 10, 4):
+ # https://github.com/python/cpython/issues/90398
exc_msg = "invalid syntax. Perhaps you forgot a comma?"
else:
exc_msg = "invalid syntax"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/fedora_messaging-3.0.0/fedora_messaging.egg-info/PKG-INFO
new/fedora_messaging-3.0.2/fedora_messaging.egg-info/PKG-INFO
--- old/fedora_messaging-3.0.0/fedora_messaging.egg-info/PKG-INFO
2021-12-14 10:51:48.000000000 +0100
+++ new/fedora_messaging-3.0.2/fedora_messaging.egg-info/PKG-INFO
2022-05-19 13:20:52.000000000 +0200
@@ -1,45 +1,11 @@
-Metadata-Version: 1.2
+Metadata-Version: 2.1
Name: fedora-messaging
-Version: 3.0.0
+Version: 3.0.2
Summary: A set of tools for using Fedora's messaging infrastructure
Home-page: https://github.com/fedora-infra/fedora-messaging
Maintainer: Fedora Infrastructure Team
Maintainer-email: [email protected]
License: GPLv2+
-Description: Fedora Messaging
- ================
-
- .. image:: https://img.shields.io/pypi/v/fedora-messaging.svg
- :target: https://pypi.org/project/fedora-messaging/
-
- .. image:: https://img.shields.io/pypi/pyversions/fedora-messaging.svg
- :target: https://pypi.org/project/fedora-messaging/
-
- .. image::
https://readthedocs.org/projects/fedora-messaging/badge/?version=latest
- :alt: Documentation Status
- :target:
https://fedora-messaging.readthedocs.io/en/latest/?badge=latest
-
- .. image::
https://codecov.io/gh/fedora-infra/fedora-messaging/branch/master/graph/badge.svg
- :target: https://codecov.io/gh/fedora-infra/fedora-messaging
-
- This package provides tools and APIs to make using Fedora's messaging
- infrastructure easier. These include a framework for declaring message
schemas,
- a set of synchronous APIs to publish messages to AMQP brokers, a set of
- asynchronous APIs to consume messages, and services to easily run
consumers.
-
- This library is designed to be a replacement for the `PyZMQ`_-backed
`fedmsg`_
- library in Fedora Infrastructure.
-
- To get started, check out our `user guide`_.
-
- Looking to contribute? We appreciate it! Check out the `contributor
guide`_.
-
-
- .. _`user guide`:
https://fedora-messaging.readthedocs.io/en/latest/#user-guide
- .. _`contributor guide`:
https://fedora-messaging.readthedocs.io/en/latest/contributing.html
- .. _`PyZMQ`: https://pyzmq.readthedocs.io/
- .. _`fedmsg`: https://github.com/fedora-infra/fedmsg/
-
Keywords: fedora
Platform: Fedora
Platform: GNU/Linux
@@ -52,3 +18,44 @@
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
+License-File: LICENSE
+
+Fedora Messaging
+================
+
+.. image:: https://img.shields.io/pypi/v/fedora-messaging.svg
+ :target: https://pypi.org/project/fedora-messaging/
+
+.. image:: https://img.shields.io/pypi/pyversions/fedora-messaging.svg
+ :target: https://pypi.org/project/fedora-messaging/
+
+.. image::
https://readthedocs.org/projects/fedora-messaging/badge/?version=latest
+ :alt: Documentation Status
+ :target: https://fedora-messaging.readthedocs.io/en/latest/?badge=latest
+
+.. image::
https://github.com/fedora-infra/fedora-messaging/actions/workflows/main.yml/badge.svg?branch=develop
+ :alt: Tests Status
+ :target: https://fedora-messaging.readthedocs.io/en/latest/?badge=latest
+
+.. image::
https://codecov.io/gh/fedora-infra/fedora-messaging/branch/master/graph/badge.svg
+ :target: https://codecov.io/gh/fedora-infra/fedora-messaging
+
+This package provides tools and APIs to make using Fedora's messaging
+infrastructure easier. These include a framework for declaring message schemas,
+a set of synchronous APIs to publish messages to AMQP brokers, a set of
+asynchronous APIs to consume messages, and services to easily run consumers.
+
+This library is designed to be a replacement for the `PyZMQ`_-backed `fedmsg`_
+library in Fedora Infrastructure.
+
+To get started, check out our `user guide`_.
+
+Looking to contribute? We appreciate it! Check out the `contributor guide`_.
+
+
+.. _`user guide`: https://fedora-messaging.readthedocs.io/en/latest/#user-guide
+.. _`contributor guide`:
https://fedora-messaging.readthedocs.io/en/latest/contributing.html
+.. _`PyZMQ`: https://pyzmq.readthedocs.io/
+.. _`fedmsg`: https://github.com/fedora-infra/fedmsg/
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/fedora_messaging-3.0.0/fedora_messaging.egg-info/SOURCES.txt
new/fedora_messaging-3.0.2/fedora_messaging.egg-info/SOURCES.txt
--- old/fedora_messaging-3.0.0/fedora_messaging.egg-info/SOURCES.txt
2021-12-14 10:51:48.000000000 +0100
+++ new/fedora_messaging-3.0.2/fedora_messaging.egg-info/SOURCES.txt
2022-05-19 13:20:53.000000000 +0200
@@ -6,7 +6,6 @@
[email protected]
pyproject.toml
requirements.txt
-setup.cfg
setup.py
tox.ini
configs/cacert.pem
@@ -42,24 +41,8 @@
docs/sample_schema_package/setup.py
docs/sample_schema_package/mailman_messages/__init__.py
docs/sample_schema_package/mailman_messages/messages.py
-docs/sample_schema_package/mailman_messages.egg-info/PKG-INFO
-docs/sample_schema_package/mailman_messages.egg-info/SOURCES.txt
-docs/sample_schema_package/mailman_messages.egg-info/dependency_links.txt
-docs/sample_schema_package/mailman_messages.egg-info/entry_points.txt
-docs/sample_schema_package/mailman_messages.egg-info/not-zip-safe
-docs/sample_schema_package/mailman_messages.egg-info/requires.txt
-docs/sample_schema_package/mailman_messages.egg-info/top_level.txt
-docs/sample_schema_package/mailman_messages/__pycache__/__init__.cpython-36.pyc
-docs/sample_schema_package/mailman_messages/__pycache__/__init__.cpython-38.pyc
-docs/sample_schema_package/mailman_messages/__pycache__/messages.cpython-38.pyc
-docs/sample_schema_package/mailman_messages/__pycache__/schema.cpython-36.pyc
-docs/sample_schema_package/mailman_messages/__pycache__/utils.cpython-36.pyc
docs/sample_schema_package/mailman_messages/tests/__init__.py
docs/sample_schema_package/mailman_messages/tests/test_messages.py
-docs/sample_schema_package/mailman_messages/tests/__pycache__/__init__.cpython-36.pyc
-docs/sample_schema_package/mailman_messages/tests/__pycache__/__init__.cpython-38.pyc
-docs/sample_schema_package/mailman_messages/tests/__pycache__/test_messages.cpython-38.pyc
-docs/sample_schema_package/mailman_messages/tests/__pycache__/test_schema.cpython-36-PYTEST.pyc
docs/tutorial/conversion.rst
docs/tutorial/exceptions.rst
docs/tutorial/index.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/fedora_messaging-3.0.0/pyproject.toml
new/fedora_messaging-3.0.2/pyproject.toml
--- old/fedora_messaging-3.0.0/pyproject.toml 2021-12-10 16:40:42.000000000
+0100
+++ new/fedora_messaging-3.0.2/pyproject.toml 2022-05-19 13:19:12.000000000
+0200
@@ -46,3 +46,7 @@
profile = "black"
lines_after_imports = 2
force_alphabetical_sort_within_sections = true
+
+[tool.rstcheck]
+report_level = "warning"
+ignore_directives = ["automodule", "autoclass", "autofunction", "autodata"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/fedora_messaging-3.0.0/setup.cfg
new/fedora_messaging-3.0.2/setup.cfg
--- old/fedora_messaging-3.0.0/setup.cfg 2021-12-14 10:51:48.829251800
+0100
+++ new/fedora_messaging-3.0.2/setup.cfg 2022-05-19 13:20:53.187044900
+0200
@@ -1,10 +1,3 @@
-[bdist_wheel]
-universal = 1
-
-[rstcheck]
-report = warning
-ignore_directives = automodule,autoclass,autofunction,autodata
-
[egg_info]
tag_build =
tag_date = 0