14
0
forked from pool/python-invoke

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-invoke?expand=0&rev=45
This commit is contained in:
2023-05-22 21:09:14 +00:00
committed by Git OBS Bridge
parent 20e366a542
commit 4fe579ea67
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon May 22 21:08:40 UTC 2023 - Dirk Müller <dmueller@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.
-------------------------------------------------------------------
Tue May 16 14:16:29 UTC 2023 - Dirk Müller <dmueller@suse.com>