Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-invoke for openSUSE:Factory checked in at 2023-05-24 20:21:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-invoke (Old) and /work/SRC/openSUSE:Factory/.python-invoke.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-invoke" Wed May 24 20:21:38 2023 rev:18 rq:1088465 version:2.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-invoke/python-invoke.changes 2023-05-19 11:55:56.551407730 +0200 +++ /work/SRC/openSUSE:Factory/.python-invoke.new.1533/python-invoke.changes 2023-05-24 20:21:45.735964832 +0200 @@ -1,0 +2,8 @@ +Mon May 22 21:08:40 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 2.1.2: + * Make sure ``py.typed`` is in our packaging + manifest; without it, users working from a regular + installation can't perform type checks. + +------------------------------------------------------------------- Old: ---- invoke-2.1.1.tar.gz New: ---- invoke-2.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-invoke.spec ++++++ --- /var/tmp/diff_new_pack.jMusko/_old 2023-05-24 20:21:47.155973299 +0200 +++ /var/tmp/diff_new_pack.jMusko/_new 2023-05-24 20:21:47.163973347 +0200 @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-invoke%{psuffix} -Version: 2.1.1 +Version: 2.1.2 Release: 0 Summary: Pythonic Task Execution License: BSD-2-Clause ++++++ invoke-2.1.1.tar.gz -> invoke-2.1.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/invoke-2.1.1/MANIFEST.in new/invoke-2.1.2/MANIFEST.in --- old/invoke-2.1.1/MANIFEST.in 2022-03-18 22:53:07.000000000 +0100 +++ new/invoke-2.1.2/MANIFEST.in 2023-05-16 00:15:04.000000000 +0200 @@ -5,6 +5,7 @@ recursive-include sites * recursive-exclude sites/*/_build * include dev-requirements.txt +recursive-include * py.typed recursive-include tests * recursive-exclude * *.pyc *.pyo recursive-exclude **/__pycache__ * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/invoke-2.1.1/PKG-INFO new/invoke-2.1.2/PKG-INFO --- old/invoke-2.1.1/PKG-INFO 2023-05-02 04:11:06.000000000 +0200 +++ new/invoke-2.1.2/PKG-INFO 2023-05-16 00:15:29.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: invoke -Version: 2.1.1 +Version: 2.1.2 Summary: Pythonic task execution Home-page: https://pyinvoke.org Author: Jeff Forcier diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/invoke-2.1.1/dev-requirements.txt new/invoke-2.1.2/dev-requirements.txt --- old/invoke-2.1.1/dev-requirements.txt 2023-05-02 04:04:35.000000000 +0200 +++ new/invoke-2.1.2/dev-requirements.txt 2023-05-16 00:04:31.000000000 +0200 @@ -1,7 +1,7 @@ # Install self before invocations to save a bit of time -e . # Invocations, for all sorts of things -invocations>=3.0.1 +invocations>=3.3 # Coverage! coverage>=6.2,<7 # Docs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/invoke-2.1.1/invoke/_version.py new/invoke-2.1.2/invoke/_version.py --- old/invoke-2.1.1/invoke/_version.py 2023-05-02 04:11:05.000000000 +0200 +++ new/invoke-2.1.2/invoke/_version.py 2023-05-16 00:15:28.000000000 +0200 @@ -1,2 +1,2 @@ -__version_info__ = (2, 1, 1) +__version_info__ = (2, 1, 2) __version__ = ".".join(map(str, __version_info__)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/invoke-2.1.1/invoke.egg-info/PKG-INFO new/invoke-2.1.2/invoke.egg-info/PKG-INFO --- old/invoke-2.1.1/invoke.egg-info/PKG-INFO 2023-05-02 04:11:06.000000000 +0200 +++ new/invoke-2.1.2/invoke.egg-info/PKG-INFO 2023-05-16 00:15:29.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: invoke -Version: 2.1.1 +Version: 2.1.2 Summary: Pythonic task execution Home-page: https://pyinvoke.org Author: Jeff Forcier diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/invoke-2.1.1/invoke.egg-info/SOURCES.txt new/invoke-2.1.2/invoke.egg-info/SOURCES.txt --- old/invoke-2.1.1/invoke.egg-info/SOURCES.txt 2023-05-02 04:11:06.000000000 +0200 +++ new/invoke-2.1.2/invoke.egg-info/SOURCES.txt 2023-05-16 00:15:29.000000000 +0200 @@ -17,6 +17,7 @@ invoke/loader.py invoke/main.py invoke/program.py +invoke/py.typed invoke/runners.py invoke/tasks.py invoke/terminals.py diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/invoke-2.1.1/sites/www/changelog.rst new/invoke-2.1.2/sites/www/changelog.rst --- old/invoke-2.1.1/sites/www/changelog.rst 2023-05-02 04:11:03.000000000 +0200 +++ new/invoke-2.1.2/sites/www/changelog.rst 2023-05-16 00:15:26.000000000 +0200 @@ -2,6 +2,10 @@ Changelog ========= +- :release:`2.1.2 <2023-05-15>` +- :support:`936 backported` Make sure ``py.typed`` is in our packaging + manifest; without it, users working from a regular installation + can't perform type checks. Thanks to Nikita Sobolev for catch & patch. - :release:`2.1.1 <2023-05-01>` - :bug:`934` The `importlib` upgrade in 2.1 had a corner case bug (regarding ``from . import <submodule>`` functionality within package-like task trees)