14
0

- update to 2.0.0:

* Deprecations and Removals
  * Removed legacy names.
  * Remove mask for environment when invoking hg as the
    underlying issue has been corrected. (#7)
  * Require Python 3.8 or later.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.vcs?expand=0&rev=3
This commit is contained in:
2023-12-08 09:26:03 +00:00
committed by Git OBS Bridge
parent d5e98efcfc
commit c82459b76e
4 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Dec 8 09:24:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.0.0:
* Deprecations and Removals
* Removed legacy names.
* Remove mask for environment when invoking hg as the
underlying issue has been corrected. (#7)
* Require Python 3.8 or later.
-------------------------------------------------------------------
Wed Aug 16 08:53:03 UTC 2023 - Markéta Machová <mmachova@suse.com>